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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-08 18:08:41 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-08 18:08:41 +0300
commitdc47d7f5c0f1a402463e9c1adaffecf3f465bc7f (patch)
tree5fbe362a06ef1841c73d6b377dbccc5dfc7fcece
parenta0158b1a9c21f648fdbf79765bbc1e19e776b5d9 (diff)
Add latest changes from gitlab-org/gitlab@master
-rw-r--r--.gitlab/ci/setup.gitlab-ci.yml1
-rw-r--r--GITALY_SERVER_VERSION2
-rw-r--r--GITLAB_PAGES_VERSION2
-rw-r--r--README.md2
-rw-r--r--app/assets/javascripts/boards/stores/mutation_types.js1
-rw-r--r--app/assets/javascripts/boards/stores/mutations.js9
-rw-r--r--app/assets/javascripts/environments/components/environment_rollback.vue24
-rw-r--r--app/assets/javascripts/packages/list/components/packages_list.vue2
-rw-r--r--app/assets/javascripts/packages/shared/components/package_list_row.vue19
-rw-r--r--app/assets/javascripts/packages/shared/components/packages_list_loader.vue58
-rw-r--r--app/assets/javascripts/repository/graphql.js1
-rw-r--r--app/assets/javascripts/repository/log_tree.js13
-rw-r--r--app/assets/javascripts/static_site_editor/components/edit_area.vue2
-rw-r--r--app/assets/javascripts/vue_shared/components/registry/list_item.vue11
-rw-r--r--app/controllers/concerns/redis_tracking.rb15
-rw-r--r--app/controllers/search_controller.rb2
-rw-r--r--app/graphql/resolvers/user_starred_projects_resolver.rb17
-rw-r--r--app/graphql/types/user_type.rb3
-rw-r--r--app/helpers/deploy_tokens_helper.rb9
-rw-r--r--app/models/ci/pipeline.rb20
-rw-r--r--app/models/concerns/enums/commit_status.rb5
-rw-r--r--app/models/note.rb2
-rw-r--r--app/models/packages/package.rb2
-rw-r--r--app/models/service_list.rb13
-rw-r--r--app/models/timelog.rb1
-rw-r--r--app/presenters/commit_status_presenter.rb3
-rw-r--r--app/services/admin/propagate_integration_service.rb66
-rw-r--r--app/services/admin/propagate_service_template.rb19
-rw-r--r--app/services/ci/create_downstream_pipeline_service.rb22
-rw-r--r--app/services/concerns/admin/propagate_service.rb73
-rw-r--r--app/services/packages/create_package_service.rb9
-rw-r--r--app/services/projects/propagate_service_template.rb83
-rw-r--r--app/services/wiki_pages/update_service.rb2
-rw-r--r--app/views/admin/abuse_reports/_abuse_report.html.haml25
-rw-r--r--app/views/admin/users/new.html.haml2
-rw-r--r--app/views/groups/packages/_legacy_package_list.haml59
-rw-r--r--app/views/groups/packages/index.html.haml1
-rw-r--r--app/views/projects/issues/_design_management.html.haml2
-rw-r--r--app/views/projects/packages/packages/index.html.haml1
-rw-r--r--app/views/projects/packages/packages/show.html.haml1
-rw-r--r--app/views/shared/deploy_tokens/_form.html.haml1
-rw-r--r--app/views/shared/runners/show.html.haml50
-rw-r--r--app/views/shared/snippets/_header.html.haml5
-rw-r--r--app/workers/personal_access_tokens/expired_notification_worker.rb2
-rw-r--r--app/workers/propagate_service_template_worker.rb2
-rw-r--r--changelogs/unreleased/205578-store-pkg-creator.yml5
-rw-r--r--changelogs/unreleased/225467-package-registry-adjust-the-max-width-for-non-fluid-screens-to-be-.yml5
-rw-r--r--changelogs/unreleased/239562-graphql-add-starredprojects-to-user.yml5
-rw-r--r--changelogs/unreleased/240906-rollout-search-track-unique-users.yml5
-rw-r--r--changelogs/unreleased/244947-remove-designs-from-incdients.yml5
-rw-r--r--changelogs/unreleased/41596-sse-minor-ux-spacing.yml5
-rw-r--r--changelogs/unreleased/deprecate_expired_pat_email_notification.yml5
-rw-r--r--changelogs/unreleased/expose_time_note_from_api.yml5
-rw-r--r--changelogs/unreleased/i18n-runners.yml5
-rw-r--r--changelogs/unreleased/i18n-snippets-header.yml5
-rw-r--r--changelogs/unreleased/nelbacha-conditional-package-scopes.yml5
-rw-r--r--changelogs/unreleased/ss-add-update-issue.yml5
-rw-r--r--changelogs/unreleased/suzu-1990-gitlab-patch-112.yml5
-rw-r--r--changelogs/unreleased/suzu-1990-gitlab-suzu-1990-master-patch-97784.yml5
-rw-r--r--changelogs/unreleased/upgrade-gitlab-pages-1-24-0.yml5
-rw-r--r--config/feature_flags/development/ci_child_of_child_pipeline.yml7
-rw-r--r--config/feature_flags/development/search_track_unique_users.yml2
-rw-r--r--db/fixtures/development/26_packages.rb8
-rw-r--r--doc/administration/geo/replication/datatypes.md60
-rw-r--r--doc/administration/geo/replication/object_storage.md2
-rw-r--r--doc/administration/instance_limits.md6
-rw-r--r--doc/api/graphql/reference/gitlab_schema.graphql35
-rw-r--r--doc/api/graphql/reference/gitlab_schema.json77
-rw-r--r--doc/api/graphql/reference/index.md1
-rw-r--r--doc/api/tags.md30
-rw-r--r--doc/ci/environments/environments_dashboard.md6
-rw-r--r--doc/ci/parent_child_pipelines.md10
-rw-r--r--doc/development/telemetry/usage_ping.md5
-rw-r--r--doc/user/profile/personal_access_tokens.md18
-rw-r--r--doc/user/project/file_lock.md77
-rw-r--r--lib/gitlab/ci/features.rb4
-rw-r--r--lib/gitlab/ci/pipeline_object_hierarchy.rb33
-rw-r--r--lib/gitlab/ci/status/build/failed.rb3
-rw-r--r--lib/gitlab/experimentation.rb3
-rw-r--r--lib/gitlab/object_hierarchy.rb26
-rw-r--r--locale/am_ET/gitlab.po1686
-rw-r--r--locale/ar_SA/gitlab.po1690
-rw-r--r--locale/as_IN/gitlab.po1678
-rw-r--r--locale/az_AZ/gitlab.po1678
-rw-r--r--locale/ba_RU/gitlab.po1675
-rw-r--r--locale/bg/gitlab.po1680
-rw-r--r--locale/bn_BD/gitlab.po1678
-rw-r--r--locale/bn_IN/gitlab.po1678
-rw-r--r--locale/bs_BA/gitlab.po1681
-rw-r--r--locale/ca_ES/gitlab.po1684
-rw-r--r--locale/cs_CZ/gitlab.po1684
-rw-r--r--locale/cy_GB/gitlab.po1696
-rw-r--r--locale/da_DK/gitlab.po1678
-rw-r--r--locale/de/gitlab.po1742
-rw-r--r--locale/el_GR/gitlab.po1678
-rw-r--r--locale/eo/gitlab.po1680
-rw-r--r--locale/es/gitlab.po1834
-rw-r--r--locale/et_EE/gitlab.po1678
-rw-r--r--locale/fa_IR/gitlab.po1678
-rw-r--r--locale/fi_FI/gitlab.po1678
-rw-r--r--locale/fil_PH/gitlab.po1678
-rw-r--r--locale/fr/gitlab.po1734
-rw-r--r--locale/gitlab.pot103
-rw-r--r--locale/gl_ES/gitlab.po1680
-rw-r--r--locale/he_IL/gitlab.po1684
-rw-r--r--locale/hi_IN/gitlab.po1678
-rw-r--r--locale/hr_HR/gitlab.po1681
-rw-r--r--locale/hu_HU/gitlab.po1678
-rw-r--r--locale/id_ID/gitlab.po1675
-rw-r--r--locale/ig_NG/gitlab.po1675
-rw-r--r--locale/is_IS/gitlab.po1678
-rw-r--r--locale/it/gitlab.po1682
-rw-r--r--locale/ja/gitlab.po1799
-rw-r--r--locale/ka_GE/gitlab.po1678
-rw-r--r--locale/kab/gitlab.po30486
-rw-r--r--locale/ko/gitlab.po1729
-rw-r--r--locale/ku_TR/gitlab.po1678
-rw-r--r--locale/ky_KG/gitlab.po1678
-rw-r--r--locale/lt_LT/gitlab.po1684
-rw-r--r--locale/mn_MN/gitlab.po1678
-rw-r--r--locale/nb_NO/gitlab.po1678
-rw-r--r--locale/nl_NL/gitlab.po1678
-rw-r--r--locale/pa_IN/gitlab.po1678
-rw-r--r--locale/pl_PL/gitlab.po1688
-rw-r--r--locale/pt_BR/gitlab.po1736
-rw-r--r--locale/pt_PT/gitlab.po1706
-rw-r--r--locale/ro_RO/gitlab.po1681
-rw-r--r--locale/ru/gitlab.po1774
-rw-r--r--locale/si_LK/gitlab.po1678
-rw-r--r--locale/sk_SK/gitlab.po1684
-rw-r--r--locale/sl_SI/gitlab.po1684
-rw-r--r--locale/sq_AL/gitlab.po1678
-rw-r--r--locale/sr_CS/gitlab.po1681
-rw-r--r--locale/sr_SP/gitlab.po1681
-rw-r--r--locale/sv_SE/gitlab.po1678
-rw-r--r--locale/sw_KE/gitlab.po1678
-rw-r--r--locale/tr_TR/gitlab.po1876
-rw-r--r--locale/uk/gitlab.po1960
-rw-r--r--locale/ur_PK/gitlab.po1678
-rw-r--r--locale/uz_UZ/gitlab.po1678
-rw-r--r--locale/vi_VN/gitlab.po1675
-rw-r--r--locale/zh_CN/gitlab.po3399
-rw-r--r--locale/zh_HK/gitlab.po1681
-rw-r--r--locale/zh_TW/gitlab.po1685
-rw-r--r--qa/qa/page/component/issue_board/show.rb2
-rw-r--r--spec/controllers/concerns/redis_tracking_spec.rb10
-rw-r--r--spec/factories/audit_events.rb2
-rw-r--r--spec/factories/packages.rb1
-rw-r--r--spec/features/issues/issue_detail_spec.rb13
-rw-r--r--spec/frontend/boards/stores/mutations_spec.js42
-rw-r--r--spec/frontend/environments/environment_rollback_spec.js4
-rw-r--r--spec/frontend/packages/mock_data.js3
-rw-r--r--spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap30
-rw-r--r--spec/frontend/packages/shared/components/packages_list_loader_spec.js33
-rw-r--r--spec/frontend/repository/log_tree_spec.js44
-rw-r--r--spec/graphql/types/user_type_spec.rb1
-rw-r--r--spec/lib/gitlab/ci/pipeline_object_hierarchy_spec.rb111
-rw-r--r--spec/lib/gitlab/import_export/all_models.yml1
-rw-r--r--spec/models/ci/pipeline_spec.rb47
-rw-r--r--spec/models/packages/package_spec.rb1
-rw-r--r--spec/requests/api/graphql/user/starred_projects_query_spec.rb73
-rw-r--r--spec/services/admin/propagate_service_template_spec.rb (renamed from spec/services/projects/propagate_service_template_spec.rb)11
-rw-r--r--spec/services/ci/create_downstream_pipeline_service_spec.rb47
-rw-r--r--spec/services/packages/composer/create_package_service_spec.rb10
-rw-r--r--spec/services/packages/conan/create_package_service_spec.rb10
-rw-r--r--spec/services/packages/maven/create_package_service_spec.rb4
-rw-r--r--spec/services/packages/npm/create_package_service_spec.rb4
-rw-r--r--spec/services/packages/nuget/create_package_service_spec.rb7
-rw-r--r--spec/services/packages/pypi/create_package_service_spec.rb4
-rw-r--r--spec/support/shared_examples/services/packages_shared_examples.rb8
-rw-r--r--spec/views/shared/deploy_tokens/_form.html.haml_spec.rb62
-rw-r--r--spec/workers/personal_access_tokens/expired_notification_worker_spec.rb28
-rw-r--r--spec/workers/propagate_service_template_worker_spec.rb2
173 files changed, 111159 insertions, 28171 deletions
diff --git a/.gitlab/ci/setup.gitlab-ci.yml b/.gitlab/ci/setup.gitlab-ci.yml
index d42c83a6d0f..cf42d2a8a5e 100644
--- a/.gitlab/ci/setup.gitlab-ci.yml
+++ b/.gitlab/ci/setup.gitlab-ci.yml
@@ -69,6 +69,7 @@ verify-tests-yml:
- install_gitlab_gem
- install_tff_gem
- tooling/bin/find_foss_tests ${MATCHED_TESTS_FILE}
+ - 'echo "test files affected: $(cat $MATCHED_TESTS_FILE)"'
artifacts:
expire_in: 7d
paths:
diff --git a/GITALY_SERVER_VERSION b/GITALY_SERVER_VERSION
index 6edbb891cc3..b5ba6b6d7f7 100644
--- a/GITALY_SERVER_VERSION
+++ b/GITALY_SERVER_VERSION
@@ -1 +1 @@
-31eb7ddcaef320e2ae17e5bc0fa45fa1ebacf5ac
+72d42e8a398b0a0b91bfc145abb145ba36eaa682
diff --git a/GITLAB_PAGES_VERSION b/GITLAB_PAGES_VERSION
index a6c2798a482..53cc1a6f929 100644
--- a/GITLAB_PAGES_VERSION
+++ b/GITLAB_PAGES_VERSION
@@ -1 +1 @@
-1.23.0
+1.24.0
diff --git a/README.md b/README.md
index ca0a708da2e..38ecb9ea612 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ Please see [Getting help for GitLab](https://about.gitlab.com/getting-help/) on
## Is it any good?
-[Yes](https://news.ycombinator.com/item?id=3067434)
+[Yes](https://about.gitlab.com/is-it-any-good/)
## Is it awesome?
diff --git a/app/assets/javascripts/boards/stores/mutation_types.js b/app/assets/javascripts/boards/stores/mutation_types.js
index 90417a19635..12dd96380f6 100644
--- a/app/assets/javascripts/boards/stores/mutation_types.js
+++ b/app/assets/javascripts/boards/stores/mutation_types.js
@@ -27,3 +27,4 @@ export const RECEIVE_UPDATE_ISSUE_ERROR = 'RECEIVE_UPDATE_ISSUE_ERROR';
export const SET_CURRENT_PAGE = 'SET_CURRENT_PAGE';
export const TOGGLE_EMPTY_STATE = 'TOGGLE_EMPTY_STATE';
export const SET_ACTIVE_ID = 'SET_ACTIVE_ID';
+export const UPDATE_ISSUE_BY_ID = 'UPDATE_ISSUE_BY_ID';
diff --git a/app/assets/javascripts/boards/stores/mutations.js b/app/assets/javascripts/boards/stores/mutations.js
index ae7abfe9e33..837bccce091 100644
--- a/app/assets/javascripts/boards/stores/mutations.js
+++ b/app/assets/javascripts/boards/stores/mutations.js
@@ -81,6 +81,15 @@ export default {
state.isLoadingIssues = false;
},
+ [mutationTypes.UPDATE_ISSUE_BY_ID]: (state, { issueId, prop, value }) => {
+ if (!state.issues[issueId]) {
+ /* eslint-disable-next-line @gitlab/require-i18n-strings */
+ throw new Error('No issue found.');
+ }
+
+ Vue.set(state.issues[issueId], prop, value);
+ },
+
[mutationTypes.RECEIVE_ISSUES_FOR_ALL_LISTS_FAILURE]: state => {
state.error = __('An error occurred while fetching the board issues. Please reload the page.');
state.isLoadingIssues = false;
diff --git a/app/assets/javascripts/environments/components/environment_rollback.vue b/app/assets/javascripts/environments/components/environment_rollback.vue
index 4435f726ea1..32528e6c6ea 100644
--- a/app/assets/javascripts/environments/components/environment_rollback.vue
+++ b/app/assets/javascripts/environments/components/environment_rollback.vue
@@ -5,21 +5,13 @@
*
* Makes a post request when the button is clicked.
*/
-import {
- GlTooltipDirective,
- GlLoadingIcon,
- GlModalDirective,
- GlDeprecatedButton,
- GlIcon,
-} from '@gitlab/ui';
+import { GlTooltipDirective, GlModalDirective, GlButton } from '@gitlab/ui';
import { s__ } from '~/locale';
import eventHub from '../event_hub';
export default {
components: {
- GlIcon,
- GlLoadingIcon,
- GlDeprecatedButton,
+ GlButton,
},
directives: {
GlTooltip: GlTooltipDirective,
@@ -73,15 +65,13 @@ export default {
};
</script>
<template>
- <gl-deprecated-button
+ <gl-button
v-gl-tooltip
v-gl-modal.confirm-rollback-modal
- :disabled="isLoading"
+ class="gl-display-none gl-display-md-block text-secondary"
+ :loading="isLoading"
:title="title"
- class="d-none d-md-block text-secondary"
+ :icon="isLastDeployment ? 'repeat' : 'redo'"
@click="onClick"
- >
- <gl-icon v-if="isLastDeployment" name="repeat" /> <gl-icon v-else name="redo" />
- <gl-loading-icon v-if="isLoading" />
- </gl-deprecated-button>
+ />
</template>
diff --git a/app/assets/javascripts/packages/list/components/packages_list.vue b/app/assets/javascripts/packages/list/components/packages_list.vue
index 19d0a914d41..7067f70a923 100644
--- a/app/assets/javascripts/packages/list/components/packages_list.vue
+++ b/app/assets/javascripts/packages/list/components/packages_list.vue
@@ -86,7 +86,7 @@ export default {
<slot v-if="isListEmpty && !isLoading" name="empty-state"></slot>
<div v-else-if="isLoading">
- <packages-list-loader :is-group="isGroupPage" />
+ <packages-list-loader />
</div>
<template v-else>
diff --git a/app/assets/javascripts/packages/shared/components/package_list_row.vue b/app/assets/javascripts/packages/shared/components/package_list_row.vue
index e1aaeebfae0..43dbf508861 100644
--- a/app/assets/javascripts/packages/shared/components/package_list_row.vue
+++ b/app/assets/javascripts/packages/shared/components/package_list_row.vue
@@ -1,5 +1,5 @@
<script>
-import { GlButton, GlIcon, GlLink, GlSprintf, GlTooltipDirective } from '@gitlab/ui';
+import { GlButton, GlIcon, GlLink, GlSprintf, GlTooltipDirective, GlTruncate } from '@gitlab/ui';
import PackageTags from './package_tags.vue';
import PublishMethod from './publish_method.vue';
import { getPackageTypeLabel } from '../utils';
@@ -13,6 +13,7 @@ export default {
GlIcon,
GlLink,
GlSprintf,
+ GlTruncate,
PackageTags,
PublishMethod,
ListItem,
@@ -63,9 +64,13 @@ export default {
<template>
<list-item data-qa-selector="package_row">
<template #left-primary>
- <div class="gl-display-flex gl-align-items-center gl-mr-3">
- <gl-link :href="packageLink" class="gl-text-body" data-qa-selector="package_link">
- {{ packageEntity.name }}
+ <div class="gl-display-flex gl-align-items-center gl-mr-3 gl-min-w-0">
+ <gl-link
+ :href="packageLink"
+ class="gl-text-body gl-min-w-0"
+ data-qa-selector="package_link"
+ >
+ <gl-truncate :text="packageEntity.name" />
</gl-link>
<package-tags
@@ -88,14 +93,14 @@ export default {
</div>
<div v-if="hasProjectLink" class="gl-display-flex gl-align-items-center">
- <gl-icon name="review-list" class="gl-ml-3 gl-mr-2" />
+ <gl-icon name="review-list" class="gl-ml-3 gl-mr-2 gl-min-w-0" />
<gl-link
- class="gl-text-body"
+ class="gl-text-body gl-min-w-0"
data-testid="packages-row-project"
:href="`/${packageEntity.project_path}`"
>
- {{ packageEntity.projectPathName }}
+ <gl-truncate :text="packageEntity.projectPathName" />
</gl-link>
</div>
diff --git a/app/assets/javascripts/packages/shared/components/packages_list_loader.vue b/app/assets/javascripts/packages/shared/components/packages_list_loader.vue
index 62038f13dd9..efd9f8db908 100644
--- a/app/assets/javascripts/packages/shared/components/packages_list_loader.vue
+++ b/app/assets/javascripts/packages/shared/components/packages_list_loader.vue
@@ -5,40 +5,13 @@ export default {
components: {
GlSkeletonLoader,
},
- props: {
- isGroup: {
- type: Boolean,
- required: false,
- default: false,
- },
- },
- computed: {
- desktopShapes() {
- return this.isGroup ? this.$options.shapes.groups : this.$options.shapes.projects;
- },
- desktopHeight() {
- return this.isGroup ? 38 : 54;
- },
- mobileHeight() {
- return this.isGroup ? 160 : 170;
- },
- },
- shapes: {
- groups: [
- { type: 'rect', width: '100', height: '10', x: '0', y: '15' },
- { type: 'rect', width: '100', height: '10', x: '195', y: '15' },
- { type: 'rect', width: '60', height: '10', x: '475', y: '15' },
- { type: 'rect', width: '60', height: '10', x: '675', y: '15' },
- { type: 'rect', width: '100', height: '10', x: '900', y: '15' },
- ],
- projects: [
- { type: 'rect', width: '220', height: '10', x: '0', y: '20' },
- { type: 'rect', width: '60', height: '10', x: '305', y: '20' },
- { type: 'rect', width: '60', height: '10', x: '535', y: '20' },
- { type: 'rect', width: '100', height: '10', x: '760', y: '20' },
- { type: 'rect', width: '30', height: '30', x: '970', y: '10', ref: 'button-loader' },
- ],
- },
+ shapes: [
+ { type: 'rect', width: '220', height: '10', x: '0', y: '20' },
+ { type: 'rect', width: '60', height: '10', x: '305', y: '20' },
+ { type: 'rect', width: '60', height: '10', x: '535', y: '20' },
+ { type: 'rect', width: '100', height: '10', x: '760', y: '20' },
+ { type: 'rect', width: '30', height: '30', x: '970', y: '10', ref: 'button-loader' },
+ ],
rowsToRender: {
mobile: 5,
desktop: 20,
@@ -48,34 +21,35 @@ export default {
<template>
<div>
- <div class="gl-display-sm-flex gl-flex-direction-column gl-display-md-none">
+ <div class="gl-flex-direction-column gl-display-sm-none" data-testid="mobile-loader">
<gl-skeleton-loader
v-for="index in $options.rowsToRender.mobile"
:key="index"
:width="500"
- :height="mobileHeight"
+ :height="170"
preserve-aspect-ratio="xMinYMax meet"
>
<rect width="500" height="10" x="0" y="15" rx="4" />
<rect width="500" height="10" x="0" y="45" rx="4" />
<rect width="500" height="10" x="0" y="75" rx="4" />
<rect width="500" height="10" x="0" y="105" rx="4" />
- <rect v-if="isGroup" width="500" height="10" x="0" y="135" rx="4" />
- <rect v-else width="30" height="30" x="470" y="135" rx="4" />
+ <rect width="500" height="10" x="0" y="135" rx="4" />
</gl-skeleton-loader>
</div>
-
- <div class="gl-display-none gl-display-md-flex gl-flex-direction-column">
+ <div
+ class="gl-display-none gl-display-sm-flex gl-flex-direction-column"
+ data-testid="desktop-loader"
+ >
<gl-skeleton-loader
v-for="index in $options.rowsToRender.desktop"
:key="index"
:width="1000"
- :height="desktopHeight"
+ :height="54"
preserve-aspect-ratio="xMinYMax meet"
>
<component
:is="r.type"
- v-for="(r, rIndex) in desktopShapes"
+ v-for="(r, rIndex) in $options.shapes"
:key="rIndex"
rx="4"
v-bind="r"
diff --git a/app/assets/javascripts/repository/graphql.js b/app/assets/javascripts/repository/graphql.js
index 450a1571165..8dd18027945 100644
--- a/app/assets/javascripts/repository/graphql.js
+++ b/app/assets/javascripts/repository/graphql.js
@@ -58,6 +58,7 @@ const defaultClient = createDefaultClient(
/* eslint-enable @gitlab/require-i18n-strings */
},
},
+ assumeImmutableResults: true,
},
);
diff --git a/app/assets/javascripts/repository/log_tree.js b/app/assets/javascripts/repository/log_tree.js
index 704dd88aabe..361e0b62bb7 100644
--- a/app/assets/javascripts/repository/log_tree.js
+++ b/app/assets/javascripts/repository/log_tree.js
@@ -1,3 +1,4 @@
+import produce from 'immer';
import { normalizeData } from 'ee_else_ce/repository/utils/commit';
import axios from '~/lib/utils/axios_utils';
import commitsQuery from './queries/commits.query.graphql';
@@ -34,16 +35,18 @@ export function fetchLogsTree(client, path, offset, resolver = null) {
params: { format: 'json', offset },
},
)
- .then(({ data, headers }) => {
+ .then(({ data: newData, headers }) => {
const headerLogsOffset = headers['more-logs-offset'];
- const { commits } = client.readQuery({ query: commitsQuery });
- const newCommitData = [...commits, ...normalizeData(data, path)];
+ const sourceData = client.readQuery({ query: commitsQuery });
+ const data = produce(sourceData, draftState => {
+ draftState.commits.push(...normalizeData(newData, path));
+ });
client.writeQuery({
query: commitsQuery,
- data: { commits: newCommitData },
+ data,
});
- resolvers.forEach(r => resolveCommit(newCommitData, path, r));
+ resolvers.forEach(r => resolveCommit(data.commits, path, r));
fetchpromise = null;
diff --git a/app/assets/javascripts/static_site_editor/components/edit_area.vue b/app/assets/javascripts/static_site_editor/components/edit_area.vue
index 53fbb2a330d..dc3d3fb6be3 100644
--- a/app/assets/javascripts/static_site_editor/components/edit_area.vue
+++ b/app/assets/javascripts/static_site_editor/components/edit_area.vue
@@ -98,7 +98,7 @@ export default {
:content="editableContent"
:initial-edit-type="editorMode"
:image-root="imageRoot"
- class="mb-9 h-100"
+ class="mb-9 pb-6 h-100"
@modeChange="onModeChange"
@input="onInputChange"
@uploadImage="onUploadImage"
diff --git a/app/assets/javascripts/vue_shared/components/registry/list_item.vue b/app/assets/javascripts/vue_shared/components/registry/list_item.vue
index f978de124d1..47b13b4bd92 100644
--- a/app/assets/javascripts/vue_shared/components/registry/list_item.vue
+++ b/app/assets/javascripts/vue_shared/components/registry/list_item.vue
@@ -65,11 +65,11 @@ export default {
class="gl-display-flex gl-xs-flex-direction-column gl-justify-content-space-between gl-align-items-stretch gl-flex-fill-1"
>
<div
- class="gl-display-flex gl-flex-direction-column gl-justify-content-space-between gl-xs-mb-3"
+ class="gl-display-flex gl-flex-direction-column gl-justify-content-space-between gl-xs-mb-3 gl-min-w-0 gl-flex-grow-1"
>
<div
v-if="$slots['left-primary']"
- class="gl-display-flex gl-align-items-center gl-text-body gl-font-weight-bold gl-min-h-6"
+ class="gl-display-flex gl-align-items-center gl-text-body gl-font-weight-bold gl-min-h-6 gl-min-w-0"
>
<slot name="left-primary"></slot>
<gl-button
@@ -81,12 +81,15 @@ export default {
@click="toggleDetails"
/>
</div>
- <div v-if="$slots['left-secondary']" class="gl-text-gray-500 gl-mt-1 gl-min-h-6">
+ <div
+ v-if="$slots['left-secondary']"
+ class="gl-text-gray-500 gl-mt-1 gl-min-h-6 gl-min-w-0 gl-flex-fill-1"
+ >
<slot name="left-secondary"></slot>
</div>
</div>
<div
- class="gl-display-flex gl-flex-direction-column gl-sm-align-items-flex-end gl-justify-content-space-between gl-text-gray-500"
+ class="gl-display-flex gl-flex-direction-column gl-sm-align-items-flex-end gl-justify-content-space-between gl-text-gray-500 gl-flex-shrink-0"
>
<div
v-if="$slots['right-primary']"
diff --git a/app/controllers/concerns/redis_tracking.rb b/app/controllers/concerns/redis_tracking.rb
index 0d8b3e12ebb..fa5eef981d1 100644
--- a/app/controllers/concerns/redis_tracking.rb
+++ b/app/controllers/concerns/redis_tracking.rb
@@ -8,29 +8,32 @@
# include RedisTracking
#
# track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :my_feature
+#
+# if the feature flag is enabled by default you should use
+# track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :my_feature, feature_default_enabled: true
module RedisTracking
extend ActiveSupport::Concern
class_methods do
- def track_redis_hll_event(*controller_actions, name:, feature:)
+ def track_redis_hll_event(*controller_actions, name:, feature:, feature_default_enabled: false)
after_action only: controller_actions, if: -> { request.format.html? && request.headers['DNT'] != '1' } do
- track_unique_redis_hll_event(name, feature)
+ track_unique_redis_hll_event(name, feature, feature_default_enabled)
end
end
end
private
- def track_unique_redis_hll_event(event_name, feature)
- return unless metric_feature_enabled?(feature)
+ def track_unique_redis_hll_event(event_name, feature, feature_default_enabled)
+ return unless metric_feature_enabled?(feature, feature_default_enabled)
return unless Gitlab::CurrentSettings.usage_ping_enabled?
return unless visitor_id
Gitlab::UsageDataCounters::HLLRedisCounter.track_event(visitor_id, event_name)
end
- def metric_feature_enabled?(feature)
- Feature.enabled?(feature)
+ def metric_feature_enabled?(feature, default_enabled)
+ Feature.enabled?(feature, default_enabled: default_enabled)
end
def visitor_id
diff --git a/app/controllers/search_controller.rb b/app/controllers/search_controller.rb
index c882e1a8358..db3c90007bc 100644
--- a/app/controllers/search_controller.rb
+++ b/app/controllers/search_controller.rb
@@ -11,7 +11,7 @@ class SearchController < ApplicationController
issues: :with_web_entity_associations
}.freeze
- track_redis_hll_event :show, name: 'i_search_total', feature: :search_track_unique_users
+ track_redis_hll_event :show, name: 'i_search_total', feature: :search_track_unique_users, feature_default_enabled: true
around_action :allow_gitaly_ref_name_caching
diff --git a/app/graphql/resolvers/user_starred_projects_resolver.rb b/app/graphql/resolvers/user_starred_projects_resolver.rb
new file mode 100644
index 00000000000..cc3bb90decf
--- /dev/null
+++ b/app/graphql/resolvers/user_starred_projects_resolver.rb
@@ -0,0 +1,17 @@
+# frozen_string_literal: true
+
+module Resolvers
+ class UserStarredProjectsResolver < BaseResolver
+ type Types::ProjectType, null: true
+
+ argument :search, GraphQL::STRING_TYPE,
+ required: false,
+ description: 'Search query'
+
+ alias_method :user, :object
+
+ def resolve(**args)
+ StarredProjectsFinder.new(user, params: args, current_user: current_user).execute
+ end
+ end
+end
diff --git a/app/graphql/types/user_type.rb b/app/graphql/types/user_type.rb
index cb3575b41d1..8047708776d 100644
--- a/app/graphql/types/user_type.rb
+++ b/app/graphql/types/user_type.rb
@@ -37,6 +37,9 @@ module Types
field :project_memberships, Types::ProjectMemberType.connection_type, null: true,
description: 'Project memberships of the user',
method: :project_members
+ field :starred_projects, Types::ProjectType.connection_type, null: true,
+ description: 'Projects starred by the user',
+ resolver: Resolvers::UserStarredProjectsResolver
# Merge request field: MRs can be either authored or assigned:
field :authored_merge_requests, Types::MergeRequestType.connection_type, null: true,
diff --git a/app/helpers/deploy_tokens_helper.rb b/app/helpers/deploy_tokens_helper.rb
index 80a5bb44c69..d6fbe0b6b45 100644
--- a/app/helpers/deploy_tokens_helper.rb
+++ b/app/helpers/deploy_tokens_helper.rb
@@ -7,8 +7,13 @@ module DeployTokensHelper
Rails.env.test?
end
- def container_registry_enabled?(project)
+ def container_registry_enabled?(group_or_project)
Gitlab.config.registry.enabled &&
- can?(current_user, :read_container_image, project)
+ can?(current_user, :read_container_image, group_or_project)
+ end
+
+ def packages_registry_enabled?(group_or_project)
+ Gitlab.config.packages.enabled &&
+ can?(current_user, :read_package, group_or_project)
end
end
diff --git a/app/models/ci/pipeline.rb b/app/models/ci/pipeline.rb
index 34589002568..5276e8147f0 100644
--- a/app/models/ci/pipeline.rb
+++ b/app/models/ci/pipeline.rb
@@ -821,11 +821,15 @@ module Ci
all_merge_requests.order(id: :desc)
end
- # If pipeline is a child of another pipeline, include the parent
- # and the siblings, otherwise return only itself and children.
def same_family_pipeline_ids
- parent = parent_pipeline || self
- [parent.id] + parent.child_pipelines.pluck(:id)
+ if ::Gitlab::Ci::Features.child_of_child_pipeline_enabled?(project)
+ ::Gitlab::Ci::PipelineObjectHierarchy.new(base_and_ancestors).base_and_descendants.select(:id)
+ else
+ # If pipeline is a child of another pipeline, include the parent
+ # and the siblings, otherwise return only itself and children.
+ parent = parent_pipeline || self
+ [parent.id] + parent.child_pipelines.pluck(:id)
+ end
end
def bridge_triggered?
@@ -1058,6 +1062,14 @@ module Ci
self.ci_ref = Ci::Ref.ensure_for(self)
end
+ def base_and_ancestors
+ # Without using `unscoped`, caller scope is also included into the query.
+ # Using `unscoped` here will be redundant after Rails 6.1
+ ::Gitlab::Ci::PipelineObjectHierarchy
+ .new(self.class.unscoped.where(id: id))
+ .base_and_ancestors
+ end
+
private
def add_message(severity, content)
diff --git a/app/models/concerns/enums/commit_status.rb b/app/models/concerns/enums/commit_status.rb
index 0559e953776..faeed7276ab 100644
--- a/app/models/concerns/enums/commit_status.rb
+++ b/app/models/concerns/enums/commit_status.rb
@@ -23,9 +23,10 @@ module Enums
insufficient_bridge_permissions: 1_001,
downstream_bridge_project_not_found: 1_002,
invalid_bridge_trigger: 1_003,
- bridge_pipeline_is_child_pipeline: 1_006,
+ bridge_pipeline_is_child_pipeline: 1_006, # not used anymore, but cannot be deleted because of old data
downstream_pipeline_creation_failed: 1_007,
- secrets_provider_not_found: 1_008
+ secrets_provider_not_found: 1_008,
+ reached_max_descendant_pipelines_depth: 1_009
}
end
end
diff --git a/app/models/note.rb b/app/models/note.rb
index c0b897a6bf1..7330b97bd76 100644
--- a/app/models/note.rb
+++ b/app/models/note.rb
@@ -556,6 +556,8 @@ class Note < ApplicationRecord
end
def system_note_with_references_visible_for?(user)
+ return true unless system?
+
(!system_note_with_references? || all_referenced_mentionables_allowed?(user)) && system_note_viewable_by?(user)
end
diff --git a/app/models/packages/package.rb b/app/models/packages/package.rb
index 159c43fbb47..bda11160957 100644
--- a/app/models/packages/package.rb
+++ b/app/models/packages/package.rb
@@ -5,6 +5,8 @@ class Packages::Package < ApplicationRecord
include UsageStatistics
belongs_to :project
+ belongs_to :creator, class_name: 'User'
+
# package_files must be destroyed by ruby code in order to properly remove carrierwave uploads and update project statistics
has_many :package_files, dependent: :destroy # rubocop:disable Cop/ActiveRecordDependent
has_many :dependency_links, inverse_of: :package, class_name: 'Packages::DependencyLink'
diff --git a/app/models/service_list.rb b/app/models/service_list.rb
index fa3760f0c56..2a75567d5ff 100644
--- a/app/models/service_list.rb
+++ b/app/models/service_list.rb
@@ -1,10 +1,9 @@
# frozen_string_literal: true
class ServiceList
- def initialize(batch, service_hash, extra_hash = {})
- @batch = batch
+ def initialize(batch_ids, service_hash)
+ @batch_ids = batch_ids
@service_hash = service_hash
- @extra_hash = extra_hash
end
def to_array
@@ -13,15 +12,15 @@ class ServiceList
private
- attr_reader :batch, :service_hash, :extra_hash
+ attr_reader :batch_ids, :service_hash
def columns
- (service_hash.keys << 'project_id') + extra_hash.keys
+ (service_hash.keys << 'project_id')
end
def values
- batch.map do |project_id|
- (service_hash.values << project_id) + extra_hash.values
+ batch_ids.map do |project_id|
+ (service_hash.values << project_id)
end
end
end
diff --git a/app/models/timelog.rb b/app/models/timelog.rb
index c0aac6f27aa..60aaaaef831 100644
--- a/app/models/timelog.rb
+++ b/app/models/timelog.rb
@@ -7,6 +7,7 @@ class Timelog < ApplicationRecord
belongs_to :issue, touch: true
belongs_to :merge_request, touch: true
belongs_to :user
+ belongs_to :note
scope :for_issues_in_group, -> (group) do
joins(:issue).where(
diff --git a/app/presenters/commit_status_presenter.rb b/app/presenters/commit_status_presenter.rb
index eaa7cf848cd..714dd232efb 100644
--- a/app/presenters/commit_status_presenter.rb
+++ b/app/presenters/commit_status_presenter.rb
@@ -20,7 +20,8 @@ class CommitStatusPresenter < Gitlab::View::Presenter::Delegated
insufficient_bridge_permissions: 'This job could not be executed because of insufficient permissions to create a downstream pipeline',
bridge_pipeline_is_child_pipeline: 'This job belongs to a child pipeline and cannot create further child pipelines',
downstream_pipeline_creation_failed: 'The downstream pipeline could not be created',
- secrets_provider_not_found: 'The secrets provider can not be found'
+ secrets_provider_not_found: 'The secrets provider can not be found',
+ reached_max_descendant_pipelines_depth: 'Maximum child pipeline depth has been reached'
}.freeze
private_constant :CALLOUT_FAILURE_MESSAGES
diff --git a/app/services/admin/propagate_integration_service.rb b/app/services/admin/propagate_integration_service.rb
index 6af6239d442..3c27454ffc7 100644
--- a/app/services/admin/propagate_integration_service.rb
+++ b/app/services/admin/propagate_integration_service.rb
@@ -2,17 +2,7 @@
module Admin
class PropagateIntegrationService
- BATCH_SIZE = 100
-
- delegate :data_fields_present?, to: :integration
-
- def self.propagate(integration)
- new(integration).propagate
- end
-
- def initialize(integration)
- @integration = integration
- end
+ include PropagateService
def propagate
update_inherited_integrations
@@ -21,8 +11,6 @@ module Admin
private
- attr_reader :integration
-
# rubocop: disable Cop/InBatches
# rubocop: disable CodeReuse/ActiveRecord
def update_inherited_integrations
@@ -50,61 +38,9 @@ module Admin
end
# rubocop: enable CodeReuse/ActiveRecord
- def create_integration_for_projects_without_integration
- loop do
- batch = Project.uncached { Project.ids_without_integration(integration, BATCH_SIZE) }
-
- bulk_create_from_integration(batch) unless batch.empty?
-
- break if batch.size < BATCH_SIZE
- end
- end
-
- def bulk_create_from_integration(batch)
- service_list = ServiceList.new(batch, service_hash, { 'inherit_from_id' => integration.id }).to_array
-
- Project.transaction do
- results = bulk_insert(*service_list)
-
- if data_fields_present?
- data_list = DataList.new(results, data_fields_hash, integration.data_fields.class).to_array
-
- bulk_insert(*data_list)
- end
-
- run_callbacks(batch)
- end
- end
-
- def bulk_insert(klass, columns, values_array)
- items_to_insert = values_array.map { |array| Hash[columns.zip(array)] }
-
- klass.insert_all(items_to_insert, returning: [:id])
- end
-
- # rubocop: disable CodeReuse/ActiveRecord
- def run_callbacks(batch)
- if integration.issue_tracker?
- Project.where(id: batch).update_all(has_external_issue_tracker: true)
- end
-
- if active_external_wiki?
- Project.where(id: batch).update_all(has_external_wiki: true)
- end
- end
- # rubocop: enable CodeReuse/ActiveRecord
-
- def active_external_wiki?
- integration.type == 'ExternalWikiService'
- end
-
def service_hash
@service_hash ||= integration.to_service_hash
.tap { |json| json['inherit_from_id'] = integration.id }
end
-
- def data_fields_hash
- @data_fields_hash ||= integration.to_data_fields_hash
- end
end
end
diff --git a/app/services/admin/propagate_service_template.rb b/app/services/admin/propagate_service_template.rb
new file mode 100644
index 00000000000..cd0d2d5d03f
--- /dev/null
+++ b/app/services/admin/propagate_service_template.rb
@@ -0,0 +1,19 @@
+# frozen_string_literal: true
+
+module Admin
+ class PropagateServiceTemplate
+ include PropagateService
+
+ def propagate
+ return unless integration.active?
+
+ create_integration_for_projects_without_integration
+ end
+
+ private
+
+ def service_hash
+ @service_hash ||= integration.to_service_hash
+ end
+ end
+end
diff --git a/app/services/ci/create_downstream_pipeline_service.rb b/app/services/ci/create_downstream_pipeline_service.rb
index 23cd06fbd4f..dfe647b0780 100644
--- a/app/services/ci/create_downstream_pipeline_service.rb
+++ b/app/services/ci/create_downstream_pipeline_service.rb
@@ -9,6 +9,8 @@ module Ci
DuplicateDownstreamPipelineError = Class.new(StandardError)
+ MAX_DESCENDANTS_DEPTH = 2
+
def execute(bridge)
@bridge = bridge
@@ -75,9 +77,16 @@ module Ci
# TODO: Remove this condition if favour of model validation
# https://gitlab.com/gitlab-org/gitlab/issues/38338
- if @bridge.triggers_child_pipeline? && @bridge.pipeline.parent_pipeline.present?
- @bridge.drop!(:bridge_pipeline_is_child_pipeline)
- return false
+ if ::Gitlab::Ci::Features.child_of_child_pipeline_enabled?(project)
+ if has_max_descendants_depth?
+ @bridge.drop!(:reached_max_descendant_pipelines_depth)
+ return false
+ end
+ else
+ if @bridge.triggers_child_pipeline? && @bridge.pipeline.parent_pipeline.present?
+ @bridge.drop!(:bridge_pipeline_is_child_pipeline)
+ return false
+ end
end
unless can_create_downstream_pipeline?(target_ref)
@@ -108,5 +117,12 @@ module Ci
@bridge.downstream_project
end
end
+
+ def has_max_descendants_depth?
+ return false unless @bridge.triggers_child_pipeline?
+
+ ancestors_of_new_child = @bridge.pipeline.base_and_ancestors
+ ancestors_of_new_child.count > MAX_DESCENDANTS_DEPTH
+ end
end
end
diff --git a/app/services/concerns/admin/propagate_service.rb b/app/services/concerns/admin/propagate_service.rb
new file mode 100644
index 00000000000..c7a4bfaa4ca
--- /dev/null
+++ b/app/services/concerns/admin/propagate_service.rb
@@ -0,0 +1,73 @@
+# frozen_string_literal: true
+
+module Admin
+ module PropagateService
+ extend ActiveSupport::Concern
+
+ BATCH_SIZE = 100
+
+ delegate :data_fields_present?, to: :integration
+
+ class_methods do
+ def propagate(integration)
+ new(integration).propagate
+ end
+ end
+
+ def initialize(integration)
+ @integration = integration
+ end
+
+ private
+
+ attr_reader :integration
+
+ def create_integration_for_projects_without_integration
+ loop do
+ batch_ids = Project.uncached { Project.ids_without_integration(integration, BATCH_SIZE) }
+
+ bulk_create_from_integration(batch_ids) unless batch_ids.empty?
+
+ break if batch_ids.size < BATCH_SIZE
+ end
+ end
+
+ def bulk_create_from_integration(batch_ids)
+ service_list = ServiceList.new(batch_ids, service_hash).to_array
+
+ Service.transaction do
+ results = bulk_insert(*service_list)
+
+ if data_fields_present?
+ data_list = DataList.new(results, data_fields_hash, integration.data_fields.class).to_array
+
+ bulk_insert(*data_list)
+ end
+
+ run_callbacks(batch_ids)
+ end
+ end
+
+ def bulk_insert(klass, columns, values_array)
+ items_to_insert = values_array.map { |array| Hash[columns.zip(array)] }
+
+ klass.insert_all(items_to_insert, returning: [:id])
+ end
+
+ # rubocop: disable CodeReuse/ActiveRecord
+ def run_callbacks(batch_ids)
+ if integration.issue_tracker?
+ Project.where(id: batch_ids).update_all(has_external_issue_tracker: true)
+ end
+
+ if integration.type == 'ExternalWikiService'
+ Project.where(id: batch_ids).update_all(has_external_wiki: true)
+ end
+ end
+ # rubocop: enable CodeReuse/ActiveRecord
+
+ def data_fields_hash
+ @data_fields_hash ||= integration.to_data_fields_hash
+ end
+ end
+end
diff --git a/app/services/packages/create_package_service.rb b/app/services/packages/create_package_service.rb
index 05b0b8e9fa6..397a5f74e0a 100644
--- a/app/services/packages/create_package_service.rb
+++ b/app/services/packages/create_package_service.rb
@@ -8,7 +8,9 @@ module Packages
project
.packages
.with_package_type(package_type)
- .safe_find_or_create_by!(name: name, version: version)
+ .safe_find_or_create_by!(name: name, version: version) do |pkg|
+ pkg.creator = package_creator
+ end
end
def create_package!(package_type, attrs = {})
@@ -22,9 +24,14 @@ module Packages
def package_attrs(attrs)
{
+ creator: package_creator,
name: params[:name],
version: params[:version]
}.merge(attrs)
end
+
+ def package_creator
+ current_user if current_user.is_a?(User)
+ end
end
end
diff --git a/app/services/projects/propagate_service_template.rb b/app/services/projects/propagate_service_template.rb
deleted file mode 100644
index 54d09b354a1..00000000000
--- a/app/services/projects/propagate_service_template.rb
+++ /dev/null
@@ -1,83 +0,0 @@
-# frozen_string_literal: true
-
-module Projects
- class PropagateServiceTemplate
- BATCH_SIZE = 100
-
- delegate :data_fields_present?, to: :template
-
- def self.propagate(template)
- new(template).propagate
- end
-
- def initialize(template)
- @template = template
- end
-
- def propagate
- return unless template.active?
-
- propagate_projects_with_template
- end
-
- private
-
- attr_reader :template
-
- def propagate_projects_with_template
- loop do
- batch = Project.uncached { Project.ids_without_integration(template, BATCH_SIZE) }
-
- bulk_create_from_template(batch) unless batch.empty?
-
- break if batch.size < BATCH_SIZE
- end
- end
-
- def bulk_create_from_template(batch)
- service_list = ServiceList.new(batch, service_hash).to_array
-
- Project.transaction do
- results = bulk_insert(*service_list)
-
- if data_fields_present?
- data_list = DataList.new(results, data_fields_hash, template.data_fields.class).to_array
-
- bulk_insert(*data_list)
- end
-
- run_callbacks(batch)
- end
- end
-
- def bulk_insert(klass, columns, values_array)
- items_to_insert = values_array.map { |array| Hash[columns.zip(array)] }
-
- klass.insert_all(items_to_insert, returning: [:id])
- end
-
- def service_hash
- @service_hash ||= template.to_service_hash
- end
-
- def data_fields_hash
- @data_fields_hash ||= template.to_data_fields_hash
- end
-
- # rubocop: disable CodeReuse/ActiveRecord
- def run_callbacks(batch)
- if template.issue_tracker?
- Project.where(id: batch).update_all(has_external_issue_tracker: true)
- end
-
- if active_external_wiki?
- Project.where(id: batch).update_all(has_external_wiki: true)
- end
- end
- # rubocop: enable CodeReuse/ActiveRecord
-
- def active_external_wiki?
- template.type == 'ExternalWikiService'
- end
- end
-end
diff --git a/app/services/wiki_pages/update_service.rb b/app/services/wiki_pages/update_service.rb
index 2b7a6cd2e40..f2fc6b37c34 100644
--- a/app/services/wiki_pages/update_service.rb
+++ b/app/services/wiki_pages/update_service.rb
@@ -11,7 +11,7 @@ module WikiPages
ServiceResponse.success(payload: { page: page })
else
ServiceResponse.error(
- message: _('Could not udpdate wiki page'),
+ message: _('Could not update wiki page'),
payload: { page: page }
)
end
diff --git a/app/views/admin/abuse_reports/_abuse_report.html.haml b/app/views/admin/abuse_reports/_abuse_report.html.haml
index 89a87f38968..5ed9a0d1adb 100644
--- a/app/views/admin/abuse_reports/_abuse_report.html.haml
+++ b/app/views/admin/abuse_reports/_abuse_report.html.haml
@@ -2,33 +2,30 @@
- user = abuse_report.user
%tr
%th.d-block.d-sm-none.d-md-none
- %strong User
+ %strong= _('User')
%td
- if user
= link_to user.name, user
.light.small
- Joined #{time_ago_with_tooltip(user.created_at)}
+ = _('Joined %{time_ago}').html_safe % { time_ago: time_ago_with_tooltip(user.created_at) }
- else
- (removed)
+ = _('(removed)')
%td
- %strong.subheading.d-block.d-sm-none.d-md-none Reported by
- - if reporter
- = link_to reporter.name, reporter
- - else
- (removed)
+ %strong.subheading.d-block.d-sm-none.d-md-none
+ = _('Reported by %{reporter}') % { reporter: reporter ? link_to(reporter.name, reporter) : _('(removed)') }
.light.small
= time_ago_with_tooltip(abuse_report.created_at)
%td
- %strong.subheading.d-block.d-sm-none.d-md-none Message
+ %strong.subheading.d-block.d-sm-none.d-md-none= _('Message')
.message
= markdown_field(abuse_report, :message)
%td
- if user
- = link_to 'Remove user & report', admin_abuse_report_path(abuse_report, remove_user: true),
- data: { confirm: "USER #{user.name} WILL BE REMOVED! Are you sure?" }, remote: true, method: :delete, class: "btn btn-sm btn-block btn-remove js-remove-tr"
+ = link_to _('Remove user & report'), admin_abuse_report_path(abuse_report, remove_user: true),
+ data: { confirm: _("USER %{user} WILL BE REMOVED! Are you sure?") % { user: user.name } }, remote: true, method: :delete, class: "btn btn-sm btn-block btn-remove js-remove-tr"
- if user && !user.blocked?
- = link_to 'Block user', block_admin_user_path(user), data: {confirm: 'USER WILL BE BLOCKED! Are you sure?'}, method: :put, class: "btn btn-sm btn-block"
+ = link_to _('Block user'), block_admin_user_path(user), data: {confirm: _('USER WILL BE BLOCKED! Are you sure?')}, method: :put, class: "btn btn-sm btn-block"
- else
.btn.btn-sm.disabled.btn-block
- Already blocked
- = link_to 'Remove report', [:admin, abuse_report], remote: true, method: :delete, class: "btn btn-sm btn-block btn-close js-remove-tr"
+ = _('Already blocked')
+ = link_to _('Remove report'), [:admin, abuse_report], remote: true, method: :delete, class: "btn btn-sm btn-block btn-close js-remove-tr"
diff --git a/app/views/admin/users/new.html.haml b/app/views/admin/users/new.html.haml
index e5e6790b789..08aa7c3c9d2 100644
--- a/app/views/admin/users/new.html.haml
+++ b/app/views/admin/users/new.html.haml
@@ -1,5 +1,5 @@
- page_title _("New User")
%h3.page-title
- New user
+ = s_('AdminUsers|New user')
%hr
= render 'form'
diff --git a/app/views/groups/packages/_legacy_package_list.haml b/app/views/groups/packages/_legacy_package_list.haml
deleted file mode 100644
index 481a0dbb6e8..00000000000
--- a/app/views/groups/packages/_legacy_package_list.haml
+++ /dev/null
@@ -1,59 +0,0 @@
-- sort_value = @sort
-- sort_title = packages_sort_option_title(sort_value)
-
-- if @packages.any?
- .d-flex.justify-content-end
- .dropdown.inline.gl-mt-3.gl-mb-3.package-sort-dropdown
- .btn-group{ role: 'group' }
- .btn-group{ role: 'group' }
- %button.dropdown-menu-toggle{ type: 'button', data: { toggle: 'dropdown', display: 'static', 'qa-selector': 'sort-dropdown-button' }, class: 'btn btn-default' }
- = sort_title
- = icon('chevron-down')
- %ul.dropdown-menu.dropdown-menu-right.dropdown-menu-selectable.dropdown-menu-sort
- %li
- = sortable_item(sort_title_created_date, package_sort_path(sort: sort_value_recently_created), sort_title)
- = sortable_item(sort_title_name, package_sort_path(sort: sort_value_name_desc), sort_title)
- = sortable_item(sort_title_project_name, package_sort_path(sort: sort_value_project_name_desc), sort_title)
- = sortable_item(sort_title_version, package_sort_path(sort: sort_value_version_desc), sort_title)
- = sortable_item(sort_title_type, package_sort_path(sort: sort_value_type_desc), sort_title)
- = packages_sort_direction_button(sort_value)
-
- .table-holder
- .gl-responsive-table-row.table-row-header.bg-secondary-50.px-2.border-top{ role: 'row' }
- .table-section.section-30{ role: 'rowheader' }
- = _('Name')
- .table-section.section-20{ role: 'rowheader' }
- = _('Project')
- .table-section.section-20{ role: 'rowheader' }
- = _('Version')
- .table-section.section-10{ role: 'rowheader' }
- = _('Type')
- .table-section.section-20{ role: 'rowheader' }
- = _('Created')
- - @packages.each do |package|
- .gl-responsive-table-row{ data: { 'qa-selector': 'package-row' } }
- .table-section.section-30
- .table-mobile-header{ role: "rowheader" }= _("Name")
- .table-mobile-content.flex-truncate-parent
- = link_to package.name, project_package_path(package.project, package), class: 'flex-truncate-child'
- .table-section.section-20
- .table-mobile-header{ role: "rowheader" }= _("Project")
- .table-mobile-content
- = link_to_project(package.project)
- .table-section.section-20
- .table-mobile-header{ role: "rowheader" }= _("Version")
- .table-mobile-content
- = package.version
- .table-section.section-10
- .table-mobile-header{ role: "rowheader" }= _("Type")
- .table-mobile-content
- = package.package_type
- .table-section.section-20
- .table-mobile-header{ role: "rowheader" }= _("Created")
- .table-mobile-content
- = time_ago_with_tooltip(package.created_at)
- = paginate @packages, theme: "gitlab"
-- else
- .row.empty-state
- .col-12
- = render 'shared/packages/no_packages'
diff --git a/app/views/groups/packages/index.html.haml b/app/views/groups/packages/index.html.haml
index 852ed0cc185..7910217c939 100644
--- a/app/views/groups/packages/index.html.haml
+++ b/app/views/groups/packages/index.html.haml
@@ -1,4 +1,5 @@
- page_title _("Package Registry")
+- @content_class = "limit-container-width" unless fluid_layout
.row
.col-12
diff --git a/app/views/projects/issues/_design_management.html.haml b/app/views/projects/issues/_design_management.html.haml
index 0c962cdd2b6..4697e030b5c 100644
--- a/app/views/projects/issues/_design_management.html.haml
+++ b/app/views/projects/issues/_design_management.html.haml
@@ -1,3 +1,5 @@
+- return if @issue.incident?
+
- requirements_link_url = help_page_path('user/project/issues/design_management', anchor: 'requirements')
- requirements_link_start = '<a href="%{url}" target="_blank" rel="noopener noreferrer">'.html_safe % { url: requirements_link_url }
- link_end = '</a>'.html_safe
diff --git a/app/views/projects/packages/packages/index.html.haml b/app/views/projects/packages/packages/index.html.haml
index be97d1f6764..0d5350ab62b 100644
--- a/app/views/projects/packages/packages/index.html.haml
+++ b/app/views/projects/packages/packages/index.html.haml
@@ -1,4 +1,5 @@
- page_title _("Package Registry")
+- @content_class = "limit-container-width" unless fluid_layout
.row
.col-12
diff --git a/app/views/projects/packages/packages/show.html.haml b/app/views/projects/packages/packages/show.html.haml
index db49eb1bf52..3373848d3e2 100644
--- a/app/views/projects/packages/packages/show.html.haml
+++ b/app/views/projects/packages/packages/show.html.haml
@@ -2,6 +2,7 @@
- add_to_breadcrumbs @package.name, project_packages_path(@project)
- breadcrumb_title @package.version
- page_title _("Package Registry")
+- @content_class = "limit-container-width" unless fluid_layout
.row
.col-12
diff --git a/app/views/shared/deploy_tokens/_form.html.haml b/app/views/shared/deploy_tokens/_form.html.haml
index 1eda439c9a5..cc5addaa3a0 100644
--- a/app/views/shared/deploy_tokens/_form.html.haml
+++ b/app/views/shared/deploy_tokens/_form.html.haml
@@ -35,6 +35,7 @@
= label_tag ("deploy_token_write_registry"), 'write_registry', class: 'label-bold form-check-label'
.text-secondary= s_('DeployTokens|Allows write access to the registry images')
+ - if packages_registry_enabled?(group_or_project)
%fieldset.form-group.form-check
= f.check_box :read_package_registry, class: 'form-check-input'
= label_tag ("deploy_token_read_package_registry"), 'read_package_registry', class: 'label-bold form-check-label'
diff --git a/app/views/shared/runners/show.html.haml b/app/views/shared/runners/show.html.haml
index 8a78f12bdd8..1af04b808bf 100644
--- a/app/views/shared/runners/show.html.haml
+++ b/app/views/shared/runners/show.html.haml
@@ -1,71 +1,71 @@
- page_title "#{@runner.description} ##{@runner.id}", _("Runners")
%h3.page-title
- Runner ##{@runner.id}
+ = s_('Runners|Runner #%{id}' % { id: @runner.id })
.float-right
- if @runner.instance_type?
%span.runner-state.runner-state-shared
- Shared
+ = s_('Runners|Shared')
- elsif @runner.group_type?
%span.runner-state.runner-state-shared
- Group
+ = s_('Runners|Group')
- else
%span.runner-state.runner-state-specific
- Specific
+ = s_('Runners|Specific')
.table-holder
%table.table
%thead
%tr
- %th Property Name
- %th Value
+ %th= s_('Runners|Property Name')
+ %th= s_('Runners|Value')
%tr
- %td Active
- %td= @runner.active? ? 'Yes' : 'No'
+ %td= s_('Runners|Active')
+ %td= @runner.active? ? _('Yes') : _('No')
%tr
- %td Protected
- %td= @runner.ref_protected? ? 'Yes' : 'No'
+ %td= s_('Runners|Protected')
+ %td= @runner.ref_protected? ? _('Yes') : _('No')
%tr
- %td Can run untagged jobs
- %td= @runner.run_untagged? ? 'Yes' : 'No'
+ %td= s_('Runners|Can run untagged jobs')
+ %td= @runner.run_untagged? ? _('Yes') : _('No')
- unless @runner.group_type?
%tr
- %td Locked to this project
- %td= @runner.locked? ? 'Yes' : 'No'
+ %td= s_('Runners|Locked to this project')
+ %td= @runner.locked? ? _('Yes') : _('No')
%tr
- %td Tags
+ %td= s_('Runners|Tags')
%td
- @runner.tag_list.sort.each do |tag|
%span.badge.badge-primary
= tag
%tr
- %td Name
+ %td= s_('Runners|Name')
%td= @runner.name
%tr
- %td Version
+ %td= s_('Runners|Version')
%td= @runner.version
%tr
- %td IP Address
+ %td= s_('Runners|IP Address')
%td= @runner.ip_address
%tr
- %td Revision
+ %td= s_('Runners|Revision')
%td= @runner.revision
%tr
- %td Platform
+ %td= s_('Runners|Platform')
%td= @runner.platform
%tr
- %td Architecture
+ %td= s_('Runners|Architecture')
%td= @runner.architecture
%tr
- %td Description
+ %td= s_('Runners|Description')
%td= @runner.description
%tr
- %td Maximum job timeout
+ %td= s_('Runners|Maximum job timeout')
%td= @runner.maximum_timeout_human_readable
%tr
- %td Last contact
+ %td= s_('Runners|Last contact')
%td
- if @runner.contacted_at
= time_ago_with_tooltip @runner.contacted_at
- else
- Never
+ = s_('Never')
diff --git a/app/views/shared/snippets/_header.html.haml b/app/views/shared/snippets/_header.html.haml
index d6019e45b25..a9226117727 100644
--- a/app/views/shared/snippets/_header.html.haml
+++ b/app/views/shared/snippets/_header.html.haml
@@ -5,10 +5,7 @@
= visibility_level_label(@snippet.visibility_level)
= visibility_level_icon(@snippet.visibility_level)
%span.creator
- Authored
- = time_ago_with_tooltip(@snippet.created_at, placement: 'bottom', html_class: 'snippet_updated_ago')
- by #{link_to_member(@project, @snippet.author, size: 24, author_class: "author item-title", avatar_class: "d-none d-sm-inline")}
- = user_status(@snippet.author)
+ = s_('Snippets|Authored %{time_ago} by %{author}').html_safe % { time_ago: time_ago_with_tooltip(@snippet.created_at, placement: 'bottom', html_class: 'snippet_updated_ago'), author: link_to_member(@project, @snippet.author, size: 24, author_class: "author item-title", avatar_class: "d-none d-sm-inline") + user_status(@snippet.author) }
.detail-page-header-actions
- if @snippet.project_id?
diff --git a/app/workers/personal_access_tokens/expired_notification_worker.rb b/app/workers/personal_access_tokens/expired_notification_worker.rb
index c1b1f1a461d..2ff64ec51f3 100644
--- a/app/workers/personal_access_tokens/expired_notification_worker.rb
+++ b/app/workers/personal_access_tokens/expired_notification_worker.rb
@@ -8,8 +8,6 @@ module PersonalAccessTokens
feature_category :authentication_and_authorization
def perform(*args)
- return unless Feature.enabled?(:expired_pat_email_notification)
-
notification_service = NotificationService.new
User.with_personal_access_tokens_expired_today.find_each do |user|
diff --git a/app/workers/propagate_service_template_worker.rb b/app/workers/propagate_service_template_worker.rb
index 37d5ccb656d..b02525b5106 100644
--- a/app/workers/propagate_service_template_worker.rb
+++ b/app/workers/propagate_service_template_worker.rb
@@ -12,7 +12,7 @@ class PropagateServiceTemplateWorker # rubocop:disable Scalability/IdempotentWor
def perform(template_id)
return unless try_obtain_lease_for(template_id)
- Projects::PropagateServiceTemplate.propagate(Service.find_by(id: template_id))
+ Admin::PropagateServiceTemplate.propagate(Service.find_by(id: template_id))
end
# rubocop: enable CodeReuse/ActiveRecord
diff --git a/changelogs/unreleased/205578-store-pkg-creator.yml b/changelogs/unreleased/205578-store-pkg-creator.yml
new file mode 100644
index 00000000000..61a13d12c2c
--- /dev/null
+++ b/changelogs/unreleased/205578-store-pkg-creator.yml
@@ -0,0 +1,5 @@
+---
+title: Record package creator
+merge_request: 41258
+author:
+type: added
diff --git a/changelogs/unreleased/225467-package-registry-adjust-the-max-width-for-non-fluid-screens-to-be-.yml b/changelogs/unreleased/225467-package-registry-adjust-the-max-width-for-non-fluid-screens-to-be-.yml
new file mode 100644
index 00000000000..14c5c70d2e8
--- /dev/null
+++ b/changelogs/unreleased/225467-package-registry-adjust-the-max-width-for-non-fluid-screens-to-be-.yml
@@ -0,0 +1,5 @@
+---
+title: 'Package Registry: Adjust the max width for non-fluid screens to be 990'
+merge_request: 41549
+author:
+type: changed
diff --git a/changelogs/unreleased/239562-graphql-add-starredprojects-to-user.yml b/changelogs/unreleased/239562-graphql-add-starredprojects-to-user.yml
new file mode 100644
index 00000000000..57ee025ebbb
--- /dev/null
+++ b/changelogs/unreleased/239562-graphql-add-starredprojects-to-user.yml
@@ -0,0 +1,5 @@
+---
+title: Expose a list of projects starred by the user to GraphQL API
+author: Pavel Kuznetsov
+merge_request: 41076
+type: added
diff --git a/changelogs/unreleased/240906-rollout-search-track-unique-users.yml b/changelogs/unreleased/240906-rollout-search-track-unique-users.yml
new file mode 100644
index 00000000000..b8bb1ab886d
--- /dev/null
+++ b/changelogs/unreleased/240906-rollout-search-track-unique-users.yml
@@ -0,0 +1,5 @@
+---
+title: Enable unique search users usage ping HLL metric by default
+merge_request: 41739
+author:
+type: added
diff --git a/changelogs/unreleased/244947-remove-designs-from-incdients.yml b/changelogs/unreleased/244947-remove-designs-from-incdients.yml
new file mode 100644
index 00000000000..605d66dae12
--- /dev/null
+++ b/changelogs/unreleased/244947-remove-designs-from-incdients.yml
@@ -0,0 +1,5 @@
+---
+title: Remove designs from incidents
+merge_request: 41757
+author:
+type: changed
diff --git a/changelogs/unreleased/41596-sse-minor-ux-spacing.yml b/changelogs/unreleased/41596-sse-minor-ux-spacing.yml
new file mode 100644
index 00000000000..a592e089603
--- /dev/null
+++ b/changelogs/unreleased/41596-sse-minor-ux-spacing.yml
@@ -0,0 +1,5 @@
+---
+title: Add bottom spacing to static site editor UI to align with overall UI spacing
+merge_request: 41596
+author:
+type: added
diff --git a/changelogs/unreleased/deprecate_expired_pat_email_notification.yml b/changelogs/unreleased/deprecate_expired_pat_email_notification.yml
new file mode 100644
index 00000000000..2642426643b
--- /dev/null
+++ b/changelogs/unreleased/deprecate_expired_pat_email_notification.yml
@@ -0,0 +1,5 @@
+---
+title: Remove expired_pat_email_notification feature flag
+merge_request: 41166
+author:
+type: changed
diff --git a/changelogs/unreleased/expose_time_note_from_api.yml b/changelogs/unreleased/expose_time_note_from_api.yml
new file mode 100644
index 00000000000..8b12d3e2bc6
--- /dev/null
+++ b/changelogs/unreleased/expose_time_note_from_api.yml
@@ -0,0 +1,5 @@
+---
+title: Add note to graphql timelog_type
+merge_request: 37748
+author: Lee Tickett
+type: added
diff --git a/changelogs/unreleased/i18n-runners.yml b/changelogs/unreleased/i18n-runners.yml
new file mode 100644
index 00000000000..526333ac313
--- /dev/null
+++ b/changelogs/unreleased/i18n-runners.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize i18n strings from app/views/shared/runners/show.html.haml
+merge_request: 41241
+author: Takuya Noguchi
+type: other
diff --git a/changelogs/unreleased/i18n-snippets-header.yml b/changelogs/unreleased/i18n-snippets-header.yml
new file mode 100644
index 00000000000..76e68604cf2
--- /dev/null
+++ b/changelogs/unreleased/i18n-snippets-header.yml
@@ -0,0 +1,5 @@
+---
+title: Externalize i18n strings from snippets/_header HAML
+merge_request: 41235
+author: Takuya Noguchi
+type: other
diff --git a/changelogs/unreleased/nelbacha-conditional-package-scopes.yml b/changelogs/unreleased/nelbacha-conditional-package-scopes.yml
new file mode 100644
index 00000000000..2acfcd47df9
--- /dev/null
+++ b/changelogs/unreleased/nelbacha-conditional-package-scopes.yml
@@ -0,0 +1,5 @@
+---
+title: Conditionally render the packages scopes in deploy token settings
+merge_request: 35334
+author:
+type: fixed
diff --git a/changelogs/unreleased/ss-add-update-issue.yml b/changelogs/unreleased/ss-add-update-issue.yml
new file mode 100644
index 00000000000..8fc11972ba3
--- /dev/null
+++ b/changelogs/unreleased/ss-add-update-issue.yml
@@ -0,0 +1,5 @@
+---
+title: Add update issue by id in vuex for boards
+merge_request: 41226
+author:
+type: added
diff --git a/changelogs/unreleased/suzu-1990-gitlab-patch-112.yml b/changelogs/unreleased/suzu-1990-gitlab-patch-112.yml
new file mode 100644
index 00000000000..0383624dd77
--- /dev/null
+++ b/changelogs/unreleased/suzu-1990-gitlab-patch-112.yml
@@ -0,0 +1,5 @@
+---
+title: Internationalize Admin users new
+merge_request: 41367
+author: Takuya Noguchi
+type: other
diff --git a/changelogs/unreleased/suzu-1990-gitlab-suzu-1990-master-patch-97784.yml b/changelogs/unreleased/suzu-1990-gitlab-suzu-1990-master-patch-97784.yml
new file mode 100644
index 00000000000..3dbb054f7b1
--- /dev/null
+++ b/changelogs/unreleased/suzu-1990-gitlab-suzu-1990-master-patch-97784.yml
@@ -0,0 +1,5 @@
+---
+title: Internationalize Admin Abuse Report
+merge_request: 41355
+author: suzu-1990
+type: other
diff --git a/changelogs/unreleased/upgrade-gitlab-pages-1-24-0.yml b/changelogs/unreleased/upgrade-gitlab-pages-1-24-0.yml
new file mode 100644
index 00000000000..106bda2b0ca
--- /dev/null
+++ b/changelogs/unreleased/upgrade-gitlab-pages-1-24-0.yml
@@ -0,0 +1,5 @@
+---
+title: Upgrade GitLab Pages to 1.24.0
+merge_request: 41782
+author:
+type: added
diff --git a/config/feature_flags/development/ci_child_of_child_pipeline.yml b/config/feature_flags/development/ci_child_of_child_pipeline.yml
new file mode 100644
index 00000000000..7cfffc677b3
--- /dev/null
+++ b/config/feature_flags/development/ci_child_of_child_pipeline.yml
@@ -0,0 +1,7 @@
+---
+name: ci_child_of_child_pipeline
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/41102
+rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/243747
+group: 'group::continuous integration'
+type: development
+default_enabled: false
diff --git a/config/feature_flags/development/search_track_unique_users.yml b/config/feature_flags/development/search_track_unique_users.yml
index cd190396e5a..a5d4940c96a 100644
--- a/config/feature_flags/development/search_track_unique_users.yml
+++ b/config/feature_flags/development/search_track_unique_users.yml
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/40134
rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/240906
group: group::global search
type: development
-default_enabled: false
+default_enabled: true
diff --git a/db/fixtures/development/26_packages.rb b/db/fixtures/development/26_packages.rb
index 6096fd8962a..2a7f80c18a3 100644
--- a/db/fixtures/development/26_packages.rb
+++ b/db/fixtures/development/26_packages.rb
@@ -21,7 +21,7 @@ class Gitlab::Seeder::Packages
.gsub('1.0.1', version))
.with_indifferent_access
- ::Packages::Npm::CreatePackageService.new(project, project.owner, params).execute
+ ::Packages::Npm::CreatePackageService.new(project, project.creator, params).execute
print '.'
end
@@ -38,7 +38,7 @@ class Gitlab::Seeder::Packages
path: "#{name}/#{version}"
}
- pkg = ::Packages::Maven::CreatePackageService.new(project, project.owner, params).execute
+ pkg = ::Packages::Maven::CreatePackageService.new(project, project.creator, params).execute
%w(maven-metadata.xml my-app-1.0-20180724.124855-1.pom my-app-1.0-20180724.124855-1.jar).each do |filename|
with_cloned_fixture_file('maven', filename) do |filepath|
@@ -68,7 +68,7 @@ class Gitlab::Seeder::Packages
package_channel: 'stable'
}
- pkg = ::Packages::Conan::CreatePackageService.new(project, project.owner, params).execute
+ pkg = ::Packages::Conan::CreatePackageService.new(project, project.creator, params).execute
fixtures = {
'recipe_files' => %w(conanfile.py conanmanifest.txt),
@@ -103,7 +103,7 @@ class Gitlab::Seeder::Packages
name = "MyNugetApp.Package#{i}"
version = "4.2.#{i}"
- pkg = ::Packages::Nuget::CreatePackageService.new(project, project.owner, {}).execute
+ pkg = ::Packages::Nuget::CreatePackageService.new(project, project.creator, {}).execute
# when using ::Packages::Nuget::CreatePackageService, packages have a fixed name and a fixed version.
pkg.update!(name: name, version: version)
diff --git a/doc/administration/geo/replication/datatypes.md b/doc/administration/geo/replication/datatypes.md
index e4330076599..166a724f9c1 100644
--- a/doc/administration/geo/replication/datatypes.md
+++ b/doc/administration/geo/replication/datatypes.md
@@ -45,8 +45,8 @@ verification methods:
| Blobs | Archived CI build traces _(object storage)_ | Geo with API/Managed (*2*) | _Not implemented_ |
| Blobs | Container registry _(filesystem)_ | Geo with API/Docker API | _Not implemented_ |
| Blobs | Container registry _(object storage)_ | Geo with API/Managed/Docker API (*2*) | _Not implemented_ |
-| Blobs | Package registry _(filesystem)_ | Geo with API | _Not implemented_ |
-| Blobs | Package registry _(object storage)_ | Geo with API/Managed (*2*) | _Not implemented_ |
+| Blobs | Package registry _(filesystem)_ | Geo with API | _Not implemented_ |
+| Blobs | Package registry _(object storage)_ | Geo with API/Managed (*2*) | _Not implemented_ |
- (*1*): Redis replication can be used as part of HA with Redis sentinel. It's not used between Geo nodes.
- (*2*): Object storage replication can be performed by Geo or by your object storage provider/appliance
@@ -160,34 +160,34 @@ replicating data from those features will cause the data to be **lost**.
If you wish to use those features on a **secondary** node, or to execute a failover
successfully, you must replicate their data using some other means.
-| Feature | Replicated (added in GitLab version) | Verified (added in GitLab version) | Notes |
-|:---------------------------------------------------------------------|:---------------------------------------------------------|:--------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------|
-| Application data in PostgreSQL | **Yes** (10.2) | **Yes** (10.2) | |
-| Project repository | **Yes** (10.2) | **Yes** (10.7) | |
-| Project wiki repository | **Yes** (10.2) | **Yes** (10.7) | |
-| Project designs repository | **Yes** (12.7) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/32467) | |
-| Uploads | **Yes** (10.2) | [No](https://gitlab.com/groups/gitlab-org/-/epics/1817) | Verified only on transfer, or manually (*1*) |
-| LFS objects | **Yes** (10.2) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8922) | Verified only on transfer, or manually (*1*). Unavailable for new LFS objects in 11.11.x and 12.0.x (*2*). |
-| CI job artifacts (other than traces) | **Yes** (10.4) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8923) | Verified only manually (*1*) |
-| Archived traces | **Yes** (10.4) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8923) | Verified only on transfer, or manually (*1*) |
-| Personal snippets | **Yes** (10.2) | **Yes** (10.2) | |
-| [Versioned snippets](../../../user/snippets.md#versioned-snippets) | [No](https://gitlab.com/groups/gitlab-org/-/epics/2809) | [No](https://gitlab.com/groups/gitlab-org/-/epics/2810) | |
-| Project snippets | **Yes** (10.2) | **Yes** (10.2) | |
-| Object pools for forked project deduplication | **Yes** | No | |
-| [Server-side Git hooks](../../server_hooks.md) | No | No | |
-| [Elasticsearch integration](../../../integration/elasticsearch.md) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/1186) | No | |
-| [GitLab Pages](../../pages/index.md) | [No](https://gitlab.com/groups/gitlab-org/-/epics/589) | No | |
-| [Container Registry](../../packages/container_registry.md) | **Yes** (12.3) | No | |
-| [NPM Registry](../../../user/packages/npm_registry/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [Maven Repository](../../../user/packages/maven_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [Conan Repository](../../../user/packages/conan_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [NuGet Repository](../../../user/packages/nuget_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [PyPi Repository](../../../user/packages/pypi_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [Composer Repository](../../../user/packages/composer_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default | |
-| [External merge request diffs](../../merge_request_diffs.md) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/33817) | No | |
-| [Terraform State](../../terraform_state.md) | [No](https://gitlab.com/groups/gitlab-org/-/epics/3112)(*3*) | No | |
-| [Vulnerability Export](../../../user/application_security/security_dashboard/#export-vulnerabilities) | [No](https://gitlab.com/groups/gitlab-org/-/epics/3111)(*3*) | No | | |
-| Content in object storage | **Yes** (12.4) | No | |
+| Feature | Replicated (added in GitLab version) | Verified (added in GitLab version) | Notes |
+|:------------------------------------------------------------------------------------------------------|:-------------------------------------------------------------|:----------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------|
+| Application data in PostgreSQL | **Yes** (10.2) | **Yes** (10.2) | |
+| Project repository | **Yes** (10.2) | **Yes** (10.7) | |
+| Project wiki repository | **Yes** (10.2) | **Yes** (10.7) | |
+| Project designs repository | **Yes** (12.7) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/32467) | |
+| Uploads | **Yes** (10.2) | [No](https://gitlab.com/groups/gitlab-org/-/epics/1817) | Verified only on transfer, or manually (*1*) |
+| LFS objects | **Yes** (10.2) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8922) | Verified only on transfer, or manually (*1*). Unavailable for new LFS objects in 11.11.x and 12.0.x (*2*). |
+| CI job artifacts (other than traces) | **Yes** (10.4) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8923) | Verified only manually (*1*) |
+| Archived traces | **Yes** (10.4) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/8923) | Verified only on transfer, or manually (*1*) |
+| Personal snippets | **Yes** (10.2) | **Yes** (10.2) | |
+| [Versioned snippets](../../../user/snippets.md#versioned-snippets) | [No](https://gitlab.com/groups/gitlab-org/-/epics/2809) | [No](https://gitlab.com/groups/gitlab-org/-/epics/2810) | |
+| Project snippets | **Yes** (10.2) | **Yes** (10.2) | |
+| Object pools for forked project deduplication | **Yes** | No | |
+| [Server-side Git hooks](../../server_hooks.md) | No | No | |
+| [Elasticsearch integration](../../../integration/elasticsearch.md) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/1186) | No | |
+| [GitLab Pages](../../pages/index.md) | [No](https://gitlab.com/groups/gitlab-org/-/epics/589) | No | |
+| [Container Registry](../../packages/container_registry.md) | **Yes** (12.3) | No | |
+| [NPM Registry](../../../user/packages/npm_registry/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [Maven Repository](../../../user/packages/maven_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [Conan Repository](../../../user/packages/conan_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [NuGet Repository](../../../user/packages/nuget_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [PyPi Repository](../../../user/packages/pypi_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [Composer Repository](../../../user/packages/composer_repository/index.md) | **Yes** (13.2) | No | Behind feature flag `geo_package_file_replication`, enabled by default |
+| [External merge request diffs](../../merge_request_diffs.md) | [No](https://gitlab.com/gitlab-org/gitlab/-/issues/33817) | No | |
+| [Terraform State](../../terraform_state.md) | [No](https://gitlab.com/groups/gitlab-org/-/epics/3112)(*3*) | No | |
+| [Vulnerability Export](../../../user/application_security/security_dashboard/#export-vulnerabilities) | [No](https://gitlab.com/groups/gitlab-org/-/epics/3111)(*3*) | No | |
+| Content in object storage | **Yes** (12.4) | No | |
- (*1*): The integrity can be verified manually using
[Integrity Check Rake Task](../../raketasks/check.md) on both nodes and comparing
diff --git a/doc/administration/geo/replication/object_storage.md b/doc/administration/geo/replication/object_storage.md
index 53736a91190..642d31f6298 100644
--- a/doc/administration/geo/replication/object_storage.md
+++ b/doc/administration/geo/replication/object_storage.md
@@ -26,7 +26,7 @@ To have:
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/10586) in GitLab 12.4.
CAUTION: **Caution:**
-This is a [**beta** feature](https://about.gitlab.com/handbook/product/#beta) and is not ready yet for production use at any scale.
+This is a [**beta** feature](https://about.gitlab.com/handbook/product/#beta) and is not ready yet for production use at any scale. The main limitations are a lack of testing at scale and no verification of any replicated data.
**Secondary** nodes can replicate files stored on the **primary** node regardless of
whether they are stored on the local filesystem or in object storage.
diff --git a/doc/administration/instance_limits.md b/doc/administration/instance_limits.md
index c3453337aaa..8e2bbd22a8b 100644
--- a/doc/administration/instance_limits.md
+++ b/doc/administration/instance_limits.md
@@ -424,6 +424,12 @@ panel_groups:
label: Legend Label
```
+## Environment Dashboard limits **(PREMIUM)**
+
+> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/33895) in GitLab 13.4.
+
+See [Environment Dashboard](../ci/environments/environments_dashboard.md#adding-a-project-to-the-dashboard) for the maximum number of displayed projects.
+
## Environment data on Deploy Boards
[Deploy Boards](../user/project/deploy_boards.md) load information from Kubernetes about
diff --git a/doc/api/graphql/reference/gitlab_schema.graphql b/doc/api/graphql/reference/gitlab_schema.graphql
index 492bcfe952b..55b8695ac49 100644
--- a/doc/api/graphql/reference/gitlab_schema.graphql
+++ b/doc/api/graphql/reference/gitlab_schema.graphql
@@ -16053,6 +16053,11 @@ type Timelog {
issue: Issue
"""
+ The note where the quick action to add the logged time was executed
+ """
+ note: Note
+
+ """
Timestamp of when the time tracked was spent at
"""
spentAt: Time
@@ -17558,6 +17563,36 @@ type User {
): SnippetConnection
"""
+ Projects starred by the user
+ """
+ starredProjects(
+ """
+ Returns the elements in the list that come after the specified cursor.
+ """
+ after: String
+
+ """
+ Returns the elements in the list that come before the specified cursor.
+ """
+ before: String
+
+ """
+ Returns the first _n_ elements from the list.
+ """
+ first: Int
+
+ """
+ Returns the last _n_ elements from the list.
+ """
+ last: Int
+
+ """
+ Search query
+ """
+ search: String
+ ): ProjectConnection
+
+ """
State of the user
"""
state: UserState!
diff --git a/doc/api/graphql/reference/gitlab_schema.json b/doc/api/graphql/reference/gitlab_schema.json
index ff30c1455e4..f5c77e202e7 100644
--- a/doc/api/graphql/reference/gitlab_schema.json
+++ b/doc/api/graphql/reference/gitlab_schema.json
@@ -47223,6 +47223,20 @@
"deprecationReason": null
},
{
+ "name": "note",
+ "description": "The note where the quick action to add the logged time was executed",
+ "args": [
+
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "Note",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
"name": "spentAt",
"description": "Timestamp of when the time tracked was spent at",
"args": [
@@ -51382,6 +51396,69 @@
"deprecationReason": null
},
{
+ "name": "starredProjects",
+ "description": "Projects starred by the user",
+ "args": [
+ {
+ "name": "search",
+ "description": "Search query",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "after",
+ "description": "Returns the elements in the list that come after the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "before",
+ "description": "Returns the elements in the list that come before the specified cursor.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "String",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "first",
+ "description": "Returns the first _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ },
+ {
+ "name": "last",
+ "description": "Returns the last _n_ elements from the list.",
+ "type": {
+ "kind": "SCALAR",
+ "name": "Int",
+ "ofType": null
+ },
+ "defaultValue": null
+ }
+ ],
+ "type": {
+ "kind": "OBJECT",
+ "name": "ProjectConnection",
+ "ofType": null
+ },
+ "isDeprecated": false,
+ "deprecationReason": null
+ },
+ {
"name": "state",
"description": "State of the user",
"args": [
diff --git a/doc/api/graphql/reference/index.md b/doc/api/graphql/reference/index.md
index 2262e1b6a3e..3b139efd4ea 100644
--- a/doc/api/graphql/reference/index.md
+++ b/doc/api/graphql/reference/index.md
@@ -2351,6 +2351,7 @@ Represents a requirement test report.
| --- | ---- | ---------- |
| `date` **{warning-solid}** | Time! | **Deprecated:** Use `spentAt`. Deprecated in 12.10 |
| `issue` | Issue | The issue that logged time was added to |
+| `note` | Note | The note where the quick action to add the logged time was executed |
| `spentAt` | Time | Timestamp of when the time tracked was spent at |
| `timeSpent` | Int! | The time spent displayed in seconds |
| `user` | User! | The user that logged the time |
diff --git a/doc/api/tags.md b/doc/api/tags.md
index cf6cfd25dbb..8584de83357 100644
--- a/doc/api/tags.md
+++ b/doc/api/tags.md
@@ -117,11 +117,13 @@ POST /projects/:id/repository/tags
Parameters:
-- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `tag_name` (required) - The name of a tag
-- `ref` (required) - Create tag using commit SHA, another tag name, or branch name.
-- `message` (optional) - Creates annotated tag.
-- `release_description` (optional) - Add release notes to the Git tag and store it in the GitLab database.
+| Attribute | Type | Required | Description |
+| --------------------- | -------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
+| `tag_name` | string | yes | The name of a tag |
+| `ref` | string | yes | Create tag using commit SHA, another tag name, or branch name |
+| `message` | string | no | Creates annotated tag |
+| `release_description` | string | no | Add release notes to the Git tag and store it in the GitLab database |
```shell
curl --request POST --header "PRIVATE-TOKEN: <your_access_token>" "https://gitlab.example.com/api/v4/projects/5/repository/tags?tag_name=test&ref=master"
@@ -177,8 +179,10 @@ DELETE /projects/:id/repository/tags/:tag_name
Parameters:
-- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `tag_name` (required) - The name of a tag
+| Attribute | Type | Required | Description |
+| ---------- | -------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
+| `tag_name` | string | yes | The name of a tag |
## Create a new release
@@ -191,8 +195,10 @@ POST /projects/:id/repository/tags/:tag_name/release
Parameters:
-- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `tag_name` (required) - The name of a tag
+| Attribute | Type | Required | Description |
+| ---------- | -------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
+| `tag_name` | string | yes | The name of a tag |
Request body:
@@ -223,8 +229,10 @@ PUT /projects/:id/repository/tags/:tag_name/release
Parameters:
-- `id` (required) - The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user
-- `tag_name` (required) - The name of a tag
+| Attribute | Type | Required | Description |
+| ---------- | -------------- | -------- | --------------------------------------------------------------------------------------------------------------- |
+| `id` | integer/string | yes | The ID or [URL-encoded path of the project](README.md#namespaced-path-encoding) owned by the authenticated user |
+| `tag_name` | string | yes | The name of a tag |
Request body:
diff --git a/doc/ci/environments/environments_dashboard.md b/doc/ci/environments/environments_dashboard.md
index e920e0d2400..931e5512e9e 100644
--- a/doc/ci/environments/environments_dashboard.md
+++ b/doc/ci/environments/environments_dashboard.md
@@ -25,8 +25,8 @@ You can access the dashboard from the top bar by clicking
![Environments Dashboard with projects](img/environments_dashboard_v12_5.png)
-The Environments Dashboard displays a maximum of 7 projects
-and 3 environments per project.
+The Environments dashboard displays a paginated list of projects that includes
+up to three environments per project.
The listed environments for each project are unique, such as
"production", "staging", etc. Review apps and other grouped
@@ -47,6 +47,8 @@ The Environments and [Operations](../../user/operations_dashboard/index.md)
dashboards share the same list of projects. When you add or remove a
project from one, GitLab adds or removes the project from the other.
+You can add up to 150 projects for GitLab to display on this dashboard.
+
## Environment dashboards on GitLab.com
GitLab.com users can add public projects to the Environments
diff --git a/doc/ci/parent_child_pipelines.md b/doc/ci/parent_child_pipelines.md
index 1cfa698bfa5..3e3af9427c3 100644
--- a/doc/ci/parent_child_pipelines.md
+++ b/doc/ci/parent_child_pipelines.md
@@ -152,6 +152,10 @@ This is [resolved in GitLab 12.10](https://gitlab.com/gitlab-org/gitlab/-/issues
## Limitations
-A parent pipeline can trigger many child pipelines, but a child pipeline cannot trigger
-further child pipelines. See the [related issue](https://gitlab.com/gitlab-org/gitlab/-/issues/29651)
-for discussion on possible future improvements.
+In GitLab 13.3 and older, a parent pipeline can trigger many child pipelines, but
+those child pipeline cannot trigger further child pipelines.
+
+In GitLab 13.4 and newer, the [maximum depth of child pipelines was increased to 2](https://gitlab.com/gitlab-org/gitlab/-/issues/29651).
+A parent pipeline can trigger many child pipelines. These child pipelines can trigger
+their own child pipelines. This second layer of child pipelines cannot trigger further
+child pipelines.
diff --git a/doc/development/telemetry/usage_ping.md b/doc/development/telemetry/usage_ping.md
index 81daedb0000..6297518c976 100644
--- a/doc/development/telemetry/usage_ping.md
+++ b/doc/development/telemetry/usage_ping.md
@@ -256,13 +256,14 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
keys for data storage. For `daily` we keep a key for metric per day of the year, for `weekly` we
keep a key for metric per week of the year.
-1. Track event in controller using `RedisTracking` module with `track_redis_hll_event(*controller_actions, name:, feature:)`.
+1. Track event in controller using `RedisTracking` module with `track_redis_hll_event(*controller_actions, name:, feature:, feature_default_enabled: false)`.
Arguments:
- `controller_actions`: controller actions we want to track.
- `name`: event name.
- `feature`: feature name, all metrics we track should be under feature flag.
+ - `feature_default_enabled`: feature flag is disabled by default, set to `true` for it to be enabled by default.
Example usage:
@@ -272,7 +273,7 @@ Implemented using Redis methods [PFADD](https://redis.io/commands/pfadd) and [PF
include RedisTracking
skip_before_action :authenticate_user!, only: :show
- track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :g_compliance_dashboard_feature
+ track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :g_compliance_dashboard_feature, feature_default_enabled: true
def index
render html: 'index'
diff --git a/doc/user/profile/personal_access_tokens.md b/doc/user/profile/personal_access_tokens.md
index 737fa85fec6..72bf9c6b753 100644
--- a/doc/user/profile/personal_access_tokens.md
+++ b/doc/user/profile/personal_access_tokens.md
@@ -20,7 +20,6 @@ Personal access tokens expire on the date you define, at midnight UTC.
- GitLab runs a check at 01:00 AM UTC every day to identify personal access tokens that expire in under seven days. The owners of these tokens are notified by email.
- GitLab runs a check at 02:00 AM UTC every day to identify personal access tokens that expired on the current date. The owners of these tokens are notified by email.
-To turn on the notification for expired personal access tokens in GitLab self-managed instances, ask a GitLab administrator to [enable it](#enable-or-disable-notification-for-expired-personal-access-token). **(CORE ONLY)**
- In GitLab Ultimate, administrators may [limit the lifetime of personal access tokens](../admin_area/settings/account_and_limit_settings.md#limiting-lifetime-of-personal-access-tokens).
- In GitLab Ultimate, administrators may [toggle enforcement of personal access token expiry](../admin_area/settings/account_and_limit_settings.md#optional-enforcement-of-personal-access-token-expiry).
@@ -42,23 +41,6 @@ profile.
1. Save the personal access token somewhere safe. If you navigate away or refresh
your page, and you did not save the token, you must create a new one.
-## Enable or disable notification for Expired personal access token **(CORE ONLY)**
-
-[GitLab administrators with access to the GitLab Rails console](../../administration/feature_flags.md)
-can enable it for your instance.
-
-To enable it:
-
-```ruby
-Feature.enable(:expired_pat_email_notification)
-```
-
-To disable it:
-
-```ruby
-Feature.disable(:expired_pat_email_notification)
-```
-
### Revoking a personal access token
At any time, you can revoke any personal access token by clicking the
diff --git a/doc/user/project/file_lock.md b/doc/user/project/file_lock.md
index ab41cef5870..3ff6530ec28 100644
--- a/doc/user/project/file_lock.md
+++ b/doc/user/project/file_lock.md
@@ -3,7 +3,7 @@ stage: Create
group: Source Code
info: "To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/engineering/ux/technical-writing/#designated-technical-writers"
type: reference, howto
-last_updated: 2020-08-10
+last_updated: 2020-09-07
---
# File Locking **(CORE)**
@@ -99,7 +99,8 @@ created or updated with the following content:
*.png filter=lfs diff=lfs merge=lfs -text lockable
```
-You can also register a file type as lockable without using LFS (to be able, for example, to lock/unlock a file you need a in a remote server that
+You can also register a file type as lockable without using LFS (to be able, for example,
+to lock/unlock a file you need in a remote server that
implements the LFS File Locking API). To do that you can edit the
`.gitattributes` file manually:
@@ -107,45 +108,50 @@ implements the LFS File Locking API). To do that you can edit the
*.pdf lockable
```
+The `.gitattributes` file is key to the process and **must**
+be pushed to the remote repository for the changes to take effect.
+
After a file type has been registered as lockable, Git LFS will make
them read-only on the file system automatically. This means you will
-need to **lock the file before editing it**.
+need to **lock the file** before [editing it](#edit-lockable-files).
### Lock files
-To lock a file with Exclusive File Locking, open a terminal window in your
-repo and:
+By locking a file, you verify that no one else is editing it, and
+prevent anyone else from editing the file until you’re done. On the other
+hand, when you unlock a file, you communicate that you've finished editing
+and allow other people to edit it.
-1. To edit a file, request the lock. This verifies that no one else is editing
- the file, and prevents anyone else from editing the file until you're done.
+To lock or unlock a file with Exclusive File Locking, open a terminal window
+in your repository directory and run the commands as described below.
- ```shell
- git lfs lock path/to/file.png
- ```
+To **lock** a file:
-1. When you're done, return the lock. This communicates that you finished
- editing the file, and allows other people to edit the file.
+```shell
+git lfs lock path/to/file.png
+```
- ```shell
- git lfs unlock path/to/file.png
- ```
+To **unlock** a file:
- You can also unlock by file ID:
+```shell
+git lfs unlock path/to/file.png
+```
+
+You can also unlock by file ID (given by LFS when you [view locked files](#view-exclusively-locked-files)):
- ```shell
- git lfs unlock --id=123
- ```
+```shell
+git lfs unlock --id=123
+```
- If for some reason you need to unlock a file that was not locked by
- yourself, you can use the `--force` flag as long as you have **Maintainer**
- permissions to the project:
+If for some reason you need to unlock a file that was not locked by
+yourself, you can use the `--force` flag as long as you have **Maintainer**
+permissions to the project:
- ```shell
- git lfs unlock --id=123 --force
- ```
+```shell
+git lfs unlock --id=123 --force
+```
You can normally push files to GitLab whether they're locked or unlocked.
-Remind that the `.gitattributes` file must also be pushed to the remote repo.
NOTE: **Note:**
Although multi-branch file locks can be created and managed through the Git LFS
@@ -160,6 +166,9 @@ repo and run:
git lfs locks
```
+The output lists the locked files followed by the user who locked each of them
+and the files' IDs.
+
On the repository file tree, GitLab will display an LFS badge for files
tracked by Git LFS plus a padlock icon on exclusively-locked files:
@@ -171,9 +180,19 @@ NOTE: **Note:**
When you rename an exclusively-locked file, the lock is lost. You'll have to
lock it again to keep it locked.
-<!-- TODO: workflow suggestion - don't unlock until the change is in the default
-branch. Maybe this can be a follow up on practical workflows.
- -->
+### Edit lockable files
+
+Once the file is [configured as lockable](#configure-exclusive-file-locks), it is set to read-only.
+Therefore, you need to lock it before editing it.
+
+Suggested workflow for shared projects:
+
+1. Lock the file.
+1. Edit the file.
+1. Commit your changes.
+1. Push to the repo.
+1. Get your changes reviewed, approved, and merged.
+1. Unlock the file.
## Default branch file and directory locks **(PREMIUM)**
diff --git a/lib/gitlab/ci/features.rb b/lib/gitlab/ci/features.rb
index a03206c1358..3f1d3545fc7 100644
--- a/lib/gitlab/ci/features.rb
+++ b/lib/gitlab/ci/features.rb
@@ -74,6 +74,10 @@ module Gitlab
def self.coverage_report_view?(project)
::Feature.enabled?(:coverage_report_view, project)
end
+
+ def self.child_of_child_pipeline_enabled?(project)
+ ::Feature.enabled?(:ci_child_of_child_pipeline, project, default_enabled: false)
+ end
end
end
end
diff --git a/lib/gitlab/ci/pipeline_object_hierarchy.rb b/lib/gitlab/ci/pipeline_object_hierarchy.rb
new file mode 100644
index 00000000000..55e6cfb1b73
--- /dev/null
+++ b/lib/gitlab/ci/pipeline_object_hierarchy.rb
@@ -0,0 +1,33 @@
+# frozen_string_literal: true
+
+module Gitlab
+ module Ci
+ class PipelineObjectHierarchy < ::Gitlab::ObjectHierarchy
+ private
+
+ def middle_table
+ ::Ci::Sources::Pipeline.arel_table
+ end
+
+ def from_tables(cte)
+ [objects_table, cte.table, middle_table]
+ end
+
+ def parent_id_column(_cte)
+ middle_table[:source_pipeline_id]
+ end
+
+ def ancestor_conditions(cte)
+ middle_table[:source_pipeline_id].eq(objects_table[:id]).and(
+ middle_table[:pipeline_id].eq(cte.table[:id])
+ )
+ end
+
+ def descendant_conditions(cte)
+ middle_table[:pipeline_id].eq(objects_table[:id]).and(
+ middle_table[:source_pipeline_id].eq(cte.table[:id])
+ )
+ end
+ end
+ end
+end
diff --git a/lib/gitlab/ci/status/build/failed.rb b/lib/gitlab/ci/status/build/failed.rb
index 88846f724e7..f6562737838 100644
--- a/lib/gitlab/ci/status/build/failed.rb
+++ b/lib/gitlab/ci/status/build/failed.rb
@@ -25,7 +25,8 @@ module Gitlab
insufficient_bridge_permissions: 'no permissions to trigger downstream pipeline',
bridge_pipeline_is_child_pipeline: 'creation of child pipeline not allowed from another child pipeline',
downstream_pipeline_creation_failed: 'downstream pipeline can not be created',
- secrets_provider_not_found: 'secrets provider can not be found'
+ secrets_provider_not_found: 'secrets provider can not be found',
+ reached_max_descendant_pipelines_depth: 'reached maximum depth of child pipelines'
}.freeze
private_constant :REASONS
diff --git a/lib/gitlab/experimentation.rb b/lib/gitlab/experimentation.rb
index 0936cc17578..dca60c93fb2 100644
--- a/lib/gitlab/experimentation.rb
+++ b/lib/gitlab/experimentation.rb
@@ -42,9 +42,6 @@ module Gitlab
ci_notification_dot: {
tracking_category: 'Growth::Expansion::Experiment::CiNotificationDot'
},
- buy_ci_minutes_version_a: {
- tracking_category: 'Growth::Expansion::Experiment::BuyCiMinutesVersionA'
- },
upgrade_link_in_user_menu_a: {
tracking_category: 'Growth::Expansion::Experiment::UpgradeLinkInUserMenuA'
},
diff --git a/lib/gitlab/object_hierarchy.rb b/lib/gitlab/object_hierarchy.rb
index 41d80fe9aa6..c45018bf179 100644
--- a/lib/gitlab/object_hierarchy.rb
+++ b/lib/gitlab/object_hierarchy.rb
@@ -133,8 +133,8 @@ module Gitlab
# Recursively get all the ancestors of the base set.
parent_query = model
- .from([objects_table, cte.table])
- .where(objects_table[:id].eq(cte.table[:parent_id]))
+ .from(from_tables(cte))
+ .where(ancestor_conditions(cte))
.except(:order)
if hierarchy_order
@@ -148,7 +148,7 @@ module Gitlab
).where(cte.table[:tree_cycle].eq(false))
end
- parent_query = parent_query.where(cte.table[:parent_id].not_eq(stop_id)) if stop_id
+ parent_query = parent_query.where(parent_id_column(cte).not_eq(stop_id)) if stop_id
cte << parent_query
cte
@@ -166,8 +166,8 @@ module Gitlab
# Recursively get all the descendants of the base set.
descendants_query = model
- .from([objects_table, cte.table])
- .where(objects_table[:parent_id].eq(cte.table[:id]))
+ .from(from_tables(cte))
+ .where(descendant_conditions(cte))
.except(:order)
if with_depth
@@ -190,6 +190,22 @@ module Gitlab
model.arel_table
end
+ def parent_id_column(cte)
+ cte.table[:parent_id]
+ end
+
+ def from_tables(cte)
+ [objects_table, cte.table]
+ end
+
+ def ancestor_conditions(cte)
+ objects_table[:id].eq(cte.table[:parent_id])
+ end
+
+ def descendant_conditions(cte)
+ objects_table[:parent_id].eq(cte.table[:id])
+ end
+
def read_only(relation)
# relations using a CTE are not safe to use with update_all as it will
# throw away the CTE, hence we mark them as read-only.
diff --git a/locale/am_ET/gitlab.po b/locale/am_ET/gitlab.po
index d03ef83e0e4..faf7e76b843 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: 2020-08-06 13:42\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,14 +56,14 @@ msgstr[1] " በ %d áŠáŒ¥á‰¦á‰½ ላይ ተሻሽáˆáˆ"
msgid " or "
msgstr " ወይሠ"
-msgid " or <!merge request id>"
-msgstr " ወይሠ<!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " ወይሠ‹#issue id›"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " ወይሠ<&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " ወይሠማጣቀሻዎች (ለáˆáˆ³áˆŒ path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr " ወይሠማጣቀሻዎች (ለáˆáˆ³áˆŒ path/to/project!merge_reques
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" በ\"%{ref}\" ላይ አáˆá‰°áŒˆáŠ˜áˆ"
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "የአáˆáƒá€áˆ እክሎች እንዳያጋጥሙ %s ተጨማáˆ
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} እና %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} ኮሮች"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/commit"
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- የSentry ክስተት: %{errorUrl}- በመጀመሪያ የታየá‹: %{firstSeen}- ለመጨረሻ ጊዜ የታየá‹: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ሚ"
@@ -416,8 +428,8 @@ msgstr "%{firstLabel} +%{labelCount} ተጨማሪ"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} ለ%{expected_type} ትክክለኛ መታወቂያ አይደለáˆá¡á¡"
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}ቡድኖች %{group_docs_link_end} በርካታ á•áˆ®áŒ€áŠ­á‰¶á‰½ ላይ ለመተባበር እና ለማስተዳደር ይስችላሉᢠ"
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr "%{listToShow}ᣠእና %{awardsListLength} ተጨማሪá¢"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} ተጀáˆáˆ¯áˆ"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} በ GitLab ተጠቃሚ %{lock_user_id} ተቆáˆááˆ"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} merge ማድረጠይቻላáˆ"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}ᣠይህ እትሠበራስ-ሰር ይዘጋáˆá¢"
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ar_SA/gitlab.po b/locale/ar_SA/gitlab.po
index 60252287dfe..1f59b345d0a 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: 2020-08-06 13:44\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -64,13 +64,13 @@ msgstr[5] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -79,6 +79,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -481,6 +484,9 @@ msgstr[5] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -517,6 +523,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -589,6 +598,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -616,7 +628,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -703,9 +715,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -724,6 +733,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -733,6 +745,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -865,6 +889,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -898,6 +925,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -913,6 +943,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -1006,6 +1039,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -1039,6 +1075,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -1048,7 +1087,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -1096,6 +1150,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1366,15 +1423,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1438,7 +1486,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1456,6 +1504,9 @@ 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 ""
@@ -1558,6 +1609,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1669,6 +1723,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1705,12 +1762,6 @@ msgstr[5] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1825,6 +1876,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1837,6 +1891,9 @@ 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 ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -2128,6 +2188,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -2143,6 +2206,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2374,6 +2440,9 @@ msgstr[5] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2404,7 +2473,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2461,9 +2530,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2476,6 +2542,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2518,16 +2587,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2557,7 +2623,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2656,6 +2722,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2803,6 +2872,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2869,6 +2941,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2941,9 +3016,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -3085,13 +3169,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -3118,12 +3205,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3202,6 +3295,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3433,6 +3529,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3445,6 +3544,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3460,9 +3562,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3571,7 +3670,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3583,9 +3682,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3598,6 +3694,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3865,7 +3964,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3943,6 +4042,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -4069,7 +4171,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4183,6 +4285,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4252,13 +4357,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4453,6 +4561,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4627,6 +4738,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4660,10 +4774,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4684,7 +4798,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4870,9 +4984,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -5098,7 +5209,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5266,9 +5377,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5374,6 +5491,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5407,19 +5527,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5467,13 +5593,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5491,6 +5620,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5530,15 +5662,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5563,6 +5692,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5746,9 +5878,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5944,7 +6073,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -6163,12 +6292,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6208,15 +6340,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6241,6 +6385,9 @@ 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 ""
@@ -6256,9 +6403,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6289,7 +6433,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6466,6 +6610,12 @@ 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 ""
@@ -6670,7 +6820,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -7135,9 +7285,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7222,6 +7369,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7234,6 +7384,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7258,15 +7411,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7297,6 +7456,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7312,6 +7474,15 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Create"
msgstr ""
@@ -7402,6 +7573,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7438,6 +7612,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7462,6 +7639,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7633,6 +7813,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7729,6 +7912,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7897,6 +8089,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7927,25 +8122,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7954,7 +8179,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7966,6 +8200,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7975,12 +8212,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -8131,10 +8425,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8191,6 +8485,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8212,15 +8509,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8230,6 +8536,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8260,6 +8569,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8272,6 +8590,9 @@ msgstr[5] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8284,6 +8605,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8302,6 +8626,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8344,8 +8671,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8398,7 +8725,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8632,13 +8959,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+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"
@@ -8671,15 +9007,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8761,7 +9088,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8770,6 +9100,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8782,7 +9115,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8887,9 +9223,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8908,7 +9241,7 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -9160,9 +9493,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9451,9 +9781,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9622,6 +9949,9 @@ 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 ""
@@ -9646,7 +9976,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9925,6 +10255,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10252,7 +10585,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10273,6 +10606,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10282,9 +10618,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10297,9 +10630,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10309,9 +10639,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10324,9 +10651,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10762,12 +11086,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10852,6 +11182,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10861,9 +11194,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10903,6 +11233,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -11128,6 +11461,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11299,30 +11635,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11338,12 +11659,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11371,12 +11686,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11398,15 +11707,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11434,27 +11734,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11467,6 +11752,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11530,6 +11821,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11662,10 +11959,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11842,7 +12139,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11959,7 +12256,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12241,6 +12541,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12517,7 +12820,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12730,6 +13033,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12745,6 +13051,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12883,6 +13192,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -13039,6 +13351,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -13192,6 +13510,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13207,6 +13528,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13225,7 +13549,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13234,21 +13558,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13261,6 +13588,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13279,6 +13609,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13354,6 +13687,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13420,6 +13756,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13438,7 +13777,7 @@ msgstr[5] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13465,6 +13804,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13477,13 +13822,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13513,7 +13855,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13525,9 +13867,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13624,6 +13972,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13663,6 +14044,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13762,9 +14146,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13906,6 +14287,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13948,6 +14332,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13963,6 +14350,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14251,7 +14641,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14485,7 +14875,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14608,10 +14998,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14638,6 +15028,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14701,9 +15094,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14719,9 +15109,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14779,6 +15166,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14800,6 +15190,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14851,7 +15244,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14902,6 +15295,12 @@ 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 ""
@@ -14917,6 +15316,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -15001,9 +15403,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -15115,9 +15514,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15253,6 +15649,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15262,9 +15667,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15292,15 +15694,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15316,6 +15718,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15379,6 +15784,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15511,6 +15937,12 @@ 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 ""
@@ -15613,6 +16045,12 @@ 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 ""
@@ -15622,9 +16060,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15658,9 +16093,15 @@ 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] ""
@@ -15676,9 +16117,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15706,6 +16144,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15730,6 +16171,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15808,6 +16252,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15862,12 +16309,18 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -16033,6 +16486,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -16078,6 +16540,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16267,12 +16732,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16282,6 +16780,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16294,6 +16795,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16312,12 +16816,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16342,9 +16852,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16357,9 +16873,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16756,12 +17317,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16849,18 +17416,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -17008,9 +17569,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -17050,9 +17608,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -17095,21 +17650,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -17119,25 +17680,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -17200,9 +17767,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -17221,6 +17785,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17236,9 +17803,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17359,18 +17932,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17404,9 +17971,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17491,6 +18055,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17506,6 +18076,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17524,9 +18097,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17563,27 +18133,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17632,13 +18193,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17782,7 +18349,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18286,6 +18853,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18439,13 +19009,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18457,6 +19027,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18748,15 +19321,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -19147,6 +19714,9 @@ 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 ""
@@ -19171,6 +19741,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19762,7 +20335,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19771,10 +20344,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19834,6 +20416,9 @@ 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 ""
@@ -19888,6 +20473,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19969,6 +20557,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20299,9 +20890,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20401,6 +20989,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20497,6 +21088,9 @@ 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 ""
@@ -20539,6 +21133,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20608,9 +21205,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20644,9 +21238,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20659,12 +21250,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20713,15 +21298,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20908,9 +21487,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -21106,9 +21682,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21292,6 +21874,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21304,6 +21889,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21430,6 +22018,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21460,6 +22051,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21508,6 +22102,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21550,6 +22147,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21787,6 +22387,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21814,13 +22417,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21841,6 +22468,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21868,7 +22498,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21904,13 +22534,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21925,19 +22552,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21949,6 +22570,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21967,13 +22591,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -22045,7 +22669,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -22054,6 +22678,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -22084,9 +22711,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -22210,6 +22834,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -22240,6 +22867,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22429,6 +23059,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22441,6 +23077,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22765,19 +23407,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22873,6 +23515,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22915,7 +23560,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22966,12 +23611,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -23029,6 +23683,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -23158,10 +23815,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -24058,6 +24715,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -24106,6 +24766,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -24118,6 +24781,9 @@ 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 ""
@@ -24307,6 +24973,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24379,9 +25051,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24418,9 +25087,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24457,6 +25123,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24487,6 +25156,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24541,6 +25213,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24646,13 +25324,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24691,6 +25369,9 @@ 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 ""
@@ -24808,6 +25489,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24883,12 +25567,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24901,6 +25588,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -25051,19 +25741,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -25087,6 +25777,9 @@ 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 ""
@@ -25117,7 +25810,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25291,9 +25984,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25456,15 +26146,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25525,6 +26215,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25906,9 +26599,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25993,9 +26683,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -26017,9 +26713,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -26080,6 +26773,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -26224,6 +26920,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26293,9 +26992,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26311,10 +27019,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26497,7 +27217,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26587,6 +27307,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26668,9 +27391,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26761,7 +27481,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26851,9 +27571,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26905,9 +27622,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -27151,9 +27865,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -27187,6 +27907,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -27223,6 +27946,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -27265,6 +27991,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27475,6 +28207,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27538,9 +28273,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27682,7 +28414,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27727,6 +28459,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27748,21 +28564,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27772,6 +28588,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -28093,10 +28912,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -28105,6 +28924,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -28114,6 +28939,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -28150,9 +28978,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -28186,13 +29011,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -28276,10 +29101,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28492,6 +29317,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28567,7 +29395,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28684,6 +29512,9 @@ 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 ""
@@ -28816,6 +29647,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -29122,12 +29956,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -29296,6 +30124,15 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "group"
msgstr ""
@@ -29341,9 +30178,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29389,6 +30223,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29542,9 +30379,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29557,6 +30400,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29629,9 +30475,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29665,12 +30508,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29752,19 +30589,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29992,6 +30829,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -30040,9 +30880,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -30160,6 +30997,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -30178,6 +31018,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -30241,6 +31084,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/as_IN/gitlab.po b/locale/as_IN/gitlab.po
index 8868e3f4fc6..c1ee1e1cfbe 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: 2020-08-06 13:41\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/az_AZ/gitlab.po b/locale/az_AZ/gitlab.po
index ae772e0268a..e462330f7c1 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: 2020-08-06 13:39\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ba_RU/gitlab.po b/locale/ba_RU/gitlab.po
index 320d323f6cc..af8136d5b83 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: 2020-08-06 13:42\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,13 +54,13 @@ msgstr[0] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -366,7 +378,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -453,9 +465,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -628,6 +658,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -961,15 +1018,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1033,7 +1081,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1051,6 +1099,9 @@ 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 ""
@@ -1153,6 +1204,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1264,6 +1318,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1295,12 +1352,6 @@ msgstr[0] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 ""
@@ -1439,6 +1496,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -1959,6 +2025,9 @@ msgstr[0] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,13 +2754,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2703,12 +2790,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2787,6 +2880,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,13 +3912,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 ""
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12240,6 +12536,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,7 +14111,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/bg/gitlab.po b/locale/bg/gitlab.po
index 2d00df5ef7a..f7e1994c42e 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: 2020-08-06 13:44\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s Ð¿Ð¾Ð´Ð°Ð²Ð°Ð½Ð¸Ñ Ð±Ñха пропуÑнати, за да не Ñ
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Ðктивно"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "Клонът <strong>%{branch_name}</strong> беше Ñъздаден. За да наÑтроите автоматичното внедрÑване, изберете Yaml шаблон за GitLab CI и подайте промените Ñи. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr ""
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Отказ"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "ПерÑонализирани ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ð·Ð° извеÑÑ‚Ñване"
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr "Изтриване"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Шаблон за интервала"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr "ÐÑма хранилище"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "ÐÑма планове"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "Име"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Ðикога"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "Премахване на проекта"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr "ТърÑете в клоните и етикетите"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr "СъвкупноÑтта от ÑÑŠÐ±Ð¸Ñ‚Ð¸Ñ Ð´Ð¾Ð±Ð°Ð²ÐµÐ½Ð¸ към дÐ
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "ÐÑма да можете да изтеглÑте или изпраща
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/bn_BD/gitlab.po b/locale/bn_BD/gitlab.po
index 3b44334f3d3..5937e8df6c1 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/bn_IN/gitlab.po b/locale/bn_IN/gitlab.po
index 951d0363733..15d36fcc4e5 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: 2020-08-06 13:42\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/bs_BA/gitlab.po b/locale/bs_BA/gitlab.po
index e362e5dac9c..cfa8b24e732 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: 2020-08-06 13:40\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -58,13 +58,13 @@ msgstr[2] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -73,6 +73,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -343,6 +346,9 @@ msgstr[2] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -379,6 +385,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -439,6 +448,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -466,7 +478,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -553,9 +565,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -574,6 +583,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -583,6 +595,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -700,6 +724,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -727,6 +754,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -742,6 +772,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -820,6 +853,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -853,6 +889,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -862,7 +901,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -907,6 +961,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1123,15 +1180,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr "<naziv projekta>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1195,7 +1243,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1213,6 +1261,9 @@ 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 ""
@@ -1315,6 +1366,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1426,6 +1480,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1459,12 +1516,6 @@ msgstr[2] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1579,6 +1630,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1591,6 +1645,9 @@ 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 ""
@@ -1603,6 +1660,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1882,6 +1942,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1897,6 +1960,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2125,6 +2191,9 @@ msgstr[2] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2155,7 +2224,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2212,9 +2281,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2227,6 +2293,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2269,16 +2338,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2308,7 +2374,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2407,6 +2473,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2554,6 +2623,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2620,6 +2692,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2692,9 +2767,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2836,13 +2920,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2869,12 +2956,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2953,6 +3046,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3172,6 +3268,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3184,6 +3283,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3199,9 +3301,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3310,7 +3409,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3322,9 +3421,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3337,6 +3433,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3598,7 +3697,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3676,6 +3775,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3802,7 +3904,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3916,6 +4018,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3985,13 +4090,16 @@ msgstr ""
msgid "Boards|View scope"
msgstr ""
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr "Grana"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr ""
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4186,6 +4294,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4360,6 +4471,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4393,10 +4507,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4417,7 +4531,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4603,9 +4717,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4831,7 +4942,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4999,9 +5110,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5107,6 +5224,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5140,19 +5260,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5200,13 +5326,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5224,6 +5353,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5263,15 +5395,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5296,6 +5425,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5479,9 +5611,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5677,7 +5806,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5896,12 +6025,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5941,15 +6073,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5974,6 +6118,9 @@ 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 ""
@@ -5989,9 +6136,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6022,7 +6166,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6199,6 +6343,12 @@ 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 ""
@@ -6400,7 +6550,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6856,9 +7006,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6943,6 +7090,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6955,6 +7105,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6979,15 +7132,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7018,6 +7177,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7033,6 +7195,12 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Create"
msgstr ""
@@ -7123,6 +7291,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7159,6 +7330,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7183,6 +7357,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7354,6 +7531,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7450,6 +7630,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7615,6 +7804,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7645,25 +7837,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7672,7 +7894,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7684,6 +7915,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7693,12 +7927,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7771,7 +8062,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7849,10 +8140,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7909,6 +8200,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7930,15 +8224,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7948,6 +8251,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7975,6 +8281,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7984,6 +8296,9 @@ msgstr[2] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7996,6 +8311,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8014,6 +8332,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8053,8 +8374,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8101,7 +8422,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8335,13 +8656,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8374,15 +8704,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8464,7 +8785,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8473,6 +8797,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8485,7 +8812,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8590,9 +8920,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8608,7 +8935,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8860,9 +9187,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9151,9 +9475,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9322,6 +9643,9 @@ 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 ""
@@ -9346,7 +9670,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9625,6 +9949,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9952,7 +10279,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9973,6 +10300,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9982,9 +10312,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9997,9 +10324,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10009,9 +10333,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10024,9 +10345,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10459,12 +10777,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10549,6 +10873,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10558,9 +10885,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10600,6 +10924,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10825,6 +11152,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10996,30 +11326,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11035,12 +11350,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11068,12 +11377,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11095,15 +11398,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11131,27 +11425,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11164,6 +11443,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11227,6 +11512,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11359,10 +11650,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11539,7 +11830,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11656,7 +11947,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11938,6 +12232,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12214,7 +12511,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12427,6 +12724,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12442,6 +12742,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12574,6 +12877,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12730,6 +13036,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12883,6 +13195,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12898,6 +13213,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12916,7 +13234,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12925,21 +13243,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12952,6 +13273,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12970,6 +13294,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13045,6 +13372,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13111,6 +13441,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13126,7 +13459,7 @@ msgstr[2] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13153,6 +13486,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13165,13 +13504,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13201,7 +13537,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13213,9 +13549,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13312,6 +13654,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13351,6 +13726,9 @@ msgstr "Zadatak"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13450,9 +13828,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13594,6 +13969,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13636,6 +14014,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13651,6 +14032,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13939,7 +14323,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14170,7 +14554,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14275,10 +14659,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14305,6 +14689,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14368,9 +14755,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14386,9 +14770,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14443,6 +14824,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14464,6 +14848,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14515,7 +14902,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14566,6 +14953,12 @@ 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 ""
@@ -14581,6 +14974,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14665,9 +15061,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14779,9 +15172,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14917,6 +15307,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14926,9 +15325,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14956,15 +15352,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14980,6 +15376,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15043,6 +15442,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15175,6 +15595,12 @@ 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 ""
@@ -15277,6 +15703,12 @@ 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 ""
@@ -15286,9 +15718,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15322,9 +15751,15 @@ 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] ""
@@ -15337,9 +15772,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15367,6 +15799,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15391,6 +15826,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15469,6 +15907,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15520,12 +15961,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15691,6 +16138,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15736,6 +16192,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Mjeseci"
@@ -15925,12 +16384,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15940,6 +16432,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15952,6 +16447,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15970,12 +16468,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16000,9 +16504,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16015,9 +16525,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16411,12 +16966,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16504,18 +17065,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16663,9 +17218,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16705,9 +17257,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16750,21 +17299,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16774,25 +17329,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16852,9 +17413,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16873,6 +17431,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16888,9 +17449,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17011,18 +17578,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17056,9 +17617,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17143,6 +17701,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17158,6 +17722,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17176,9 +17743,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17215,27 +17779,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17284,13 +17839,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17434,7 +17995,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17938,6 +18499,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18091,13 +18655,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18109,6 +18673,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18400,15 +18967,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18799,6 +19360,9 @@ 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 ""
@@ -18823,6 +19387,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19414,7 +19981,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19423,10 +19990,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19486,6 +20062,9 @@ 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 ""
@@ -19540,6 +20119,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19621,6 +20203,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19951,9 +20536,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20050,6 +20632,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20143,6 +20728,9 @@ 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 ""
@@ -20185,6 +20773,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20254,9 +20845,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20290,9 +20878,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20305,12 +20890,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20359,15 +20938,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20551,9 +21124,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20743,9 +21313,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20926,6 +21502,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20938,6 +21517,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21064,6 +21646,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21094,6 +21679,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21142,6 +21730,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21184,6 +21775,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21391,6 +21985,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21418,13 +22015,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21445,6 +22066,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21472,7 +22096,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21508,13 +22132,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21529,19 +22150,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21553,6 +22168,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21571,13 +22189,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21649,7 +22267,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21658,6 +22276,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21688,9 +22309,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Odaberi"
@@ -21814,6 +22432,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21844,6 +22465,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22033,6 +22657,12 @@ msgstr "TehniÄka PodrÅ¡ka"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22045,6 +22675,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22363,19 +22999,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22471,6 +23107,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22513,7 +23152,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22564,12 +23203,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22627,6 +23275,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22756,10 +23407,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23656,6 +24307,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23704,6 +24358,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23716,6 +24373,9 @@ 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 ""
@@ -23899,6 +24559,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23968,9 +24634,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24007,9 +24670,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24043,6 +24703,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24073,6 +24736,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24127,6 +24793,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24229,13 +24901,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24274,6 +24946,9 @@ 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 ""
@@ -24391,6 +25066,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24466,12 +25144,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24484,6 +25165,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24634,19 +25318,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24670,6 +25354,9 @@ 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 ""
@@ -24700,7 +25387,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24874,9 +25561,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25039,15 +25723,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25108,6 +25792,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25483,9 +26170,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25570,9 +26254,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25594,9 +26284,6 @@ msgstr ""
msgid "Today"
msgstr "Danas"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25657,6 +26344,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25801,6 +26491,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25870,9 +26563,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25888,10 +26590,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26074,7 +26788,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26164,6 +26878,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26245,9 +26962,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26338,7 +27052,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26428,9 +27142,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26482,9 +27193,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26728,9 +27436,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26764,6 +27478,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26800,6 +27517,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26842,6 +27562,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27046,6 +27772,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27109,9 +27838,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27253,7 +27979,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27298,6 +28024,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Srijeda"
@@ -27319,21 +28129,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27343,6 +28153,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27661,10 +28474,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27673,6 +28486,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27682,6 +28501,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27718,9 +28540,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27754,13 +28573,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27844,10 +28663,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28060,6 +28879,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28135,7 +28957,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28252,6 +29074,9 @@ 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 ""
@@ -28381,6 +29206,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28684,12 +29512,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28849,6 +29671,12 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "group"
msgstr "grupa"
@@ -28894,9 +29722,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28939,6 +29764,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29089,9 +29917,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29104,6 +29938,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29176,9 +30013,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29212,12 +30046,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29299,19 +30127,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29527,6 +30355,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29572,9 +30403,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29692,6 +30520,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29710,6 +30541,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29773,6 +30607,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ca_ES/gitlab.po b/locale/ca_ES/gitlab.po
index 4327e3b298f..d35b4a25cf7 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: 2020-08-06 13:44\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr " Des de %{start} fins %{end}"
@@ -56,14 +56,14 @@ msgstr[1] " millorat en %d punts"
msgid " or "
msgstr " o "
-msgid " or <!merge request id>"
-msgstr " o <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " o <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " o <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " o referències (per ex. el camí/al/projecte!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr " o referències (per ex. el camí/al/projecte!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" no existeix a \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Actiu"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr "Afegeix el comentari"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr "Qualsevol"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "abr"
msgid "April"
msgstr "abril"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr "Artefactes"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr "per usuari"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Cancel·la"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Tancades"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Incidències tancades"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 "Comentaris"
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr "Crea una branca nova"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Crea un directori nou"
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr "Crea una etiqueta de projecte"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr "Suprimeix"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Color del tipus de lletra"
msgid "Footer message"
msgstr "Missatge a peu de pàgina"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Ajuda"
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] "Instàncies"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Peticions de fusió"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "S'han creat les peticions de fusió"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 "Mètriques"
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Crea una mètrica"
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Mesos"
@@ -15811,12 +16268,45 @@ msgstr "Xarxa"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Mai"
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/cs_CZ/gitlab.po b/locale/cs_CZ/gitlab.po
index 318979ca027..ab1e11a272a 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: 2020-08-06 13:44\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] "se zlepšil na %d bodech"
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] "%s dalších commitů bylo vynecháno, aby se předešlo problémům
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr "Dub"
msgid "April"
msgstr "Duben"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr "Artefakty"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 "Pomocí %{code_start}::%{code_end} vytvořte sadu %{link_start} štítků s rozsahem %{link_end} (např. Priorita %{code_start}::1%{code_end})"
-msgid "Use %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/cy_GB/gitlab.po b/locale/cy_GB/gitlab.po
index 2678acd80d8..dc0f7859d54 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: 2020-08-06 13:37\n"
+"PO-Revision-Date: 2020-09-04 23:01\n"
msgid " %{start} to %{end}"
msgstr " %{start} i %{end}"
@@ -64,14 +64,14 @@ msgstr[5] " wedi'i wella ar %d pwynt"
msgid " or "
msgstr " neu "
-msgid " or <!merge request id>"
-msgstr " neu <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " neu <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " neu <#epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " neu gyfeiriadau (ee path/to/project!merge_request_id)"
@@ -79,6 +79,9 @@ msgstr " neu gyfeiriadau (ee path/to/project!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "Nid oedd \"%{path}\" yn bodoli ar \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -481,6 +484,9 @@ msgstr[5] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -517,6 +523,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -589,6 +598,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Digwyddiad sentry: %{errorUrl}- Gwelwyd gyntaf: %{firstSeen}- Gwelwyd ddiwethaf: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -616,7 +628,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -703,9 +715,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -724,6 +733,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -733,6 +745,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -865,6 +889,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -898,6 +925,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -913,6 +943,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -1006,6 +1039,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -1039,6 +1075,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -1048,7 +1087,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -1096,6 +1150,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1366,15 +1423,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1438,7 +1486,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1456,6 +1504,9 @@ 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 ""
@@ -1558,6 +1609,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1669,6 +1723,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1705,12 +1762,6 @@ msgstr[5] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1825,6 +1876,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1837,6 +1891,9 @@ 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 ""
@@ -1849,6 +1906,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -2128,6 +2188,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -2143,6 +2206,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2374,6 +2440,9 @@ msgstr[5] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2404,7 +2473,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2461,9 +2530,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2476,6 +2542,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2518,16 +2587,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2557,7 +2623,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2656,6 +2722,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2803,6 +2872,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2869,6 +2941,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2941,9 +3016,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -3085,13 +3169,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -3118,12 +3205,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3202,6 +3295,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3433,6 +3529,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3445,6 +3544,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3460,9 +3562,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3571,7 +3670,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3583,9 +3682,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3598,6 +3694,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3865,7 +3964,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3943,6 +4042,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -4069,7 +4171,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4183,6 +4285,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4252,13 +4357,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4453,6 +4561,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4627,6 +4738,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4660,10 +4774,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4684,7 +4798,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4870,9 +4984,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -5098,7 +5209,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5266,9 +5377,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5374,6 +5491,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5407,19 +5527,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5467,13 +5593,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5491,6 +5620,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5530,15 +5662,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5563,6 +5692,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5746,9 +5878,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5944,7 +6073,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -6163,12 +6292,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6208,15 +6340,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6241,6 +6385,9 @@ 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 ""
@@ -6256,9 +6403,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6289,7 +6433,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6466,6 +6610,12 @@ 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 ""
@@ -6670,7 +6820,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -7135,9 +7285,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7222,6 +7369,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7234,6 +7384,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7258,15 +7411,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7297,6 +7456,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7312,6 +7474,15 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Create"
msgstr ""
@@ -7402,6 +7573,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7438,6 +7612,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7462,6 +7639,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7633,6 +7813,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7729,6 +7912,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7897,6 +8089,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7927,25 +8122,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7954,7 +8179,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7966,6 +8200,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7975,12 +8212,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -8053,7 +8347,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -8131,10 +8425,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8191,6 +8485,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8212,15 +8509,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8230,6 +8536,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8260,6 +8569,15 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8272,6 +8590,9 @@ msgstr[5] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8284,6 +8605,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8302,6 +8626,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8344,8 +8671,8 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8398,7 +8725,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8632,13 +8959,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+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"
@@ -8671,15 +9007,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8761,7 +9088,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8770,6 +9100,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8782,7 +9115,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8887,9 +9223,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8908,7 +9241,7 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -9160,9 +9493,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9451,9 +9781,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9622,6 +9949,9 @@ 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 ""
@@ -9646,7 +9976,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9925,6 +10255,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10252,7 +10585,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10273,6 +10606,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10282,9 +10618,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10297,9 +10630,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10309,9 +10639,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10324,9 +10651,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10762,12 +11086,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10852,6 +11182,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10861,9 +11194,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10903,6 +11233,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -11128,6 +11461,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11299,30 +11635,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11338,12 +11659,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11371,12 +11686,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11398,15 +11707,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11434,27 +11734,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11467,6 +11752,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11530,6 +11821,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11662,10 +11959,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11842,7 +12139,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11959,7 +12256,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12241,6 +12541,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12517,7 +12820,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12730,6 +13033,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12745,6 +13051,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12883,6 +13192,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -13039,6 +13351,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -13192,6 +13510,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13207,6 +13528,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13225,7 +13549,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13234,21 +13558,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13261,6 +13588,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13279,6 +13609,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13354,6 +13687,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13420,6 +13756,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13438,7 +13777,7 @@ msgstr[5] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13465,6 +13804,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13477,13 +13822,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13513,7 +13855,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13525,9 +13867,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13624,6 +13972,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13663,6 +14044,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13762,9 +14146,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13906,6 +14287,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13948,6 +14332,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13963,6 +14350,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14251,7 +14641,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14485,7 +14875,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14608,10 +14998,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14638,6 +15028,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14701,9 +15094,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14719,9 +15109,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14779,6 +15166,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14800,6 +15190,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14851,7 +15244,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14902,6 +15295,12 @@ 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 ""
@@ -14917,6 +15316,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -15001,9 +15403,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -15115,9 +15514,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15253,6 +15649,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15262,9 +15667,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15292,15 +15694,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15316,6 +15718,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15379,6 +15784,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15511,6 +15937,12 @@ 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 ""
@@ -15613,6 +16045,12 @@ 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 ""
@@ -15622,9 +16060,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15658,9 +16093,15 @@ 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] ""
@@ -15676,9 +16117,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15706,6 +16144,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15730,6 +16171,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15808,6 +16252,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15862,12 +16309,18 @@ msgstr[3] ""
msgstr[4] ""
msgstr[5] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -16033,6 +16486,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -16078,6 +16540,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16267,12 +16732,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16282,6 +16780,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16294,6 +16795,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16312,12 +16816,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16342,9 +16852,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16357,9 +16873,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16756,12 +17317,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16849,18 +17416,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -17008,9 +17569,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -17050,9 +17608,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -17095,21 +17650,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -17119,25 +17680,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -17200,9 +17767,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -17221,6 +17785,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17236,9 +17803,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17359,18 +17932,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17404,9 +17971,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17491,6 +18055,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17506,6 +18076,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17524,9 +18097,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17563,27 +18133,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17632,13 +18193,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17782,7 +18349,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18286,6 +18853,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18439,13 +19009,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18457,6 +19027,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18748,15 +19321,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -19147,6 +19714,9 @@ 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 ""
@@ -19171,6 +19741,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19762,7 +20335,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19771,10 +20344,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19834,6 +20416,9 @@ 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 ""
@@ -19888,6 +20473,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19969,6 +20557,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20299,9 +20890,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20401,6 +20989,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20497,6 +21088,9 @@ 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 ""
@@ -20539,6 +21133,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20608,9 +21205,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20644,9 +21238,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20659,12 +21250,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20713,15 +21298,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20908,9 +21487,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -21106,9 +21682,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21292,6 +21874,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21304,6 +21889,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21430,6 +22018,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21460,6 +22051,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21508,6 +22102,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21550,6 +22147,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21787,6 +22387,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21814,13 +22417,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21841,6 +22468,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21868,7 +22498,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21904,13 +22534,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21925,19 +22552,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21949,6 +22570,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21967,13 +22591,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -22045,7 +22669,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -22054,6 +22678,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -22084,9 +22711,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -22210,6 +22834,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -22240,6 +22867,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22429,6 +23059,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22441,6 +23077,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22765,19 +23407,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22873,6 +23515,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22915,7 +23560,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22966,12 +23611,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -23029,6 +23683,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -23158,10 +23815,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -24058,6 +24715,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -24106,6 +24766,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -24118,6 +24781,9 @@ 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 ""
@@ -24307,6 +24973,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24379,9 +25051,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24418,9 +25087,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24457,6 +25123,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24487,6 +25156,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24541,6 +25213,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24646,13 +25324,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24691,6 +25369,9 @@ 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 ""
@@ -24808,6 +25489,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24883,12 +25567,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24901,6 +25588,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -25051,19 +25741,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -25087,6 +25777,9 @@ 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 ""
@@ -25117,7 +25810,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25291,9 +25984,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25456,15 +26146,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25525,6 +26215,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25906,9 +26599,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25993,9 +26683,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -26017,9 +26713,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -26080,6 +26773,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -26224,6 +26920,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26293,9 +26992,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26311,10 +27019,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26497,7 +27217,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26587,6 +27307,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26668,9 +27391,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26761,7 +27481,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26851,9 +27571,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26905,9 +27622,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -27151,9 +27865,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -27187,6 +27907,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -27223,6 +27946,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -27265,6 +27991,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27475,6 +28207,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27538,9 +28273,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27682,7 +28414,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27727,6 +28459,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27748,21 +28564,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27772,6 +28588,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -28093,10 +28912,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -28105,6 +28924,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -28114,6 +28939,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -28150,9 +28978,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -28186,13 +29011,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -28276,10 +29101,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28492,6 +29317,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28567,7 +29395,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28684,6 +29512,9 @@ 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 ""
@@ -28816,6 +29647,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -29122,12 +29956,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -29296,6 +30124,15 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+msgstr[4] ""
+msgstr[5] ""
+
msgid "group"
msgstr ""
@@ -29341,9 +30178,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29389,6 +30223,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29542,9 +30379,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29557,6 +30400,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29629,9 +30475,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29665,12 +30508,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29752,19 +30589,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29992,6 +30829,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -30040,9 +30880,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -30160,6 +30997,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -30178,6 +31018,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -30241,6 +31084,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/da_DK/gitlab.po b/locale/da_DK/gitlab.po
index 5cc0e702a41..bd1283c895f 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: 2020-08-06 13:44\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/de/gitlab.po b/locale/de/gitlab.po
index ade27edcb2a..de0261850b7 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: 2020-08-06 13:45\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr " %{start} bis %{end}"
@@ -56,14 +56,14 @@ msgstr[1] " um %d Punkte verbessert"
msgid " or "
msgstr " oder "
-msgid " or <!merge request id>"
-msgstr " oder <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " oder <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " oder <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " oder Referenzen (z.B. Pfad/zum/Projekt!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr " oder Referenzen (z.B. Pfad/zum/Projekt!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" existiert nicht auf \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s zusätzliche Commits wurden ausgelassen um Leistungsprobleme zu ve
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} Kerne"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/Commit"
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Sentry-Event: %{errorUrl}- Zuerst gesehen: %{firstSeen}- Zuletzt gesehen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -416,8 +428,8 @@ msgstr "%{firstLabel} +%{labelCount} mehr"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} ist keine gültige ID für %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Gruppen%{group_docs_link_end} ermöglichen dir die Verwaltung und die Zusammenarbeit über mehrere Projekte hinweg. Mitglieder einer Gruppe haben Zugriff auf alle Projekte darin."
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr "%{listToShow} und %{awardsListLength} weitere."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Gestartet"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} ist durch Gitlab-Benutzer(in) %{lock_user_id} gesperrt"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} können zusammenführen"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, dieses Ticket wird automatisch geschlossen werden."
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} Bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} wurde erfolgreich an Akismet übermittelt."
@@ -685,6 +715,9 @@ msgstr "%{start} bis %{end}"
msgid "%{state} epics"
msgstr "%{state} Epics"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} offenes Ticketgewicht"
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(externe Quelle)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(entfernt)"
@@ -1042,15 +1099,6 @@ msgstr "8 Stunden"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "< 1 Stunde"
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>Löscht</strong> den Quellbranch"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "Ein 'Runner' ist ein Prozess, welcher ein Job ausführt. Du kannst so viele Runner erstellen wie du benötigst."
@@ -1114,8 +1162,8 @@ msgstr "Deinen Bericht wird so schnell wie möglich von einer zuständigen Perso
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "Eine Genehmigung des Merge-Requests ist erforderlich, wenn ein Sicherheitsbericht eine neue Sicherheitslücke von hoher, kritischer oder unbekannter Schwere erhält."
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "Eine Genehmigung des Merge-Requests ist erforderlich, wenn der Lizenz-Compliance-Bericht eine Lizenz auf einer schwarzen Liste beinhaltet."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr ""
@@ -1132,6 +1180,9 @@ msgstr "Ein neuer Branch wird in deinem Fork erzeugt und ein neuer Merge-Request
msgid "A new impersonation token has been created."
msgstr "Eine neuer Identitätswechsel-Token wurde erstellt."
+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 "Eine einfache HTML-Seite, welche statt GitLab Netlify für CI/CD nutzt, aber trotzdem von all den anderen nützlichen GitLab-Funktionen profitiert."
@@ -1234,6 +1285,9 @@ msgstr "Zugriff auf das Ablaufdatum"
msgid "Access forbidden. Check your access level."
msgstr "Zugriff verboten. Überprüfe deine Zugriffsebene."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "Zugriff auf '%{classification_label}' nicht erlaubt"
@@ -1345,6 +1399,9 @@ msgstr "Aktivieren"
msgid "Activate Service Desk"
msgstr "Service-Desk aktivieren"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Aktiv"
@@ -1377,12 +1434,6 @@ msgstr[1] "%d Tickets hinzufügen"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "CHANGELOG hinzufügen"
@@ -1497,6 +1548,9 @@ msgstr "Sub-Epic hinzufügen"
msgid "Add comment now"
msgstr "Jetzt kommentieren"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ msgstr "E-Mail-Adresse hinzufügen"
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 "Kopf- und Fußzeile zu E-Mails hinzufügen. Bitte beachte, dass Farbeinstellungen nur innerhalb des Anwendungs-Interfaces angewendet werden"
@@ -1521,6 +1578,9 @@ msgstr "Tickets hinzufügen"
msgid "Add italic text"
msgstr "Kursiven Text hinzufügen"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Label(s) hinzufügen"
@@ -1800,6 +1860,9 @@ msgstr "Pipeline-Konfigurationsdatei auswählen"
msgid "AdminSettings|Select a template"
msgstr "Wähle eine Vorlage"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr "Gib eine Domain an, die standardmäßig für die Auto-Review-Anwendungen
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "Die erforderliche Pipeline-Konfiguration kann aus dem Verzeichnis %{code_start}gitlab-ci%{code_end} im konfigurierten %{link_start}Instanz-Vorlagen-Repository%{link_end} oder aus den von GitLab bereitgestellten Konfigurationen ausgewählt werden."
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Eine neu erstellte Umgebungsvariable ist standardmäßig geschützt."
@@ -2042,6 +2108,9 @@ msgstr[1] "Alarme"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr "Alle E-Mail-Adressen werden verwendet, um deine Commits zu identifiziere
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Alle Features sind für leere Projekte, Vorlagen, oder beim Import aktiviert. Du kannst sie aber danach in den Projekteinstellungen deaktivieren."
@@ -2471,6 +2540,9 @@ msgstr "Dauer (in Stunden), für die der/die Benutzer(in) die erzwungene Konfigu
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "Beim Abrufen der Service-Desk-Adresse ist ein Fehler aufgetreten."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Beim Abrufen der Board-Listen ist ein Fehler aufgetreten. Bitte versuche es erneut."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "Beim Abrufen der Builds ist ein Fehler aufgetreten."
@@ -2753,15 +2837,18 @@ msgstr "Beim Abrufen der Kalenderaktivität ist ein Fehler aufgetreten"
msgid "An error occurred while retrieving diff"
msgstr "Beim Abrufen des Diffs ist ein Fehler aufgetreten"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "Beim Speichern des LDAP-Ãœberschreibungsstatus ist ein Fehler aufgetreten. Bitte versuche es erneut."
msgid "An error occurred while saving assignees"
msgstr "Beim Speichern der Zuweisungen ist ein Fehler aufgetreten"
-msgid "An error occurred while saving the approval settings"
-msgstr "Beim Speichern der Genehmigungseinstellungen ist ein Fehler aufgetreten"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2786,12 +2873,18 @@ msgstr "Beim Ändern der Genehmigungsberechtigten ist ein Fehler aufgetreten"
msgid "An error occurred while updating the comment"
msgstr "Beim Aktualisieren des Kommentars ist ein Fehler aufgetreten"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr ""
msgid "An error occurred while validating username"
msgstr "Beim Validieren des Benutzernamens ist ein Fehler aufgetreten"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Ein Fehler ist aufgetreten. Bitte versuche es erneut."
@@ -2870,6 +2963,9 @@ msgstr "Irgendein"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "Apr"
msgid "April"
msgstr "April"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr "Projekt archivieren"
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "Archiviertes Projekt! Repository und andere Projektressourcen sind schreibgeschützt"
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "Richten Sie GitLab für ein Unternehmen ein?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "Möchtest du wirklich dieses Projekt archivieren?"
@@ -3223,7 +3322,7 @@ msgstr "Bist du dir sicher? Alle Commits, die mit diesem GPG-Schlüssel signiert
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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr "Diagramme anordnen"
msgid "Artifact"
msgstr "Artefakt"
-msgid "Artifact ID"
-msgstr "Artefakt-ID"
-
msgid "Artifact could not be deleted."
msgstr "Artefakt konnte nicht gelöscht werden."
@@ -3250,6 +3346,9 @@ msgstr "Artefakte"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr "Autorisieren"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "Autorisierst du %{link_to_client} dein Konto zu verwenden?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr "Automatische Zertifikatsverwaltung mit %{lets_encrypt_link_start}Let's E
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Automatische Zertifikatsverwaltung mit Let's Encrypt"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Diese Gruppe hat keine Badges"
msgid "Badges|This project has no badges"
msgstr "Dieses Projekt hat keine Badges"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Du bist gerade dabei dieses Badge zu entfernen. Entfernte Badges können <strong>nicht</strong> rückgängig gemacht werden."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Deine Badges"
@@ -3827,6 +3929,9 @@ msgstr "monatlich"
msgid "BillingPlans|per user"
msgstr "je Benutzer(in)"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr ""
msgid "Boards|View scope"
msgstr "Bereich anzeigen"
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr ""
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "Branch %{branchName} wurde im Repository dieses Projekts nicht gefunden."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "Branch <strong>%{branch_name}</strong> wurde erstellt. Um die automatische Bereitstellung einzurichten, wähle eine GitLab CI Yaml Vorlage und committe deine Änderungen. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "Branch wurde geändert"
@@ -4097,6 +4205,9 @@ msgstr "Offene Tickets"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "Business"
@@ -4271,6 +4382,9 @@ msgstr "Canary Deployments sind eine beliebte CI-Strategie, in der zunächst ein
msgid "Cancel"
msgstr "Abbrechen"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr "Überprüfe die Verfügbarkeit der Funktion im Namensraum"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Lies die %{docs_link_start}Dokumentation%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr "Prüfe deine .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,8 +4853,8 @@ msgstr "Wähle die übergeordnetste Gruppe für deine Repository-Importe."
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Inhalte auswählen, die auf Gruppenübersichtsseiten angezeigt werden"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Wähle welche Repositories du verbinden und die CI/CD-Pipelines ausführen möchtest."
@@ -4910,9 +5021,15 @@ msgstr "ist nicht verfügbar: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "Leeren"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Geschlossen"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Geschlossene Tickets"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}Mehr Informationen%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "kann anstatt einer benutzerdefinierten Domain verwendet werden."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} wurde erfolgreich auf deinem Kubernetes-Cluster installiert"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,14 +5237,17 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "Ermögliche GitLab, Namespace- und Service-Konten für diesen Cluster zu verwalten. %{startLink}Weitere Informationen%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "Alternativ"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr ""
@@ -5135,6 +5264,9 @@ msgstr "Beim Fetchen deiner Projekte ist ein Fehler aufgetreten: %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Beim Fetchen der Maschinentypen der Zone ist ein Fehler aufgetreten: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Wähle, welche Anwendungen auf deinem Kubernetes Cluster installiert werden sollen. Um eine der folgenden Anwendungen zu installieren ist Helm Tiller erforderlich."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Wähle, welche deiner Umgebungen du für dieses Cluster verwenden willst."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "API-URL kopieren"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm optimiert die Installation und Verwaltung von Kubernetes-Anwendungen. Tiller läuft innerhalb deines Kubernetes-Clusters und verwaltet Versionen deiner Charts."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Wenn du mehrere Cluster einrichtest und Auto-DevOps verwendest, lies zuerst %{help_link_start}dies%{help_link_end}."
@@ -5588,8 +5717,8 @@ msgstr "Anzahl der Knoten"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Bitte gib die Zugangsinformationen deines Kubernetes-Clusters ein. Wenn du Hilfe benötigst, kannst du unsere %{link_to_help_page} zu Kubernetes lesen"
+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 "Bitte stelle sicher, dass dein Google-Konto die folgenden Voraussetzungen erfüllt:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ msgstr "Dieses Konto benötigt die Berechtigungen um ein Kubernetes-Cluster in d
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Mit dieser Option kannst du Anwendungen auf RBAC-Clustern installieren."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr "%{appTitle} deinstallieren"
@@ -5885,6 +6029,9 @@ msgstr "Validierung des Projektabrechnungsstatus"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Wir konnten nicht verifizieren, ob für eines deiner Projekte auf GCP die Abrechnung aktiviert ist. Bitte versuche es erneut."
+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 "Mit einem Kubernetes-Cluster innerhalb dieses Projekts kannst du auf einfache Weise Review-Anwendungen verwenden, deine Anwendungen bereitstellen, Pipelines ausführen und vieles mehr."
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Du musst zuerst Helm Tiller installieren, bevor du die Anwendung unten installierst"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,8 +6077,8 @@ msgstr "Zone"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "Zugriff zur Google Kubernetes-Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "Dokumentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6110,6 +6254,12 @@ 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 "Kommentare"
@@ -6310,7 +6460,7 @@ msgstr "Prometheus konfigurieren"
msgid "Configure Tracing"
msgstr "Tracing konfigurieren"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr "Kopieren"
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr "Kopiere %{http_label} Clone-URL"
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr "Konnte Admins nicht als Mitglieder hinzufügen"
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr "Abdeckung"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr "Erstellen"
@@ -7030,6 +7197,9 @@ msgstr "Epic anlegen"
msgid "Create file"
msgstr "Datei erstellen"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Gruppe erstellen"
@@ -7066,6 +7236,9 @@ msgstr "Neues Board erstellen"
msgid "Create new branch"
msgstr "Neuen Branch erstellen"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Neues Verzeichnis erstellen"
@@ -7090,6 +7263,9 @@ msgstr "Projekt anlegen"
msgid "Create project label"
msgstr "Projektlabel erstellen"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Benutzerdefinierter Hostname (für private Commit-E-Mails)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Benutzerdefinierte Benachrichtigungsereignisse"
@@ -7357,6 +7536,15 @@ msgstr "Passe deine Pipeline-Konfiguration an und zeige deinen Pipeline-Status u
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7551,25 +7742,55 @@ msgstr "%{firstProject}, %{rest} und %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Daten werden noch berechnet..."
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr "Standardklassifikationslabel"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,12 +8045,12 @@ msgstr "Löschen"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
-msgstr "Paket löschen"
-
msgid "Delete Snippet"
msgstr "Codeausschnitt löschen"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr ""
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr "Gelöscht"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
-msgstr "In dieser Version gelöscht"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] "%d weitere Sicherheitslücke nicht angezeigt"
msgstr[1] "%d weitere Sicherheitslücken nicht angezeigt"
+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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr "Details (Standard)"
msgid "Detect host keys"
msgstr "Hostschlüssel erkennen"
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr "Diff Inhaltsbeschränkungen"
msgid "Diff limits"
msgstr "Diff-Grenzen"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr "Kein Dateiname verfügbar"
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr "Diskutiere einen speziellen Vorschlag oder eine Frage, die gelöst werde
msgid "Discuss a specific suggestion or question."
msgstr "Diskutiere einen bestimmten Vorschlag oder eine bestimmte Frage."
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr "Diskussion, auf die geantwortet werden soll, kann nicht gefunden werden"
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr "Board bearbeiten"
msgid "Edit comment"
msgstr "Kommentar bearbeiten"
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr "Beschreibung bearbeiten"
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr "Nutzungsbericht einschalten"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "Nutzungsbericht einschalten um einen Ãœberblick zu erhalten, welche Features von GitLab wie benutzt werden."
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 "Ein Projekt zum Dashboard hinzufügen"
@@ -9246,7 +9568,7 @@ msgstr "Entfernen"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 "Um dein Epics %{epicDateType} basierend auf den Meilensteinen zu planen, weise einen Meilenstein mit einem %{epicDateType} einem beliebigen Ticket im Epic zu."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr "Beweissammlung"
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr "Alle erweitern"
msgid "Expand approvers"
msgstr "Genehmigungsberechtigte anzeigen"
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Menüleiste ausklappen"
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr "Ablaufzeitpunkt"
msgid "Expiration date"
msgstr "Ablaufdatum"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Schriftfarbe"
msgid "Footer message"
msgstr "Fußzeilennachricht"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Bei interne Projekte kann jede(r) angemeldete Benutzer(in) die Pipelines anzeigen lassen und auf Job-Details (Ausgabeprotokolle und Artefakte) zugreifen"
@@ -10895,30 +11223,15 @@ msgstr "Knoten fällt aus oder ist kaputt."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Knoten ist langsam, überlastet oder er erholt sich nur von einem Ausfall."
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr "Prüfsumme verifiziert"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr "Datenreplikationsverzögerung"
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Stimmt nicht mit der primären Speicherkonfiguration überein"
-msgid "GeoNodes|Failed"
-msgstr "Fehlgeschlagen"
-
msgid "GeoNodes|Full"
msgstr "Voll"
@@ -10934,12 +11247,6 @@ msgstr "Systemzustand"
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "Letzte Event-ID, die vom Cursor verarbeitet wurde"
@@ -10967,12 +11274,6 @@ msgstr "Knoten wurde erfolgreich entfernt."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "Keine Prüfsumme"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr "Replikations-Slots"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Repositorien"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "Repository-Prüfsummenfortschritt"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "Repository-Üerprüfungsfortschritt"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr "Synchronisierungseinstellungen"
msgid "GeoNodes|Unused slots"
msgstr "Unbenutzte Slots"
-msgid "GeoNodes|Unverified"
-msgstr "Nicht verifiziert"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr "Benutzte Slots"
-msgid "GeoNodes|Verified"
-msgstr "Verifiziert"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Wiki-Prüfsummenfortschritt"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Wiki-Verifizierungsfortschritt"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wikis"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr "Primärknoten"
msgid "GeoNodes|secondary nodes"
msgstr "Sekundärknoten"
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr "Nach Status filtern"
msgid "Geo|Geo Status"
msgstr "Geo-Status"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr "In Bearbeitung"
@@ -11258,10 +11547,10 @@ msgstr "Überprüfung fehlgeschlagen - %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "Warte auf den Scheduler"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr "Abgelaufen"
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr "Gehe zu %{link_to_google_takeout}."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr "Die Pipeline-Minuten der Gruppe wurden erfolgreich zurückgesetzt."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "Gruppe benötigt ein separates Konto"
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Freigabe eines Projekts innerhalb %{group} mit anderen Gruppen verhindern"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr "Informationen über den Systemzustand können von folgenden Endpunkten e
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "Zugriffstoken ist"
@@ -12341,6 +12639,9 @@ msgstr "Problematisch"
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Hilfe"
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12808,13 +13124,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Verbessere die Suche mit der „Erweiterten globalen Suche“ und GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "Um die Analyse auf Instanzebene zu aktivieren, bitte eine(n) Administrator(in), den %{usage_ping_link_start}Nutzungsbericht%{usage_ping_link_end} zu aktivieren."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr "In Bearbeitung"
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Im nächsten Schritt kannst du die Projekte auswählen, die du importieren möchtest."
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Gibt an, ob dieser Runner Jobs ohne Tags auswählen kann"
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,8 +13353,8 @@ msgstr[1] "Instanzen"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "Sichtbarkeit der Instanzstatistiken"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr ""
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Intervallmuster"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr "Ticket"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Ticketboards"
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr "Tickets"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr "Transition-ID(s)"
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,8 +14217,8 @@ msgstr "Labels können Tickets und Merge-Requests hinzugefügt werden, um diese
msgid "Labels can be applied to issues and merge requests."
msgstr "Labels können auf Tickets und Merge-Requests angewendet werden."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>Label</span> %{labelTitle} <span>zu Gruppenlabel hochstufen?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "Label hochstufen"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "Derzeit gibt es in diesem Projekt keine genehmigten oder gesperrte Lizenzen."
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Lizenzen"
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr "Liste deine Gitea-Repositories auf"
msgid "List available repositories"
msgstr "Verfügbare Repositories auflisten"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr "Live-Vorschau"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,8 +14788,8 @@ msgstr "Sperrung nicht gefunden"
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "%{issuableDisplayName} sperren? Es werden nur noch <strong>Projektmitglieder</strong> kommentieren können."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "Auf aktuelle Projekte beschränken"
@@ -14454,6 +14839,12 @@ msgstr "MD5"
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 ""
@@ -14469,6 +14860,9 @@ msgstr "Genehmigt von"
msgid "MRApprovals|Approvers"
msgstr "Genehmigungsberechtigte"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr "Manifestdateiimport"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr "Maven-Metadaten"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Mitglieder"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Merge-Requests"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Merge_Request erstellt"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 "Metriken"
@@ -15165,6 +15589,12 @@ msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Sieh dir die CI/CD-Dokumentation zur Bereitstellung in einer Umgebung an"
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Metrik erstellen"
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr "Panel erweitern"
msgid "Metrics|For grouping similar metrics"
msgstr "Zum Gruppieren ähnlicher Metriken"
-msgid "Metrics|Go back (Esc)"
-msgstr "Zurück (Esc)"
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Muss eine gültige PromQL-Abfrage sein."
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr "Prometheus Query-Dokumentation"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y-Achsen-Bezeichnung"
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "Meilensteinlisten ist mit deiner momentanen Lizenz nicht verfügbar"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "Meilensteinlisten zeigen alle Tickets des ausgewählten Meilensteins an."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Ãœberwachung"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Monate"
@@ -15811,12 +16268,45 @@ msgstr "Netzwerk"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Niemals"
@@ -16296,12 +16849,18 @@ msgstr "Kein Repository"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Keine Runner gefunden"
msgid "No schedules"
msgstr "Keine Zeitpläne"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr "November"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "Nur Administrator(inn)en"
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr "Nur Projektmitglieder können kommentieren."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr "Offen"
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "Ausgehende Anfragen"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr "Paketinformationen"
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr "npm Befehl kopieren"
msgid "PackageRegistry|Copy npm setup command"
msgstr "npm Setup-Befehl kopieren"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr "Bitte wähle eine Gruppen-URL ohne Sonderzeichen."
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr "Aktueller Status"
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr "Konto löschen"
-
msgid "Profiles|Delete account"
msgstr "Konto löschen"
-msgid "Profiles|Delete your account?"
-msgstr "Dein Konto löschen?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "Löschen eines Kontos hat folgende Auswirkungen:"
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr "Niemand"
msgid "ProjectFileTree|Name"
msgstr "Name"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Niemals"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "Operator"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,12 +19872,21 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr "Grenzwert"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "Es wurden %{exporters} mit %{metrics} gefunden"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">Es wurden keine <a href=\"%{docsUrl}\">allgemeinen Metriken</a> gefunden</p>"
-
msgid "PrometheusService|Active"
msgstr "Aktiv"
@@ -19370,6 +19944,9 @@ msgstr "Weitere Informationen"
msgid "PrometheusService|New metric"
msgstr "Neue Metrik"
+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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr "Zuletzt gesucht"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "Genehmigungsberechtigte entfernen"
@@ -20136,9 +20725,6 @@ msgstr "Primärknoten entfernen"
msgid "Remove priority"
msgstr "Priorität entfernen"
-msgid "Remove project"
-msgstr "Projekt entfernen"
-
msgid "Remove secondary node"
msgstr "Sekundärknoten entfernen"
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr "Entfernte Gruppe kann nicht wiederhergestellt werden!"
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr "Repository-Einstellungen"
-msgid "Repository URL"
-msgstr "Repository-URL"
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
msgstr ""
+msgid "Resolve conflicts"
+msgstr ""
+
msgid "Resolve conflicts on source branch"
msgstr "Konflikte im Quell-Branch lösen"
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
msgid "Resolve thread"
msgstr ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
msgstr "Rook"
+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 ""
@@ -20816,6 +21393,9 @@ msgstr "Führe CI/CD-Pipelines für externe Repositories aus"
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr "Speichern"
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr "Variablen speichern"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "Nach unten scrollen"
@@ -21062,6 +21651,9 @@ msgstr "Branches durchsuchen"
msgid "Search branches and tags"
msgstr "Suche nach Branches und Tags"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "Secret"
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-msgstr "Dashboard bearbeiten"
-
-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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Auswählen"
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "Quellbranch auswählen"
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr "Service-Desk"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Servicevorlagen"
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr "Zeige %{limit} von %{total_count} Tickets. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr "Etwas ist beim Ändern der Vertraulichkeit dieses Tickets fehlgeschlagen
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "Etwas ist beim Ändern des Sperrzustandes von %{issuableDisplayName} schief gelaufen"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Beim Umschalten des Buttons ist etwas schief gelaufen"
@@ -22622,11 +23271,11 @@ msgstr "Etwas lief schief, %{project} konnte nicht zum Dashboard hinzugefügt we
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
-msgstr "Etwas lief schief, Projekt konnte nicht entfernt werden"
+msgid "Something went wrong, unable to get projects"
+msgstr ""
msgid "Something went wrong, unable to search projects"
msgstr ""
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Informationen synchronisieren"
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ msgstr ""
msgid "Tags"
msgstr "Tags"
+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 "Tags-Feed"
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr "Test"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Testabdeckung analysieren"
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,16 +24531,13 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
-msgstr "Die „Erweiterte Globale Suche“ in GitLab ist ein leistungsfähiger Suchdienst, der dir Zeit spart. Anstatt doppelten Code zu erstellen und Zeit zu verschwenden, kannst du nun bei anderen Teams nach Code suchen, der für dein eigenes Projekt hilfreich sein kann."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -23935,6 +24596,9 @@ msgstr "Ereignisse, die für diese Phase ausgewertet wurden."
msgid "The commit does not exist"
msgstr "Der Commit existiert nicht"
+msgid "The comparison view may be inaccurate due to merge conflicts."
+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."
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
msgstr "Der Dateiname sollte eine .yml-Endung haben"
+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 items will NOT be exported:"
msgstr ""
@@ -24090,14 +24760,14 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
-msgstr "Der Ort für Deine Designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr ""
msgid "The project can be accessed without any authentication."
msgstr "Auf das Projekt kann ohne Authentifizierung zugegriffen werden."
+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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr "Beim Abonnieren dieses Labels ist ein Fehler aufgetreten."
msgid "There was an error when unsubscribing from this label."
msgstr "Beim Abmelden von der Abonnierung dieses Labels ist ein Fehler aufgetreten."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ msgstr "Angebote von Drittanbietern"
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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr "Dieses Ticket ist vertraulich"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "Dieses Projekt hat derzeit noch keine Wiki-Startseite"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "Für dieses Projekt ist keine Abrechnung aktiviert. Um ein Cluster zu erstellen, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">aktiviere die Abrechnung<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> und versuche es erneut."
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
msgstr "Dieses Projekt ist archiviert und kann nicht kommentiert werden."
+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 ""
@@ -24969,6 +25651,9 @@ msgstr "Diese(r) Benutzer(in) wird der/die Autor(in) aller Ereignisse im Aktivit
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr "Um ein SVN-Repository zu verbinden, lies %{svn_link}."
msgid "To define internal users, first enable new users set to external"
msgstr "Um interne Benutzer(innen) zu definieren, musst du zunächst externe Benutzer(innen) aktivieren"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "Um es zu aktivieren und Benutzer-Kohorten zu sehen, gehe zu den %{application_settings_link_start}Anwendungseinstellungen%{application_settings_link_end}."
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "Füge ein Start- oder Fälligkeitsdatum zu einem deiner Epics in dieser Gruppe oder ihrer Untergruppen hinzu, um die Roadmap anzuzeigen. In der Monatsansicht werden nur Epics des letzten Monats, des aktuellen Monats und der nächsten 5 Monate angezeigt."
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr "Heute"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Morgen"
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Pipelines für Mirror-Updates auslösen"
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Aktiviere den Service-Desk"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25747,12 +26447,24 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr ""
-
msgid "Two-factor authentication"
msgstr "Zwei-Faktor-Authentifizierung"
+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 "Type"
msgstr "Typ"
@@ -25933,8 +26645,8 @@ msgstr "Entsperren"
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "Dieses %{issuableDisplayName} entsperren? <strong>Jeder</strong> wird in der Lage sein zu kommentieren."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "Entsperrt"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Nicht bestätigt"
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26123,7 +26835,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Aktualisiere deinen Tarif, um die erweiterte globale Suche zu aktivieren."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26197,8 +26909,8 @@ msgstr "Upvotes"
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
-msgstr "Der Nutzungsbericht ist nicht aktiviert"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "Nutzungsstatistiken"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "Nutze den Service-Desk, um dich direkt in GitLab via E-Mail mit deinen Benutzer(inne)n zu verbinden (z. B. um Kunden-Support anzubieten)"
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "Benutzer-Kohorten sind nur sichtbar, wenn der %{usage_ping_link_start}Nutzungsbericht%{usage_ping_link_end} aktiviert ist."
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr "Konfiguration verifizieren"
msgid "Version"
msgstr "Version"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr "Webhooks ermöglichen es dir eine URL aufzurufen, wenn z. B. neuer Code
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Mittwoch"
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,11 +28328,11 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Du bist dabei %{project_full_name} zu entfernen. Entfernte Projekte können NICHT wiederhergestellt werden! Bist Du dir WIRKLICH sicher?"
+msgid "You are going to remove %{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 ""
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Du bist dabei %{project_full_name} einem/einer andere(n) Besitzer(in) zu übergeben. Bist du dir WIRKLICH sicher?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr "Du kannst nicht auf dieser schreibgeschützte GitLab-Instanz schreiben."
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "Du kannst erst mittels '%{protocol}' übertragen (push) oder abrufen (pu
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Du musst einen deinem Profil einen SSH-Schlüssel hinzufügen, bevor du deinen Projekt-Code mittels Pull oder Push über SSH übertragen kannst"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ msgstr "Deine Gruppen"
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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr "unter anderem"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "Du willst die Vertraulichkeit deaktivieren. Das bedeutet, dass <strong>alle</strong> das Ticket betrachten und kommentieren können."
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "Du willst die Vertraulichkeit aktivieren. Das bedeutet, dass nur Teammitglieder mit <strong>mindestens Reporter-Zugriff</strong> das Ticket betrachten und kommentieren können."
-
msgid "connecting"
msgstr "Verbinde"
@@ -28700,6 +29520,11 @@ msgstr "dieses Projekt forken"
msgid "from"
msgstr "von"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr "Gruppe"
@@ -28745,9 +29570,6 @@ msgstr "In Gruppe %{link_to_group}"
msgid "in project %{link_to_project}"
msgstr "im Projekt %{link_to_project}"
-msgid "index"
-msgstr "Index"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "Instanz abgeschlossen"
@@ -28789,6 +29611,9 @@ msgstr "ist kein gültiges X509-Zertifikat."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "ist keine Ihrer E-Mails"
@@ -28938,9 +29763,15 @@ msgstr "%{metricsLinkStart} Speicherauslastung %{metricsLinkEnd} ist %{emphasisS
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "Erlaube Commits von Mitgliedern die zum Zielbranch mergen können"
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Während des Sendens deiner Genehmigung trat ein Fehler auf."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "Falsches Zustimmungspasswort."
@@ -29025,9 +29859,6 @@ msgstr "Wenn der %{branch} Branch in deinem lokalen Repository existiert kannst
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Wenn der Branch %{missingBranchName} in deinem lokalen Repository vorhanden ist, kannst du diesen Merge-Request manuell über die Befehlszeile zusammenführen"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr "Merged von"
msgid "mrWidget|More information"
msgstr "Weitere Informationen"
-msgid "mrWidget|No approval required"
-msgstr "Keine Zustimmungen nötig"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "Keine Zustimmungen nötig; Du kannst trotzdem zustimmen"
-
msgid "mrWidget|Open in Web IDE"
msgstr "In Web-IDE öffnen"
@@ -29148,6 +29973,12 @@ msgstr "Der Quellbranch wird nicht gelöscht"
msgid "mrWidget|There are merge conflicts"
msgstr "Es gibt Merge-Konflikte"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29157,12 +29988,6 @@ msgstr "Dieser Merge-Request konnte nicht automatisch gemerged werden"
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Dieser Merge-Reqeust wird gerade gemerged"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Dieses Projekt wurde archiviert, der Schreibzugriff wurde deaktiviert"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr "Schnellzugriff"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "registrieren"
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr "Fehler während der Merge-Request-Erstellung"
@@ -29536,6 +30361,9 @@ msgstr "die folgenden Ticket(s)"
msgid "this document"
msgstr "dieses Dokument"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "um deinen Mitwirkenden zu helfen möglichst effizient zu kommunizieren!"
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr "ausgelöst"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "Unicode-Domains sollten IDNA-Kodierung verwenden"
@@ -29617,6 +30448,9 @@ msgstr "Kommentar hinzufügen"
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/el_GR/gitlab.po b/locale/el_GR/gitlab.po
index 520d2642735..3bdebf175bc 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: 2020-08-06 13:45\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/eo/gitlab.po b/locale/eo/gitlab.po
index 80c124940b1..20ef5246c1d 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: 2020-08-06 13:40\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s enmetadoj estis transsaltitaj, por ne troÅarÄi la sistemon."
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Aktiva"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "La branĉo <strong>%{branch_name}</strong> estis kreita. Por agordi aÅ­tomatan disponigadon, bonvolu elekti Yaml-Åablonon por GitLab CI kaj enmeti viajn ÅanÄojn. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr ""
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Nuligi"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Propraj sciigaj eventoj"
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr "Forigi"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Intervala Åablono"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr "Ne estas deponejo"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "Ne estas planoj"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "Nomo"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Neniam"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "Forigi la projekton"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr "Serĉu branĉon aŭ etikedon"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ msgstr ""
msgid "Tags"
msgstr "Etikedoj"
+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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr "La aro da eventoj, kiuj estas aldonitaj al la datenoj kolektitaj por la
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr ""
msgid "The project can be accessed without any authentication."
msgstr "Ĉiu povas havi atingon al la projekto, sen ensaluti"
+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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "Vi ne povos eltiri aÅ­ alpuÅi kodon per %{protocol} antaÅ­ ol vi %{set_
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/es/gitlab.po b/locale/es/gitlab.po
index 579bb32ee6b..f4c7a90431d 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: 2020-08-06 13:43\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
msgstr " %{start} hasta %{end}"
@@ -56,14 +56,14 @@ msgstr[1] " mejorado en %d puntos"
msgid " or "
msgstr " o "
-msgid " or <!merge request id>"
-msgstr " o <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " o <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " o <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " o referencias (e.j. path/to/project!merge_request_id)"
@@ -71,10 +71,13 @@ msgstr " o referencias (e.j. path/to/project!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" no existía en \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d URL analizada"
+msgstr[1] "%d URLs analizadas"
msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
@@ -171,8 +174,8 @@ msgstr[1] "%d grupos seleccionados"
msgid "%d hour"
msgid_plural "%d hours"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d hora"
+msgstr[1] "%d horas"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
@@ -186,8 +189,8 @@ msgstr[1] "%d incidencias"
msgid "%d issue in this group"
msgid_plural "%d issues in this group"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d incidencia en este grupo"
+msgstr[1] "%d incidencias en este grupo"
msgid "%d issue selected"
msgid_plural "%d issues selected"
@@ -196,8 +199,8 @@ msgstr[1] "%d incidencias seleccionadas"
msgid "%d issue successfully imported with the label"
msgid_plural "%d issues successfully imported with the label"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d incidencia importada correctamente con la etiqueta"
+msgstr[1] "%d incidencias importadas correctamente con la etiqueta"
msgid "%d layer"
msgid_plural "%d layers"
@@ -271,8 +274,8 @@ msgstr[1] "%d etiquetas"
msgid "%d unassigned issue"
msgid_plural "%d unassigned issues"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "%d incidencia sin asignar"
+msgstr[1] "%d incidencias sin asignar"
msgid "%d unresolved thread"
msgid_plural "%d unresolved threads"
@@ -297,9 +300,12 @@ msgstr[1] "%s cambios adicionales han sido omitidos para evitar problemas de ren
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
-msgid "%{author_link} wrote:"
+msgid "%{address} is an invalid IP address range"
msgstr ""
+msgid "%{author_link} wrote:"
+msgstr "%{author_link} escribió:"
+
msgid "%{authorsName}'s thread"
msgstr "Hilo de %{authorsName}"
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} núcleos"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/commit"
@@ -389,6 +398,9 @@ msgstr "%{deployLinkStart}Utilice una plantilla para implementar en ECS%{deployL
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -416,8 +428,8 @@ msgstr "%{firstLabel} +%{labelCount} más"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} no es un identificador válido para %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "Los %{group_docs_link_start}Grupos%{group_docs_link_end} le permiten administrar y colaborar en múltiples proyectos. Los miembros de un grupo tienen acceso a todos sus proyectos."
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr "%{lineOneStart}Arrastre y suelte para subir sus diseños%{lineOneEnd} o %{linkStart}haga clic para subir%{linkEnd}."
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr "%{link_start}Más información%{link_end} sobre qué información se comparte con GitLab Inc."
@@ -524,6 +533,9 @@ msgstr "%{listToShow}, y %{awardsListLength} más."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Iniciado"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} está bloqueado por el usuario de GitLab %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} puede fusionarse"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, esta incidencia se cerrará automáticamente."
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} Mb"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} se envió con éxito a Akismet."
@@ -685,6 +715,9 @@ msgstr "%{start} hasta %{end}"
msgid "%{state} epics"
msgstr "%{state} épicas"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr "%{totalMemory} (%{freeSpacePercentage}%{percentSymbol} libre)"
msgid "%{totalWeight} total weight"
msgstr "%{totalWeight} peso total"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} incidencias abiertas"
@@ -791,6 +827,9 @@ msgstr "%{webhooks_link_start}%{webhook_type}%{link_end} le permiten enviar noti
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 "%{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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(fuente externa)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(eliminado)"
@@ -1042,15 +1099,6 @@ msgstr "8 horas"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "< 1 hora"
-
-msgid "<project name>"
-msgstr "<project name>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>elimina</strong> la rama origen"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "Un ejecutor es un proceso que ejecuta un trabajo. Puede configurar tantos ejecutores como usted necesite."
@@ -1114,7 +1162,7 @@ msgstr "Un miembro del equipo revisará su informe tan pronto como sea posible."
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ msgstr "Se creará una nueva rama en su proceso de fork y se iniciará una nueva
msgid "A new impersonation token has been created."
msgstr "Se ha creado un nuevo token de impersonación."
+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 "Un sitio hecho con HTML plano que utiliza Netlify para CI/CD en lugar de GitLab, pero con las demás excelentes características de GitLab."
@@ -1160,7 +1211,7 @@ msgid "A secure token that identifies an external storage request."
msgstr "Un token seguro que identifica una petición de almacenamiento externo."
msgid "A sign-in to your account has been made from the following IP address: %{ip}"
-msgstr ""
+msgstr "Se ha realizado un inicio de sesión en su cuenta desde la siguiente dirección IP: %{ip}"
msgid "A subscription will 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 ""
@@ -1172,7 +1223,7 @@ msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt c
msgstr ""
msgid "API Help"
-msgstr ""
+msgstr "Ayuda de la API"
msgid "API Token"
msgstr "Token del API"
@@ -1234,6 +1285,9 @@ msgstr "Fecha de expiración del acceso"
msgid "Access forbidden. Check your access level."
msgstr "Acceso denegado. Por favor, compruebe su nivel de acceso."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "El acceso a '%{classification_label}' no está permitido"
@@ -1345,6 +1399,9 @@ msgstr "Activar"
msgid "Activate Service Desk"
msgstr "Activar Service Desk"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Activo"
@@ -1377,12 +1434,6 @@ msgstr[1] "Añadir %d incidencias"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Añadir CHANGELOG"
@@ -1497,6 +1548,9 @@ msgstr "Añadir una tarea épica hija a otra tarea épica"
msgid "Add comment now"
msgstr "Añadir comentario ahora"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ msgstr "Añadir dirección de correo electrónico"
msgid "Add environment"
msgstr "Añadir entorno"
+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 "Añadir encabezado y pie de página a los correos electrónicos. Tenga en cuenta que la configuración de los colores solo se aplicará dentro de la interfaz de la aplicación"
@@ -1521,6 +1578,9 @@ msgstr "Añadir Incidencia"
msgid "Add italic text"
msgstr "Añadir texto en cursiva"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Añadir etiqueta(s)"
@@ -1591,7 +1651,7 @@ msgid "Add webhook"
msgstr "Añadir webhook"
msgid "Add/remove"
-msgstr ""
+msgstr "Agregar/eliminar"
msgid "AddContextCommits|Add previously merged commits"
msgstr ""
@@ -1633,7 +1693,7 @@ msgid "Adding new applications is disabled in your GitLab instance. Please conta
msgstr "Se ha deshabilitado la opción de añadir nuevas aplicaciones en su instancia de GitLab. Póngase en contacto con su administrador de GitLab para obtener el permiso"
msgid "Additional Metadata"
-msgstr ""
+msgstr "Metadatos adicionales"
msgid "Additional minutes"
msgstr "Minutos adicionales"
@@ -1675,7 +1735,7 @@ msgid "Admin Overview"
msgstr "Vista de administrador"
msgid "Admin Section"
-msgstr ""
+msgstr "Sección de administración"
msgid "Admin mode already enabled"
msgstr "Ya está habilitado el modo de administración"
@@ -1800,6 +1860,9 @@ msgstr "Seleccione un archivo de configuración del pipeline"
msgid "AdminSettings|Select a template"
msgstr "Seleccione una plantilla"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr "La plantilla de servicio le permite configurar los valores predeterminados para las integraciones"
@@ -1815,6 +1878,9 @@ msgstr "Especifique un dominio para utilizar por defecto durante las etapas desp
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Cuando crea una nueva variable de entorno, se protegerá por defecto."
@@ -2042,6 +2108,9 @@ msgstr[1] "Alertas"
msgid "AlertManagement|Acknowledged"
msgstr "Confirmado"
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "Alerta"
@@ -2072,8 +2141,8 @@ msgstr "Asignados"
msgid "AlertManagement|Authorize external service"
msgstr "Autorizar un servicio externo"
-msgid "AlertManagement|Create issue"
-msgstr "Crear una incidencia"
+msgid "AlertManagement|Create incident"
+msgstr ""
msgid "AlertManagement|Critical"
msgstr "Crítico"
@@ -2129,9 +2198,6 @@ msgstr "Abrir"
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr "Descripción general"
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr "Reportado %{when} por %{tool}"
msgid "AlertManagement|Resolved"
msgstr "Resuelto"
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr "Servicio"
@@ -2186,17 +2255,14 @@ msgstr "Herramienta"
msgid "AlertManagement|Triggered"
msgstr "Activado"
-msgid "AlertManagement|Unassigned"
-msgstr "Desasignado"
-
msgid "AlertManagement|Unknown"
msgstr "Desconocido"
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
-msgstr "Ver una incidencia"
+msgid "AlertManagement|View incident"
+msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
msgstr ""
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr "Todas las direcciones de correo electrónico se utilizarán para identif
msgid "All environments"
msgstr "Todos los entornos"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Todas las funcionalidades están habilitadas para proyectos en blanco, plantillas, o al importar, pero puedes deshabilitarlas posteriormente en la configuración del proyecto."
@@ -2471,6 +2540,9 @@ msgstr "Cantidad de tiempo (en horas) que los usuarios pueden omitir la configur
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr "Se ha disparado una alerta en %{project_path}."
@@ -2537,6 +2609,9 @@ msgstr "Se ha producido un error durante la comprobación de ruta del grupo. Por
msgid "An error occurred while committing your changes."
msgstr "Se ha producido un error al hacer commit de sus cambios."
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr "Se ha producido un error mientras al cargar el archivo."
@@ -2609,9 +2684,18 @@ msgstr "Se ha producido un error al obtener los informes de terraform."
msgid "An error occurred while fetching the Service Desk address."
msgstr "Se ha producido un error al obtener la dirección de Service Desk."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Se ha producido un error al obtener la lista de tableros. Por favor vuelva a intentarlo."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "Se ha producido un error al obtener el resultado de los trabajo de las construcción."
@@ -2753,15 +2837,18 @@ msgstr "Se ha producido un error al recuperar la actividad del calendario"
msgid "An error occurred while retrieving diff"
msgstr "Se ha producido un error durante la recuperación de diff"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "Se ha producido un error al guardar el estado de LDAP. Por favor, inténtalo de nuevo."
msgid "An error occurred while saving assignees"
msgstr "Se ha producido un error al guardar las asignaciones"
-msgid "An error occurred while saving the approval settings"
-msgstr "Se ha producido un error al guardar la configuración de aprobaciones"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "Se ha producido un error al guardar la plantilla. Por favor, compruebe si la plantilla existe."
@@ -2786,12 +2873,18 @@ msgstr "Se ha producido un error al actualizar los aprobadores"
msgid "An error occurred while updating the comment"
msgstr "Se ha producido un error al actualizar el comentario"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr "Se ha producido un error al validar la ruta del grupo"
msgid "An error occurred while validating username"
msgstr "Se ha producido un error al validar el nombre de usuario"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Se ha producido un error. Por favor inténtelo de nuevo."
@@ -2870,6 +2963,9 @@ msgstr "Cualquiera"
msgid "Any Author"
msgstr "Cualquier autor"
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr "Cualquier rama"
@@ -3085,6 +3181,9 @@ msgstr "Abril"
msgid "April"
msgstr "Abril"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr "Archivar"
@@ -3097,6 +3196,9 @@ msgstr "Archivar proyecto"
msgid "Archived"
msgstr "Archivado"
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "¡Proyecto archivado! El repositorio y otros recursos del proyecto son de sólo lectura"
@@ -3112,9 +3214,6 @@ msgstr "Al archivar el proyecto se convertirá por completo en un proyecto de sÃ
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "¿Está configurando GitLab para una empresa?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "¿Está seguro de que desea archivar el proyecto?"
@@ -3223,8 +3322,8 @@ msgstr "¿Está seguro? Todos los commits que se firmaron con esta clave GPG ser
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "¿Está seguro? Eliminar esta clave GPG no afecta a los commits ya firmados."
-msgid "Are you sure? The device will be signed out of GitLab."
-msgstr "¿Estás seguro? El dispositivo finalizará la sesión en GitLab."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "¿Está seguro?. Al hacer esto invalidará sus aplicaciones registradas y sus dispositivos U2F."
@@ -3235,9 +3334,6 @@ msgstr "Organizar gráficas"
msgid "Artifact"
msgstr "Artefacto"
-msgid "Artifact ID"
-msgstr "ID del artefacto"
-
msgid "Artifact could not be deleted."
msgstr "Se ha producido un error al eliminar la categoría."
@@ -3250,6 +3346,9 @@ msgstr "Artefactos"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "Dado que los dispositivos U2F solo son compatibles con algunos navegadores, requerimos que configure una aplicación de autenticación de dos factores antes que un dispositivo U2F. De esta forma, siempre podrá iniciar sesión, incluso cuando utilice un navegador no compatible."
+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 "el %{user} hizo push a la rama %{branch} de %{project_name} ( %{commit_url} ):"
@@ -3509,7 +3608,7 @@ msgstr "Autorizar"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "¿Autorizar %{link_to_client} para utilizar su cuenta?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr "Gestión automática de los certificados utilizando %{lets_encrypt_link_
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Gestión automática de los certificados utilizando Let's Encrypt"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Este grupo no tiene insignias"
msgid "Badges|This project has no badges"
msgstr "Este proyecto no tiene insignias"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Va a eliminar esta insignia. Las insignias eliminadas <strong>no se pueden</strong> restaurar."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Sus insignias"
@@ -3827,6 +3929,9 @@ msgstr "mensual"
msgid "BillingPlans|per user"
msgstr "por usuario"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "Actualizar"
@@ -3896,14 +4001,17 @@ msgstr "Expandir"
msgid "Boards|View scope"
msgstr "Ver alcance"
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr "Branch"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "No se encontró la rama %{branchName} en el repositorio de este proyecto."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "La rama <strong>%{branch_name}</strong> fue creada. Para configurar el auto despliegue, escoge una plantilla Yaml para GitLab CI y envía tus cambios. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "La rama ha cambiado"
@@ -4097,6 +4205,9 @@ msgstr "Incidencias abiertas"
msgid "Burnup chart"
msgstr "Gráfico de evolución"
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "Negocio"
@@ -4271,6 +4382,9 @@ msgstr "Canary Deployment es una estrategia de CI, donde solo una pequeña porci
msgid "Cancel"
msgstr "Cancelar"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "Cancelar ejecución"
@@ -4304,11 +4418,11 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
-msgstr "No se puede convertir en confidencial esta tarea épica si contiene incidencias que no son confidenciales"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
+msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
-msgstr "No se puede convertir en confidencial esta tarea épica si contiene tareas sub-épicas que no son confidenciales"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
+msgstr ""
msgid "Cannot merge"
msgstr ""
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,11 +4628,8 @@ msgstr "Compruebe la disponibilidad de la función en el plan de espacio de nomb
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Compruebe la documentación %{docs_link_start}%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr "Compruebe su fichero .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
-msgstr ""
+msgstr "Compruebe sus imágenes de Docker para detectar vulnerabilidades conocidas."
msgid "Checking %{text} availability…"
msgstr "Comprobando disponibilidad de %{text}..."
@@ -4742,14 +4853,14 @@ msgstr "Seleccione el grupo de nivel superior para las importaciones de su repos
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Escoja el nivel de visibilidad, habilite/deshabilite las características del proyecto (incidencias, repositorio, wiki, fragmentos de código) y configure los permisos necesarios según sus necesidades."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Elija que contenido desea ver en la página de información general de un grupo"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Elija que repositorios quiere conectar y ejecutar los CI/CD pipelines."
msgid "Choose your framework"
-msgstr ""
+msgstr "Seleccione su marco de trabajo"
msgid "CiStatusLabel|canceled"
msgstr "cancelado"
@@ -4910,9 +5021,15 @@ msgstr "no está disponible: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "Limpiar"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr "Borrar los filtros del gráfico"
@@ -5018,6 +5135,9 @@ msgstr "Cerrado"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Incidencias cerradas"
@@ -5051,20 +5171,26 @@ msgstr "Nivel de clúster"
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "ClusterIntegration | %{custom_domain_start}Más información%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
-msgstr "Esto eliminará permanentemente los siguientes recursos: <ul> <li>Todas las aplicaciones instaladas y sus recursos relacionados</li> <li>El espacio de nombres <code>gitlab-managed-apps</code></li> <li>Cualquier espacio de nombres de proyecto</li> <li><code> clusterroles </code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
+msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "Se puede utilizar en lugar de un dominio personalizado."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} se instaló correctamente en su clúster de Kubernetes"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
-msgstr "%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
+msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
msgstr "%{title} desinstalado correctamente."
@@ -5111,14 +5237,17 @@ msgstr "Toda la información que no haya sido guardada en GitLab se eliminará y
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Todos los datos serán eliminados y no se podrán restaurar."
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permitir que GitLab administre el espacio de nombres y las cuentas de servicio para este cluster."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "Permitir que GitLab administre el espacio de nombres y las cuentas de servicio para este clúster. %{startLink}Más información%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "Alternativamente"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr "Se ha producido un error al intentar recuperar los proyectos: %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Se ha producido un error al intentar obtener los tipos de máquina de las zonas: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "Se cancelará cualquier pipeline que se encuentre en ejecución."
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr "Seleccione el nodo de trabajo %{startLink}tipo de instancia %{externalLinkIcon} %{endLink}."
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Seleccione que aplicaciones instalar en su clúster Kubernetes. Es necesario Helm Tiller para instalar cualquiera de las siguientes aplicaciones."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Seleccione cuál de los entornos de su proyecto utilizará este clúster de Kubernetes."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr "Limpiar la caché de cluster"
@@ -5207,6 +5336,9 @@ msgstr "Los clusters se utilizan al seleccionar el ancestro más cercano en un Ã
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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Copiar la URL del API"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm optimiza la instalación y la administración de aplicaciones de Kubernetes. Tiller se ejecuta dentro de su cluster de Kubernetes y gestiona las versiones de sus charts."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Si está configurando varios clústeres y utiliza Auto DevOps, por favor lea primero, %{help_link_start} y %{help_link_end}."
@@ -5588,8 +5717,8 @@ msgstr "Número de nodos"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "El número de nodos debe ser un valor numérico."
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Por favor, introduzca la información de acceso a su clúster de Kubernetes. Si necesita ayuda, puede leer nuestra %{link_to_help_page} en Kubernetes"
+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 "Asegúrese de que su cuenta de Google cumpla con los siguientes requisitos:"
@@ -5807,12 +5936,15 @@ msgstr "Se ha producido un error al desinstalar %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Se ha producido un error al intentar actualizar el nombre de dominio de Knative."
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "Especificar un dominio le permitirá utilizar las apps Auto Review y Auto Deploy stages para %{auto_devops_start}Auto DevOps%{auto_devops_end}. El dominio debe tener un comodín DNS configurado que coincida con el dominio."
+msgid "ClusterIntegration|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 "Subredes"
+msgid "ClusterIntegration|The %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ msgstr "Esta cuenta debe tener permisos para crear un clúster de Kubernetes en
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Esta opción le permitirá instalar aplicaciones en clústeres RBAC."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Para acceder a su aplicación después del despliegue, apunte un registroDNS comodín al endpoint de Knative."
+msgid "ClusterIntegration|To 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 "Para eliminar la integración y sus recursos, escriba %{clusterName} para confirmar:"
msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
msgstr "Para eliminar la integración, escriba %{clusterName} para confirmar:"
+msgid "ClusterIntegration|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+msgstr ""
+
msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr "ClusterIntegration | Desinstalar %{appTitle}"
@@ -5885,6 +6029,9 @@ msgstr "Validación del estado de facturación del proyecto"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "No hemos podido verificar que uno de sus proyectos en GCP tenga habilitada la facturación. Por favor, inténtalo de nuevo."
+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 "Con un clúster de Kubernetes asociado a este proyecto, puede utilizar las aplicaciones de revisión, implementar sus aplicaciones, ejecutar sus pipelines y mucho más, de una manera sencilla."
@@ -5900,9 +6047,6 @@ msgstr "Está a punto de desinstalar %{appTitle} de su cluster."
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Primero debe instalar Helm Tiller antes de instalar las aplicaciones que se muestran a continuación"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr "Debes conceder acceso a los recursos AWS de su organización para poder crear un nuevo clúster EKS. Para garantizar el acceso, cree un rol de provisión utilizando la cuenta y el ID externo que se muestra a continuación y proporciónenos su ARN."
@@ -5933,8 +6077,8 @@ msgstr "Zona"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "acceso a Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "documentación"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6051,7 +6195,7 @@ msgid "Collapse milestones"
msgstr "Contraer hitos"
msgid "Collapse replies"
-msgstr ""
+msgstr "Colapsar respuestas"
msgid "Collapse sidebar"
msgstr "Contraer la barra lateral"
@@ -6066,7 +6210,7 @@ msgid "Coming soon"
msgstr "Próximamente"
msgid "Comma-separated, e.g. '1.1.1.1, 2.2.2.0/24'"
-msgstr ""
+msgstr "Separados por comas, ej. '1.1.1.1, 2.2.2.0/24'"
msgid "Command"
msgstr "Comando"
@@ -6096,7 +6240,7 @@ msgid "Comment & unresolve thread"
msgstr "Comentar y dejar el hilo sin resolver"
msgid "Comment '%{label}' position"
-msgstr ""
+msgstr "Comentario '%{label}' en la posición"
msgid "Comment form position"
msgstr ""
@@ -6105,11 +6249,17 @@ msgid "Comment is being updated"
msgstr "El comentario está siendo actualizado"
msgid "Comment on lines %{startLine} to %{endLine}"
-msgstr ""
+msgstr "Comentar en las líneas %{startLine} a %{endLine}"
msgid "Comment/Reply (quoting selected text)"
msgstr "Comentar/Responder (citando el texto seleccionado)"
+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 "Comentarios"
@@ -6248,7 +6398,7 @@ msgid "Compliance frameworks"
msgstr ""
msgid "ComplianceDashboard|created by:"
-msgstr ""
+msgstr "Creado por:"
msgid "ComplianceFramework|GDPR"
msgstr "GDPR"
@@ -6310,8 +6460,8 @@ msgstr "Configurar Prometheus"
msgid "Configure Tracing"
msgstr "Configurar seguimiento"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "Configure un archivo <code>.gitlab-webide.yml</code> en el directorio <code>.gitlab</code> para comenzar a utilizar el Terminal Web. %{helpStart}Aprende más.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "Configurar las comprobaciones automáticas de Git y el mantenimiento en los repositorios."
@@ -6763,9 +6913,6 @@ msgstr "Etiquetas e hitos copiados desde %{source_issuable_reference}."
msgid "Copy"
msgstr "Copiar"
-msgid "Copy %{field}"
-msgstr "Copiar %{field}"
-
msgid "Copy %{http_label} clone URL"
msgstr "Copiar la URL %{http_label} de clonado"
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr "Copiar el token"
@@ -6862,6 +7012,9 @@ msgstr "Copiar valor"
msgid "Could not add admins as members"
msgstr "No se puede agregar administradores como miembros"
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "No se puede autorizar el nick del chat. Por favor, inténtelo de nuevo"
@@ -6886,15 +7039,21 @@ msgstr "Se ha producido un error al crear el entorno"
msgid "Could not create group"
msgstr "Se ha producido un error al crear el grupo"
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Se ha producido un error al crear el proyecto"
-msgid "Could not delete %{design}. Please try again."
-msgstr "No se puede eliminar %{design}. Por favor, inténtelo de nuevo."
+msgid "Could not create wiki page"
+msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "No es posible eliminar el apodo del chate %{chat_name}."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr "No se pudo encontrar el diseño."
@@ -6925,6 +7084,9 @@ msgstr "Se ha producido un error al guardar el ID del proyecto"
msgid "Could not save prometheus manual configuration"
msgstr "Se ha producido un error al guardar la configuración manual de Prometheus"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr "No se pudo actualizar la configuración de LDAP"
@@ -6940,6 +7102,11 @@ msgstr "Cobertura"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr "Crear"
@@ -7030,6 +7197,9 @@ msgstr "Crear épica"
msgid "Create file"
msgstr "Crear archivo"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Crear grupo"
@@ -7066,6 +7236,9 @@ msgstr "Crear nuevo tablero"
msgid "Create new branch"
msgstr "Crear una nueva rama"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Crear nuevo directorio"
@@ -7090,6 +7263,9 @@ msgstr "Crear proyecto"
msgid "Create project label"
msgstr "Crear etiqueta de proyecto"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "Crear requisito"
@@ -7261,6 +7437,9 @@ msgstr "URL de clon de Git personalizado para HTTP(S)"
msgid "Custom hostname (for private commit emails)"
msgstr "Nombre de host personalizado (para los correos electrónicos privados de los commit)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Eventos de notificaciones personalizadas"
@@ -7357,6 +7536,15 @@ msgstr "Personalice la configuración de su pipeline, vea el estado de su pipeli
msgid "Customize your pipeline configuration."
msgstr "Personalice la configuración de su pipeline."
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr "Tiempo del ciclo"
@@ -7521,6 +7709,9 @@ msgstr "DAG"
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7551,25 +7742,55 @@ msgstr "%{firstProject}, %{rest}, y %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr "No se puede agregar %{invalidProjects}. Este panel de control está disponible tanto para proyectos públicos como para proyectos privados en grupos incluidos en el plan Gitlab.com Silver."
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Los datos aún se están calculando..."
@@ -7677,7 +7967,7 @@ msgstr "Ramas por defecto y ramas protegidas"
msgid "Default classification label"
msgstr "Etiqueta de clasificación por defecto"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,12 +8045,12 @@ msgstr "Eliminar"
msgid "Delete Comment"
msgstr "Eliminar el comentario"
-msgid "Delete Package"
-msgstr "Eliminar paquete"
-
msgid "Delete Snippet"
msgstr "Eliminar fragmento de código"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr "Eliminar artefactos"
@@ -7815,6 +8105,9 @@ msgstr "Eliminar la lista de usuarios"
msgid "Delete variable"
msgstr "Eliminar variable"
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr "Se ha producido un error al eliminar el repositorio del proyecto. Por favor, inténtelo de nuevo o póngase en contacto con el administrador."
@@ -7836,15 +8129,24 @@ msgstr "Se ha producido un error al restaurar el repositorio de la wiki. Por fav
msgid "Deleted"
msgstr "Eliminado"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "¡Eliminado el nick del chat %{chat_name}!"
-msgid "Deleted in this version"
-msgstr "Eliminado en esta versión"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+msgstr ""
msgid "Deleting"
msgstr "Eliminando"
+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 license failed."
msgstr "Se ha producido un error al eliminar la licencia."
@@ -7854,6 +8156,9 @@ msgstr "Se ha producido un error al eliminar la licencia. No se encontró ningun
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Se ha producido un error al eliminar la licencia. No tiene permiso para realizar esta acción."
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr "Eliminación pendiente. Este proyecto se eliminará el %{date}. El repositorio y otros recursos del proyecto son de solo lectura."
@@ -7880,6 +8185,11 @@ msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] "%d vulnerabilidad adicional no mostrada"
msgstr[1] "%d vulnerabilidades adicionales no mostradas"
+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] "detectada %d vulnerabilidad"
@@ -7888,6 +8198,9 @@ msgstr[1] "detectadas %d vulnerabilidades"
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr "%{remainingLicensesCount} más"
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "Todas"
@@ -7900,6 +8213,9 @@ msgstr "Componente"
msgid "Dependencies|Component name"
msgstr "Nombre del componente"
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr "Exportar como JSON"
@@ -7918,6 +8234,9 @@ msgstr "Empaquetador"
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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7931,7 +8250,7 @@ msgid "Dependency List"
msgstr "Lista de dependencias"
msgid "Dependency List has no entries"
-msgstr ""
+msgstr "La lista de dependencias no tiene entradas"
msgid "Dependency Proxy"
msgstr "Proxy de dependencias"
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,15 +8555,24 @@ msgstr "%{filename} no ha cambiado."
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr "Agregar un diseño con el mismo nombre de archivo reemplaza el archivo en una nueva versión."
+msgid "DesignManagement|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 "¿Está seguro de que desea cancelar los cambios realizados en este comentario?"
msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr "¿Está seguro de que desea cancelar la creación de este comentario?"
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
-msgstr "¿Está seguro de que desea eliminar los diseños seleccionados?"
-
msgid "DesignManagement|Cancel changes"
msgstr "Cancelar los cambios"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr "Se ha producido un error al actualizar la nota. Por favor, inténtelo de nuevo."
-msgid "DesignManagement|Delete"
-msgstr "Eliminar"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr "Confirmación de borrado de diseños"
-
-msgid "DesignManagement|Delete selected"
-msgstr "Eliminar seleccionado"
-
msgid "DesignManagement|Deselect all"
msgstr "Deseleccionar todo"
@@ -8365,8 +8684,11 @@ msgstr "Detalles (por defecto)"
msgid "Detect host keys"
msgstr "Detectar las claves del host"
-msgid "DevOps Score"
-msgstr "Puntuación DevOps"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
+msgstr ""
msgid "Diff content limits"
msgstr "Límites de contenido del diff"
@@ -8374,6 +8696,9 @@ msgstr "Límites de contenido del diff"
msgid "Diff limits"
msgstr "Límites del diff"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr "Diferencia entre la fecha de inicio y ahora"
@@ -8386,8 +8711,11 @@ msgstr "(base)"
msgid "Diffs|No file name available"
msgstr "Sin nombre de archivo disponible"
-msgid "Diffs|Show unchanged lines"
-msgstr "Mostrar líneas sin cambios"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "Se ha producido un error mientras se obtienen las líneas del diff."
@@ -8491,9 +8819,6 @@ msgstr "Discutir una propuesta específica o una pregunta que necesita ser resue
msgid "Discuss a specific suggestion or question."
msgstr "Discutir una sugerencia o pregunta específica."
-msgid "Discussion"
-msgstr "Discusión"
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr "Editar tablero"
msgid "Edit comment"
msgstr "Editar comentario"
-msgid "Edit dashboard"
-msgstr "Editar panel de control"
-
msgid "Edit description"
msgstr "Editar descripción"
@@ -9051,9 +9373,6 @@ msgstr "Habilitar la autenticación de dos factores"
msgid "Enable usage ping"
msgstr "Habilitar ping de uso"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "Habilitar/Deshabilitar su Service Desk. %{link_start} Obtenga más información sobre Service Desk en el siguiente enlace %{link_end}."
@@ -9222,6 +9541,9 @@ msgstr "Los Entornos le permiten hacer un seguimiento de los despliegues de su a
msgid "Environments in %{name}"
msgstr "Entornos en %{name}"
+msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} "
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "Añadir un proyecto al panel de control"
@@ -9246,8 +9568,8 @@ msgstr "Eliminar"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "El panel de control de entornos proporciona un resumen detallado del estado de los entornos de cada proyecto, incluidos los estados de alerta y de los pipelines."
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
-msgstr "Este panel muestra un máximo de 7 proyectos y 3 entornos por proyecto. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
+msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
msgstr "Se ha producido un error al cancelar la parada automática, inténtelo de nuevo"
@@ -9525,6 +9847,9 @@ msgstr "Al hacer esto también eliminará cualquier descendiente de %{bStart}%{t
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 "Para programar la fecha %{epicDateType} de su épica basada en hitos, asigne un hito con una fecha %{epicDateType} a cualquier incidencia de la épica."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr "Recopilación de evidencias"
msgid "Exactly one of %{attributes} is required"
msgstr "Exactamente uno de los %{attributes} es necesario"
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "Miembros y grupos existentes"
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr "Expandir todo"
msgid "Expand approvers"
msgstr "Expandir aprobadores"
-msgid "Expand down"
-msgstr "Expandir hacia abajo"
-
msgid "Expand dropdown"
msgstr "Expandir el menú desplegable"
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Expandir barra lateral"
-msgid "Expand up"
-msgstr "Expandir todo"
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr "Vencimiento"
msgid "Expiration date"
msgstr "Fecha de vencimiento"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr "Caducó"
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr "ID"
@@ -10448,6 +10770,9 @@ msgstr "Se ha producido un error al obtener las Feature Flag."
msgid "FeatureFlags|There was an error retrieving user lists"
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 "Inténtelo de nuevo en un momento o contacte con su equipo de soporte."
@@ -10457,9 +10782,6 @@ msgstr "IDs de usuarios"
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr "Eliminar estrategia"
-
msgid "FeatureFlag|List"
msgstr "Lista"
@@ -10499,6 +10821,9 @@ msgstr "Se ha producido un error al obtener las licencias. No está autorizado a
msgid "File"
msgstr "Archivo"
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Color de la fuente"
msgid "Footer message"
msgstr "Mensaje a pie de página"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Para los proyectos internos, cualquier usuario que haya iniciado sesión puede visualizar los pipelines y acceder a un trabajo de forma detallada (registros de salida y artefactos)"
@@ -10895,30 +11223,15 @@ msgstr "El nodo está caído o fallando."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "El nodo es lento, está sobrecargado o se ha recuperado después de una interrupción."
-msgid "GeoNodes|Attachments"
-msgstr "Adjuntos"
-
-msgid "GeoNodes|Checksummed"
-msgstr "Comprobado"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr "Repositorios de contenedores"
-
msgid "GeoNodes|Data replication lag"
msgstr "Retraso en replicación de datos"
-msgid "GeoNodes|Design repositories"
-msgstr "Repositorios de diseño"
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "No coincide con la configuración principal de almacenamiento"
-msgid "GeoNodes|Failed"
-msgstr "Fallido"
-
msgid "GeoNodes|Full"
msgstr "Completo"
@@ -10934,12 +11247,6 @@ msgstr "Estado de salud"
msgid "GeoNodes|Internal URL"
msgstr "URL interna"
-msgid "GeoNodes|Job artifacts"
-msgstr "Artefactos del trabajo"
-
-msgid "GeoNodes|LFS objects"
-msgstr "Objetos LFS"
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "ID del último evento procesado por el cursor"
@@ -10967,12 +11274,6 @@ msgstr "El nodo se eliminó correctamente."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "Sin suma de verificación"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr "Slots de replicación"
msgid "GeoNodes|Replication status"
msgstr "Estado de la replicación"
-msgid "GeoNodes|Repositories"
-msgstr "Repositorios"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "Progreso de la suma de verificación del repositorio"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "GeoNodes|Progreso de la verificación del repositorio"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr "Selectivo (%{syncLabel})"
@@ -11030,27 +11322,12 @@ msgstr "Opciones de sincronización"
msgid "GeoNodes|Unused slots"
msgstr "Slots sin utilizar"
-msgid "GeoNodes|Unverified"
-msgstr " Sin verificar"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr "Actualizado %{timeAgo}"
msgid "GeoNodes|Used slots"
msgstr "Slots utilizados"
-msgid "GeoNodes|Verified"
-msgstr "Verificado"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Progreso de verificación del wiki"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Progreso de la verificación del wiki"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wikis"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr "Con %{geo} puede instalar una instancia especial de solo lectura y replicarla en cualquier lugar. Antes de agregar los nodos, siga las %{instructions} en el orden exacto en que se muestran."
@@ -11063,6 +11340,12 @@ msgstr "nodo principal"
msgid "GeoNodes|secondary nodes"
msgstr "nodos secundarios"
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr "%{label} no puede estar en blanco"
@@ -11126,6 +11409,12 @@ msgstr "Filtrar por estado"
msgid "Geo|Geo Status"
msgstr "Estado de Geo"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr "En curso"
@@ -11258,10 +11547,10 @@ msgstr "Se ha producido un error durante la verificación - %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "Esperando por el programador"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,8 +11727,8 @@ msgstr "Caducado"
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "Forzar HTTPS (requiere certificados válidos)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
-msgstr "Las páginas de GitLab están deshabilitadas para este proyecto. Puede habilitarlas en los ajustes %{strong_start} de su proyecto > General > Visibilidad%{strong_end}."
+msgid "GitLabPages|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|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "Pueden pasar hasta 30 minutos antes de que el sitio esté disponible después del primer despliegue."
@@ -11555,7 +11844,10 @@ msgstr "Ir a pantalla completa"
msgid "Go to %{link_to_google_takeout}."
msgstr "Ir a %{link_to_google_takeout}."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr "La cuota de minutos del pipeline fue restablecida con éxito."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Prevenir que se comparta un proyecto de %{group} con otros grupos"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr "La información de la verificación del estado del sistema se puede obte
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "El token de acceso es"
@@ -12341,6 +12639,9 @@ msgstr "Poco saludable"
msgid "Hello there"
msgstr "¡Hola!"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Ayuda"
@@ -12471,6 +12772,9 @@ msgstr "¿En cuántos shards se puede dividir el índice de Elasticsearch?."
msgid "How many users will be evaluating the trial?"
msgstr "¿Cuántos usuarios evaluarán la prueba?"
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "Sin embargo, ya es miembro de este %{member_source}. Inicie sesión con una cuenta diferente para aceptar la invitación."
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr "Si su repositorio HTTP no es accesible públicamente, añada sus credenciales."
@@ -12780,6 +13090,9 @@ msgstr "Se ha producido un error al importar el proyecto"
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr "Solicitando a su %{provider} los repositorios fallados"
@@ -12795,6 +13108,9 @@ msgstr "No se pudo crear el repositorio."
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr "Se ha producido un error al actualizar los proyectos importados con cambios en tiempo real"
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr "Mejorar el tablero de incidencias"
@@ -12808,13 +13124,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Mejore la búsqueda con Advanced Search y GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr "En %{time_to_now}"
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "Con el fin de permitir el análisis a nivel de instancia, por favor solicite a un administrador que habilite %{usage_ping_link_start}el uso de ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "Con el fin de recopilar datos precisos sobre los datos de uso, es posible que tarde de 1 a 2 semanas en poder ver su índice."
@@ -12822,21 +13138,24 @@ msgstr "Con el fin de recopilar datos precisos sobre los datos de uso, es posibl
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr "En progreso"
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "En el siguiente paso, podrá seleccionar los proyectos que desea importar."
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr "Límites de gestión de incidentes"
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr "Indentar"
msgid "Index all projects"
msgstr "Indexar todos los proyectos"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Indica si este ejecutor puede seleccionar trabajos sin etiquetas"
@@ -13008,6 +13336,9 @@ msgstr "Instale un autenticador de token por software como por ejemplo, %{free_o
msgid "Install on clusters"
msgstr "Instala en los clústeres"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "Instalado"
@@ -13022,8 +13353,8 @@ msgstr[1] "Instancias"
msgid "Instance Configuration"
msgstr "Configuración de la instancia"
-msgid "Instance Statistics visibility"
-msgstr "Visibilidad de las estadísticas de instancia"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr "Ya existe el grupo de administrador de instancias"
@@ -13049,6 +13380,12 @@ msgstr "Detalles del comentario:"
msgid "Integrations|Comment settings:"
msgstr "Configuración de los comentarios:"
+msgid "Integrations|Default settings are inherited from the group level."
+msgstr ""
+
+msgid "Integrations|Default settings are inherited from the instance level."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "Habilitar comentarios"
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr "Estándar"
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Patrón de intervalo"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr "Archivo de configuración de Insights no válido detectado"
msgid "Invalid Login or password"
msgstr "Inicio de sesión o contraseña no válida"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "URL no válida"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr "Nombre del contenedor no válido"
@@ -13208,6 +13548,39 @@ msgstr "Invitar al miembro"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr "Incidencia"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr "La incidencia %{issue_reference} ya ha sido añadido a la tarea épica %{epic_reference}."
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Tablero de incidencias"
@@ -13346,9 +13722,6 @@ msgstr "Gestor de incidencias YouTrack"
msgid "Issues"
msgstr "Incidencias"
-msgid "Issues Analytics"
-msgstr "Análisis de incidencias"
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr "Contraseña o token del API"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr "ID(s) de transición"
@@ -13547,6 +13926,9 @@ msgstr "Utilice una contraseña para la versión servidor y un correo electróni
msgid "JiraService|Username or Email"
msgstr "Nombre de usuario o correo electrónico"
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,8 +14217,8 @@ msgstr "Las etiquetas se pueden aplicar a incidencias y merge requests para cate
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|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>¿Promocionar la etiqueta</span> %{labelTitle} <span>a etiqueta de grupo?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "Promocionar etiqueta"
@@ -14065,7 +14447,7 @@ msgstr "Historial de licencias"
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,11 +14546,11 @@ msgstr "Eliminar la licencia"
msgid "LicenseCompliance|Remove license?"
msgstr "¿Eliminar la licencia?"
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "Actualmente no hay licencias aprobadas o incluidas en la lista negra de este proyecto."
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
-msgstr "Actualmente no hay licencias aprobadas o incluidas en la lista negra que coincidan con este proyecto."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
+msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
msgstr "Ya existe esta licencia en este proyecto."
@@ -14194,6 +14576,9 @@ msgstr "Características licenciadas"
msgid "Licensed to"
msgstr "Licenciado a"
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Licencias"
@@ -14257,9 +14642,6 @@ msgstr "Comprar licencia"
msgid "License|License"
msgstr "Licencia"
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr "Puede restaurar el acceso a las características Gold en cualquier momento haciendo una actualización."
@@ -14275,9 +14657,6 @@ msgstr "Su licencia"
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr "Su periodo de prueba gratuito de GitLab Ultimate finalizó el %{trial_ends_on}."
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr "Limitar la visualización de las unidades de seguimiento de tiempo a horas."
@@ -14331,6 +14710,9 @@ msgstr "Mostrar sus repositorios de Gitea"
msgid "List available repositories"
msgstr "Lista de repositorios disponibles"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr "Vista previa"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr "Cargando"
@@ -14403,8 +14788,8 @@ msgstr "Bloqueo no encontrado"
msgid "Lock the discussion"
msgstr "Bloquear la discusión"
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "¿Bloquear este %{issuableDisplayName}? Sólo los <strong>miembros del proyecto</strong> podrán comentar."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "Bloquear al proyecto actual"
@@ -14454,6 +14839,12 @@ msgstr "MD5"
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 ""
@@ -14469,6 +14860,9 @@ msgstr "Aprobado por"
msgid "MRApprovals|Approvers"
msgstr "Aprobadores"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "Mostrar sólo los cambios"
@@ -14553,9 +14947,6 @@ msgstr "Importar fichero de manifiesto"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr "Trabajo manual"
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "No ha sido posible guardar el orden de las incidencias"
@@ -14667,9 +15058,6 @@ msgstr "Sugerencias:"
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr "Metadatos de Maven"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Miembros"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr "Miembros con acceso a %{strong_start}%{group_name}%{strong_end}"
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr "Miembros pendientes de acceso a %{strong_start}%{group_name}%{strong_end}"
-
msgid "Memory Usage"
msgstr "Uso de memoria"
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Merge requests"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Solicitudes de merge creadas"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr "Realizar merge inmediatamente"
msgid "Merge in progress"
msgstr "Merge en progreso"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ msgstr "conflictos"
msgid "MergeConflict|origin//their changes"
msgstr "origen//sus cambios"
+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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ msgstr "Por favor seleccione una métrica"
msgid "MetricChart|Selected"
msgstr "Seleccionado"
+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 "Métricas"
@@ -15165,6 +15589,12 @@ msgstr ""
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 ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Crear métrica"
@@ -15210,9 +15637,15 @@ msgstr ""
msgid "Metrics|Duplicate dashboard"
msgstr "Duplicar panel"
+msgid "Metrics|Duplicate this dashboard to add panel or edit dashboard YAML."
+msgstr ""
+
msgid "Metrics|Duplicating..."
msgstr "Duplicando..."
+msgid "Metrics|Edit dashboard YAML"
+msgstr ""
+
msgid "Metrics|Edit metric"
msgid_plural "Metrics|Edit metrics"
msgstr[0] "Editar métrica"
@@ -15224,9 +15657,6 @@ msgstr "Expandir el panel"
msgid "Metrics|For grouping similar metrics"
msgstr "Para agrupar métricas similares"
-msgid "Metrics|Go back (Esc)"
-msgstr "Volver (Esc)"
-
msgid "Metrics|Invalid time range, please verify."
msgstr "Rango de tiempo inválido, por favor verifíquelo."
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Debe ser una consulta PromQL válida."
@@ -15278,6 +15711,9 @@ msgstr "La consulta PromQL es válida"
msgid "Metrics|Prometheus Query Documentation"
msgstr "Documentción sobre las consultas de Prometheus"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr "Actualizar el panel de control"
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr "Ver registros"
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Etiqueta del eje Y"
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] "Hito"
msgstr[1] "Hitos"
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "Las listas de hitos no están disponibles con tu licencia actual"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "Las listas de hitos muestran todas las incidencias desde el hito seleccionado."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr "Cerrado:"
@@ -15577,6 +16022,15 @@ msgstr "Se ha desactivado la replica."
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr "Monitorice los errores de su aplicación al integrarse con Sentry."
msgid "Monitoring"
msgstr "Monitorizar"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Meses"
@@ -15811,12 +16268,45 @@ msgstr "Red"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr "Nombre"
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr "No se han detectado políticas"
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr "Las políticas son una especificación de cómo se permite a los grupos de pods comunicarse con los extremos de red de los demás."
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr "Algo salió mal, se ha producido un error al obtener las políticas"
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Nunca"
@@ -16296,12 +16849,18 @@ msgstr "No hay repositorio"
msgid "No required pipeline"
msgstr "No se requiere un pipeline"
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "No se encontraron ejecutores"
msgid "No schedules"
msgstr "No hay programaciones"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr "No está listo todavía. Por favor, inténtalo de nuevo más tarde."
msgid "Not started"
msgstr "No iniciado"
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr "Nota"
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr "Tenga en cuenta que esta invitación se envió a %{mail_to_invite_email}, pero ha iniciado sesión como %{link_to_current_user} con el correo electrónico %{mail_to_current_user}."
@@ -16548,9 +17101,6 @@ msgstr "Noviembre"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr "Número de archivos tocados"
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr "Crear un nuevo escaneo DAST"
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr "Escaneos bajo demanda"
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr "Sólo miembros del proyecto"
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr "Sólo los proyectos activos aparecen en la búsqueda y en el panel de control."
-msgid "Only admins"
-msgstr "Sólo administradores"
-
msgid "Only admins can delete project"
msgstr "Solo los administradores pueden borrar un proyecto"
@@ -16757,6 +17313,9 @@ msgstr "Sólo los miembros de proyecto pueden comentar."
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Solo se importarán los miembros del proyecto. Los miembros del grupo se omitirán."
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr "Abrir"
msgid "Open Selection"
msgstr "Abrir la selección"
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "Errores abiertos"
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "Peticiones salientes"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr "Deshacer indentación"
@@ -16940,9 +17499,6 @@ msgstr "El paquete ya existe"
msgid "Package deleted successfully"
msgstr "Paquete eliminado correctamente"
-msgid "Package information"
-msgstr "Información del paquete"
-
msgid "Package recipe already exists"
msgstr "La receta del paquete ya existe"
@@ -17027,6 +17583,12 @@ msgstr "Copiar comando npm"
msgid "PackageRegistry|Copy npm setup command"
msgstr "Copiar comando de configuración de npm"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr "Copiar comando yarn"
@@ -17042,6 +17604,9 @@ msgstr "Eliminar paquete"
msgid "PackageRegistry|Filter by name"
msgstr "Filtrar por nombre"
+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 "Para más información sobre el registro de Conan, %{linkStart}vea la documentación%{linkEnd}."
@@ -17060,9 +17625,6 @@ msgstr "Si todavía no lo ha hecho, necesitará añadir lo siguiente a su archiv
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr "Si aún no lo ha hecho, debe añadir lo siguiente a su archivo %{codeStart}pom.xml%{codeEnd}."
-msgid "PackageRegistry|Installation"
-msgstr "Instalación"
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr "Comando NuGet"
msgid "PackageRegistry|Pip Command"
msgstr "Comando Pip"
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr "Configuración del registro"
-
msgid "PackageRegistry|Remove package"
msgstr "Eliminar paquete"
@@ -17168,14 +17721,20 @@ 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 "npm"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr "publicado por %{author}"
-msgid "PackageRegistry|yarn"
-msgstr "yarn"
+msgid "PackageRegistry|yarn command"
+msgstr ""
msgid "PackageType|Composer"
msgstr ""
@@ -17318,8 +17877,8 @@ msgstr "Confirmar contraseña"
msgid "Password successfully changed"
msgstr "La contraseña se ha cambiado correctamente"
-msgid "Password was successfully updated. Please login with it"
-msgstr "La contraseña se actualizó correctamente. Por favor, inicie la sesión de nuevo"
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
msgstr ""
@@ -17822,6 +18381,9 @@ msgstr "Por favor, elija una URL de grupo sin caracteres especiales."
msgid "Please complete your profile with email address"
msgstr "Por favor, complete su perfil con una dirección de correo electrónico"
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,15 +18537,15 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "Seleccione que contenido desea ver en la página de resumen de un proyecto."
+msgid "Preferences|Choose what content you want to see on your homepage."
+msgstr ""
+
msgid "Preferences|Customize integrations with third party services."
msgstr ""
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "Personalice la apariencia del encabezado de la aplicación y la barra de navegación lateral."
-msgid "Preferences|Default dashboard"
-msgstr "Panel de control por defecto"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "Mostrar tiempo en formato 24 horas"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
msgstr "Por ejemplo: hace 30 minutos."
+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 ""
@@ -18284,15 +18849,9 @@ msgstr "Estado actual"
msgid "Profiles|Default notification email"
msgstr "Correo electrónico de notificación por defecto"
-msgid "Profiles|Delete Account"
-msgstr "Eliminar la cuenta"
-
msgid "Profiles|Delete account"
msgstr "Eliminar la cuenta"
-msgid "Profiles|Delete your account?"
-msgstr "¿Eliminar su cuenta?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "La eliminación de su cuenta tiene los siguientes efectos:"
@@ -18683,6 +19242,9 @@ msgstr "Proyectos subidos"
msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
msgstr "Se modificará el nivel de visibilidad del proyecto para hacerlo coincidir con las reglas del espacio de nombres al transferirlo a un grupo."
+msgid "Project was not found or you do not have permission to add this project to Security Dashboards."
+msgstr ""
+
msgid "Project: %{name}"
msgstr "Proyecto: %{name}"
@@ -18707,6 +19269,9 @@ msgstr "Nadie"
msgid "ProjectFileTree|Name"
msgstr "Nombre"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Nunca"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "Operador"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,12 +19872,21 @@ msgstr "Seleccionar consulta"
msgid "PrometheusAlerts|Threshold"
msgstr "Umbral"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "se han encontrado %{exporters} con %{metrics}"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">No se han encontrado<a href=\"%{docsUrl}\">métricas comunes</a> </p>"
-
msgid "PrometheusService|Active"
msgstr "Activo"
@@ -19370,6 +19944,9 @@ msgstr "Más información"
msgid "PrometheusService|New metric"
msgstr "Nueva métrica"
+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 "No se han creado métricas personalizadas. Cree una utilizando el botón situado más arriba"
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr "Incidencia promocionada a tarea épica."
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr "Solicitar a los usuarios que carguen claves SSH"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr "Proteger variable"
@@ -19835,9 +20418,6 @@ msgstr "El servicio de búsquedas recientes no está disponible"
msgid "Recent searches"
msgstr "Búsquedas recientes"
-msgid "Recipe"
-msgstr "Receta"
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr "Su primer proyecto"
msgid "Registration|Your profile"
msgstr "Su perfil"
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ msgstr "Publicar documentación"
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 "Se ha producido un error al obtener los detalles de la versión"
@@ -20067,6 +20653,9 @@ msgstr "Eliminar todos los asignados o los asignados específicos"
msgid "Remove all or specific label(s)"
msgstr "Eliminar todas las etiquetas o las etiquetas específicas"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "Eliminar los aprobadores"
@@ -20136,9 +20725,6 @@ msgstr "Eliminar nodo principal"
msgid "Remove priority"
msgstr "Eliminar prioridad"
-msgid "Remove project"
-msgstr "Eliminar proyecto"
-
msgid "Remove secondary node"
msgstr "Eliminar nodo secundario"
@@ -20172,9 +20758,6 @@ msgstr "Eliminado %{milestone_reference} hitos."
msgid "Removed %{type} with id %{id}"
msgstr "Eliminado %{type} con id %{id}"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr "Eliminar todas las etiquetas."
@@ -20187,12 +20770,6 @@ msgstr "¡No se puede restaurar un grupo eliminado!"
msgid "Removed parent epic %{epic_ref}."
msgstr "Eliminada la tarea épica padre %{epic_ref}."
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "¡No se pueden restaurar los proyectos eliminados!"
-
msgid "Removed spent time."
msgstr "Eliminar el tiempo empleado."
@@ -20241,15 +20818,9 @@ msgstr "Elimina la fecha de vencimiento."
msgid "Removes time estimate."
msgstr "Elimina el tiempo estimado."
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "Eliminando la licencia…"
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "Al eliminar el proyecto se eliminarán su repositorio y todos los recursos relacionados incluyendo las incidencias, merge requests, etc."
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr "Gráfico de repositorio"
msgid "Repository Settings"
msgstr "Configuración del repositorio"
-msgid "Repository URL"
-msgstr "URL del repositorio"
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr "Resolver"
msgid "Resolve all threads in new issue"
msgstr "Resolver todo los hilos en una nueva incidencia"
+msgid "Resolve conflicts"
+msgstr ""
+
msgid "Resolve conflicts on source branch"
msgstr "Resolver conflictos en la rama origen"
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
msgid "Resolve thread"
msgstr "Resolver el hilo"
@@ -20804,6 +21378,9 @@ msgstr "Restaurar"
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr "Ejecutar los pipelines de CI/CD para los repositorios externos"
msgid "Run housekeeping"
msgstr "Ejecutar tareas de mantenimiento"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr "Ejecutar las pruebas contra su código a través del terminal web"
@@ -20942,6 +21522,9 @@ msgstr "Guardar"
msgid "Save Changes"
msgstr "Guardar cambios"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "Guardar de todos modos"
@@ -20972,6 +21555,9 @@ msgstr "Guardar plantilla"
msgid "Save variables"
msgstr "Guardar variables"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr "Guardando"
@@ -21020,6 +21606,9 @@ msgstr "Alcances"
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "Desplazar hacia abajo"
@@ -21062,6 +21651,9 @@ msgstr "Buscar ramas"
msgid "Search branches and tags"
msgstr "Buscar ramas y etiquetas"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr "Puestos en la licencia"
msgid "Secondary"
msgstr "Secundario"
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "Secreto"
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr "Control de seguridad"
@@ -21340,8 +21962,8 @@ msgstr "%{firstProject}, %{secondProject} y %{rest}"
msgid "SecurityReports|Add a project to your dashboard"
msgstr "Añadir un proyecto al panel de control"
-msgid "SecurityReports|Add or remove projects from your dashboard"
-msgstr "Añadir o eliminar proyectos de su panel de control"
+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 "Añadir proyectos"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-msgstr "Editar panel de control"
-
-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."
+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."
@@ -21397,19 +22016,13 @@ msgstr "False positivo"
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr "Ocultar descartados"
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr "Incidencia creada"
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr "Cargar más vulnerabilidades"
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr "Monitorizar vulnerabilidades en su código"
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr "Más información"
@@ -21439,15 +22055,15 @@ msgstr "Oops, algo parece que no está correcto."
msgid "SecurityReports|Project"
msgstr "Proyecto"
+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 "Proyectos añadidos"
msgid "SecurityReports|Remove project from dashboard"
msgstr "Eliminar proyecto del panel de control"
-msgid "SecurityReports|Return to dashboard"
-msgstr "Volver al panel de control"
-
msgid "SecurityReports|Scan details"
msgstr ""
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr "No se puede añadir %{invalidProjects}"
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr "Ver los proyectos afectados en el panel de administración de GitLab"
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Seleccionar"
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "Seleccione la rama de origen"
@@ -21712,6 +22331,9 @@ msgstr "Seleccione el período de tiempo"
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "Seleccione el usuario"
@@ -21901,6 +22523,12 @@ msgstr "Service Desk"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Plantillas de Servicio"
@@ -21913,6 +22541,12 @@ msgstr "Duración de la sesión (minutos)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "Establece %{epic_ref} como la tarea épica principal."
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "Establecer una plantilla predeterminada para las descripciones de las incidencias."
@@ -22229,12 +22863,6 @@ msgstr "Mostrando %{limit} de %{total_count} incidencias. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr "Mostrando %{pageSize} de %{total} problemas"
-msgid "Showing Latest Version"
-msgstr "Mostrar la última versión"
-
-msgid "Showing Version #%{versionNumber}"
-msgstr "Mostrando la versión #%{versionNumber}"
-
msgid "Showing all issues"
msgstr "Mostrar todas las incidencias"
@@ -22244,6 +22872,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr "Mostrando los últimos %{size} del registro -"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr "En paralelo"
@@ -22337,6 +22971,9 @@ msgstr "No está permitido iniciar sesión usando su cuenta de %{label} sin una
msgid "Similar issues"
msgstr "Incidencias similares"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr "Consultas simples o combinadas"
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "No hay fragmentos de código que mostrar."
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr "Descripción (opcional)"
msgid "Snippets|File"
msgstr "Archivo"
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr "Algo salió mal al intentar cambiar la confidencialidad de esta incidenc
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "Algo salió mal al intentar cambiar el estado de bloqueo de este %{issuableDisplayName}. ¡Por favor, inténtelo de nuevo!"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Algo salió mal al cambiar el estado del botón. ¡Por favor, inténtelo de nuevo!"
@@ -22622,12 +23271,12 @@ msgstr "Algo salió mal, no se puede agregar %{project} al panel de control"
msgid "Something went wrong, unable to add projects to dashboard"
msgstr "Se ha producido un erro al añadir los proyectos al panel de control"
+msgid "Something went wrong, unable to delete project"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr "Se ha producido un error al obtener los proyectos"
-msgid "Something went wrong, unable to remove project"
-msgstr "Se ha producido un error al eliminar el proyecto"
-
msgid "Something went wrong, unable to search projects"
msgstr "Se ha producido un error al buscar los proyectos"
@@ -23522,6 +24171,9 @@ msgstr "Cambiar a GitLab Next"
msgid "Switch to the source to copy the file contents"
msgstr "Cambiar a la fuente para copiar el contenido del archivo"
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Sincronizar información"
@@ -23570,6 +24222,9 @@ msgstr "Listas de etiquetas:"
msgid "Tag name"
msgstr "Nombre de la etiqueta"
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr "Etiquetar este commit."
@@ -23582,6 +24237,9 @@ msgstr "Se etiquetó a este commit a %{tag_name}."
msgid "Tags"
msgstr "Etiquetas"
+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 "Feed de tags"
@@ -23763,6 +24421,12 @@ msgstr "El informe de Terraform %{name} se generó en sus pipelines."
msgid "Test"
msgstr "Probar"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Análisis de cobertura de las pruebas"
@@ -23831,9 +24495,6 @@ msgstr "No hay pruebas para mostrar."
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr "Se ha producido un error al recuperar los informes de prueba."
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,16 +24531,13 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "El %{type} contiene el siguiente error:"
msgstr[1] "El %{type} contiene los siguientes errores:"
msgid "The 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 "La búsqueda avanzada global de GitLab es un potente servicio de búsqueda que le permite ahorrar tiempo. En vez de crear código duplicado y perder el tiempo, puede buscar código de otros equipos que le pueda ayudar a su propio proyecto."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr "La URL a utilizar para conectarse a Elasticsearch. Utilice una lista separada por comas para soportar clustering (por ejemplo, \"http://localhost:9200, http://localhost:9201\")."
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -23935,6 +24596,9 @@ msgstr "La colección de eventos agregados a los datos recopilados para esa etap
msgid "The commit does not exist"
msgstr "El commit no existe"
+msgid "The comparison view may be inaccurate due to merge conflicts."
+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."
@@ -23989,6 +24653,12 @@ msgstr "El archivo se ha eliminado correctamente."
msgid "The file name should have a .yml extension"
msgstr "El nombre del archivo debe tener una extensión .yml"
+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 items will NOT be exported:"
msgstr "No se exportarán los siguientes elementos:"
@@ -24090,13 +24760,13 @@ msgstr "El nombre %{name} ya se está utilizando en este directorio."
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "El número de cambios que se recuperarán desde GitLab al clonar un repositorio. Al modificar esta opción puede acelerar la ejecución de los pipelines. Déjelo en blanco o con valor 0 para deshabilitar el clonado superficial por defecto y así hacer que GitLab CI clone todas las ramas y todas las etiquetas cada vez."
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr "El proyecto puede ser consultado por cualquier persona, independientemen
msgid "The project can be accessed without any authentication."
msgstr "El proyecto puede accederse sin ninguna autenticación."
+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 "El proyecto es accesible solo por los miembros del proyecto. Se debe otorgar el acceso explícitamente a cada usuario."
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr "Ya hay un repositorio con ese nombre en el disco"
-msgid "There is no data available."
+msgid "There is no chart data available."
msgstr ""
msgid "There is no data available. Please change your selection."
msgstr "No hay datos disponibles. Por favor, cambie su selección."
+msgid "There is no table data available."
+msgstr ""
+
msgid "There is too much data to calculate. Please change your selection."
msgstr ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr "Se ha producido un error al suscribirse a esta etiqueta."
msgid "There was an error when unsubscribing from this label."
msgstr "Se ha producido un error al cancelar la suscripción de esta etiqueta."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ msgstr "Ofertas de terceros"
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Este %{issuableDisplayName} está bloqueado. Solo los miembros del proyecto pueden comentar."
+msgid "This %{issuableType} is confidential"
+msgstr ""
+
msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
msgstr ""
@@ -24561,7 +25246,7 @@ msgstr ""
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "Esta acción puede provocar la pérdida de datos. Para prevenir acciones accidentales, le pedimos que confirme su intención."
-msgid "This action cannot be undone. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr "Esta es su sesión actual"
-msgid "This issue is confidential"
-msgstr "Esta incidencia es confidencial"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "Este proyecto todavía no tiene una pagina de inicio del wiki"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "Este proyecto no tiene la facturación habilitada. Para crear un clúster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">habilite la facturación <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> e inténtelo de nuevo."
-
msgid "This project has no active access tokens."
msgstr "Este proyecto no tiene tokens de acceso activos."
msgid "This project is archived and cannot be commented on."
msgstr "Este proyecto está archivado y no se puede comentar en el."
+msgid "This project 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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr "Esta variable no se puede enmascarar."
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr "Para conectar un repositorio SVN, eche un vistazo a %{svn_link}."
msgid "To define internal users, first enable new users set to external"
msgstr "Para definir los usuarios internos, primero habilite nuevos usuarios externos"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ msgstr "Para comenzar a ejecutar sus trabajos, puede agregar ejecutores específ
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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "Para ver la hoja de ruta, agregue una fecha de inicio o final para cada uno de las tareas épicas en este grupo o en uno de sus subgrupos. En la vista mensual, sólo se mostrarán las tareas las épicas del último mes, del mes en curso, y de los próximos 5 meses."
@@ -25453,9 +26141,6 @@ msgstr "La tarea pendiente se ha marcado como realizada correctamente."
msgid "Today"
msgstr "Hoy"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Mañana"
@@ -25660,6 +26348,9 @@ msgstr "Disparador"
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Ejecutar pipelines para la actualización de las replicas"
@@ -25729,9 +26420,18 @@ msgstr "Desactivar"
msgid "Turn On"
msgstr "Activar"
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Activar el Service Desk"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25747,12 +26447,24 @@ msgstr "Autenticación de doble factor"
msgid "Two-factor Authentication Recovery codes"
msgstr "Códigos de recuperación de la autenticación de doble factor"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr "Se ha deshabilitado la autenticación de dos factores para este usuario"
-
msgid "Two-factor authentication"
msgstr "Autenticación de doble factor"
+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 "Type"
msgstr "Tipo"
@@ -25933,8 +26645,8 @@ msgstr "Desbloquear"
msgid "Unlock the discussion"
msgstr "Desbloquear la discusión"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "Desbloquear este %{issuableDisplayName}? <strong>Todos</strong> podrán comentar."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "Desbloqueado"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr "Hasta"
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Sin verificar"
@@ -26104,9 +26819,6 @@ msgstr "Actualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Actualizado %{updated_at} por %{updated_by}"
-msgid "Updated at"
-msgstr "Actualizado el"
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26123,7 +26835,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Actualice su plan para activar la búsqueda global avanzada."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr "Actualice su plan para activar Audit Events."
@@ -26197,7 +26909,7 @@ msgstr "Votos positivos"
msgid "Usage"
msgstr "Uso"
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "Utilice la herramienta Service Desk para conectarse con sus usuarios (por ejemplo, para ofrecer soporte al cliente) a través del correo electrónico directamente desde dentro de GitLab"
@@ -26341,9 +27050,6 @@ msgstr "El usuario %{current_user_username} ha comenzado a suplantar %{username}
msgid "User %{username} was successfully removed."
msgstr "El usuario %{username} se ha eliminado correctamente."
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr "IDs de usuario"
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr "Usuarios que solicitan acceso a"
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
msgid "Users were successfully added."
msgstr "Usuarios añadidos con éxito."
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr "Los usuarios con un rol de Invitado o de aquellos que no pertenecen a cualquiera de los proyectos o grupos no cuentan a efectos de puestos en uso."
@@ -26623,6 +27335,9 @@ msgstr "Válido desde"
msgid "Validate"
msgstr "Validar"
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr "Valide su archivo de configuración de GitLab CI"
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr "Variable"
@@ -26701,6 +27419,12 @@ msgstr "Verificar la configuración"
msgid "Version"
msgstr "Versión"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr "Ver documentación"
@@ -26903,6 +27627,9 @@ msgstr "Vulnerabilidades"
msgid "Vulnerabilities over time"
msgstr "Vulnerabilidades a lo largo del tiempo"
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr "Le enviamos un correo electrónico con las instrucciones para restablecer la contraseña"
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr "Los Webhooks le permiten invocar una URL si, por ejemplo, se realiza un
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Miércoles"
@@ -27176,21 +27984,21 @@ msgstr "¡Bienvenido! Su cuenta fue desactivada por inactividad pero ya se ha re
msgid "Welcome to GitLab"
msgstr "Bienvenido a GitLab"
-msgid "Welcome to GitLab %{name}!"
-msgstr "¡Bienvenido a GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
+msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr "¡Bienvenido a GitLab %{first_name}!"
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr "Bienvenido a la visita guiada de GitLab"
msgid "Welcome to your Issue Board!"
msgstr "¡Bienvenido a su tablón de incidencias!"
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr "¿Qué está buscando?"
msgid "What describes you best?"
msgstr "¿Qué le describe mejor?"
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr "¿Cuál es su nivel de experiencia?"
@@ -27517,11 +28328,11 @@ msgstr "Está intentando actualizar un archivo que ha sido modificado desde que
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "Está conectado al servidor de Prometheus, pero actualmente no hay datos disponibles para mostrar."
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Está a punto de eliminar %{group_name}, al realizar esta acción también eliminará todos sus subgrupos y sus proyectos. ¡Los grupos eliminados NO se pueden restaurar! ¿Está ABSOLUTAMENTE seguro de que desea continuar?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Va a eliminar %{project_full_name}. ¡No es posible restaurar un proyecto eliminado! ¿Está TOTALMENTE seguro?"
+msgid "You are going to remove %{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 ""
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Va a transferir %{project_full_name} a otro propietario. ¿Está TOTALMENTE seguro?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr "No tiene permiso para desvincular su cuenta principal de inicio de sesiÃ
msgid "You are not authorized to perform this action"
msgstr "No tiene permiso para realizar esta acción"
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "Está suplantando la identidad de %{username}"
@@ -27574,9 +28394,6 @@ 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 project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr "Siempre puede editar esto más tarde"
@@ -27610,14 +28427,14 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "Puede invitar a un nuevo miembro a <strong>%{project_name}</strong> o invitar a otro grupo."
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "Puedes invitar a un nuevo miembro a <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
-msgstr "Puedes invitar a otro grupo a <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
+msgstr ""
msgid "You can move around the graph by using the arrow keys."
msgstr "Puede moverse por el gráfico usando las teclas de flecha."
@@ -27700,10 +28517,10 @@ msgstr "No puede escribir en esta instancia de sólo lectura de GitLab."
msgid "You could not create a new trigger."
msgstr "No es posible crear un nuevo disparador."
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "No podrás actualizar o enviar código al proyecto a través de %{protoc
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "No podrá actualizar o enviar código al proyecto a través de SSH hasta que no agregue una clave SSH a su perfil"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr "Se cerrará la sesión de su cuenta actual de forma automática."
@@ -27991,7 +28811,7 @@ msgstr "Este correo electrónico se utilizará para operaciones basadas en la we
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "Tu dirección de correo electrónico de notificación por defecto se utilizará para las notificaciones de la cuenta si no se establece una dirección de correo electrónico específica para el %{openingTag}grupo%{closingTag}."
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ msgstr "Tus grupos"
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 ""
@@ -28236,6 +29059,9 @@ msgstr "compartido previamente con este grupo"
msgid "among other things"
msgstr "entre otras cosas"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr "commit %{commit_id}"
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "Va a desactivar la confidencialidad. Esto significa que <strong>todos</strong> podrán ver y dejar un comentario sobre este tema."
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "Va a activar la confidencialidad. Esto significa que solo los miembros del equipo con como mínimo,<strong>acceso como Reporter</strong> podrán ver y dejar comentarios sobre la incidencia."
-
msgid "connecting"
msgstr "conectando"
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr "de"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr "grupo"
@@ -28745,9 +29570,6 @@ msgstr "en el grupo %{link_to_group}"
msgid "in project %{link_to_project}"
msgstr "en el proyecto %{link_to_project}"
-msgid "index"
-msgstr "índice"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "instancia completada"
@@ -28789,6 +29611,9 @@ msgstr "no es un certificado X509 válido."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "no es un correo electrónico de su propiedad"
@@ -28938,9 +29763,15 @@ msgstr "%{metricsLinkStart} El uso de la memoria %{metricsLinkEnd} es %{emphasis
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "Permitir que los commits de los miembros se pueden mergear con la rama de destino"
@@ -28953,6 +29784,9 @@ msgstr "Se ha producido un error al recuperar los datos de aprobación para este
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Se ha producido un error al enviar su aprobación."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "La contraseña de aprobación no es correcta."
@@ -29025,9 +29859,6 @@ msgstr "Si el branch %{branch} existe en su repositorio local, puede hacer un me
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Si el branch %{missingBranchName} existe en su repositorio local, puede hacer un merge de la solicitud de merge request manualmente utilizando la línea de comandos"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr "Merge realizado por"
msgid "mrWidget|More information"
msgstr "Más información"
-msgid "mrWidget|No approval required"
-msgstr "No se requiere ninguna aprobación"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "No se requiere ninguna aprobación; todavía puede aprobar"
-
msgid "mrWidget|Open in Web IDE"
msgstr "Abrir en Web IDE"
@@ -29148,6 +29973,12 @@ msgstr "El branch de origen no será eliminado"
msgid "mrWidget|There are merge conflicts"
msgstr "Hay conflictos de merge"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29157,12 +29988,6 @@ msgstr "Esta merge request no se realizó automáticamente"
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Este merge request está en proceso de ser realizado"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Este proyecto está archivado, se ha deshabilitado el acceso de escritura"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr "acciones rápidas"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "registrar"
@@ -29416,9 +30244,6 @@ msgstr "revisado"
msgid "satisfied"
msgstr "satisfecho"
-msgid "score"
-msgstr "puntuación"
-
msgid "security Reports|There was an error creating the merge request"
msgstr "Se ha producido un error al crear el merge request"
@@ -29536,6 +30361,9 @@ msgstr "la siguiente incidencia(s)"
msgid "this document"
msgstr "este documento"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "¡Para ayudar a sus colaboradores a comunicarse de manera efectiva!"
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr "disparado"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "los dominios unicode deben utilizar codificación IDNA"
@@ -29617,6 +30448,9 @@ msgstr "Agregar un comentario"
msgid "vulnerability|Add comment & dismiss"
msgstr "Añadir comentario y descartar"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "Descartar vulnerabilidad"
diff --git a/locale/et_EE/gitlab.po b/locale/et_EE/gitlab.po
index 729b44cb6fb..7be776f2840 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: 2020-08-06 13:39\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/fa_IR/gitlab.po b/locale/fa_IR/gitlab.po
index 5f0fce7f689..6cefc3c8791 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/fi_FI/gitlab.po b/locale/fi_FI/gitlab.po
index d9e5076a797..3250cc6c127 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: 2020-08-06 13:45\n"
+"PO-Revision-Date: 2020-09-04 23:07\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/fil_PH/gitlab.po b/locale/fil_PH/gitlab.po
index 7d2ff68dc53..260e9dfc16f 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: 2020-08-06 13:40\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/fr/gitlab.po b/locale/fr/gitlab.po
index 24a633f4eaf..5ce2bc4a322 100644
--- a/locale/fr/gitlab.po
+++ b/locale/fr/gitlab.po
@@ -14,34 +14,34 @@ msgstr ""
"X-Crowdin-Language: fr\n"
"X-Crowdin-File: /master/locale/gitlab.pot\n"
"X-Crowdin-File-ID: 6\n"
-"PO-Revision-Date: 2020-08-06 13:43\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
-msgstr ""
+msgstr " %{start} à %{end}"
msgid " (from %{timeoutSource})"
msgstr " (depuis %{timeoutSource})"
msgid " Collected %{time}"
-msgstr ""
+msgstr " Collecté %{time}"
msgid " Please sign in."
msgstr " Veuillez vous identifier."
msgid " Try to %{action} this file again."
-msgstr ""
+msgstr " Réessayez de %{action} ce fichier."
msgid " You need to do this before %{grace_period_deadline}."
-msgstr ""
+msgstr " Vous devez faire cela avant %{grace_period_deadline}."
msgid " and"
msgstr " et"
msgid " and "
-msgstr ""
+msgstr " et "
msgid " and %{sliced}"
-msgstr ""
+msgstr " et %{sliced}"
msgid " degraded on %d point"
msgid_plural " degraded on %d points"
@@ -56,19 +56,22 @@ msgstr[1] " amélioré sur %d points"
msgid " or "
msgstr " ou "
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
-msgstr " ou <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
-msgstr ""
+msgstr " ou des références (par exemple chemin/vers/projet!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
+msgstr "\"%{path}\" n'existait pas sur \"%{ref}\""
+
+msgid "\"el\" parameter is required for createInstance()"
msgstr ""
msgid "%d Scanned URL"
@@ -297,6 +300,9 @@ msgstr[1] "%s commits supplémentaires ont été ignorés afin d’éviter de ca
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} et %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr "%{firstLabel} et %{labelCount} de plus"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Démarré"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} est verrouillé par l’utilisateur GitLab %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr "épopées %{state}"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(source externe)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>Supprime</strong> la branche source"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "Un « exécuteur » est un processus qui exécute une tâche. Vous pouvez configurer autant d’exécuteurs que nécessaire."
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ msgstr "Une nouvelle branche sera créée dans votre dépôt divergent (fork) et
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 "Un site HTML simple qui utilise Netlify comme intégration et livraison continues (CI/CD) au lieu de GitLab, mais en gardant toutes les autres fonctionnalités géniales de GitLab."
@@ -1234,6 +1285,9 @@ msgstr "Date d’expiration de l’accès"
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "Accès à « %{classification_label} » non autorisé"
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Actif"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Ajouter un CHANGELOG"
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr "Ajouter un commentaire"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 "Ajouter un enâ€tête et un pied de page aux courriels. Veuillez noter que les paramètres de couleur seront appliqués uniquement à l’intérieur de l’interface de l’application"
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr "Ajouter du texte en italique"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr "Spécifiez un domaine à utiliser par défaut pour les étapes Auto Revi
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] "Alertes"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Toutes les fonctionnalités sont activées pour les projets vierges, à partir de modèles ou lors de l’importation, mais vous pouvez les désactiver ultérieurement dans les paramètres du projet."
@@ -2471,6 +2540,9 @@ msgstr "Durée (en heures) durant laquelle les utilisateurs sont autorisés à
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,15 +2837,18 @@ msgstr "Une erreur s’est produite lors de la récupération de l’activité d
msgid "An error occurred while retrieving diff"
msgstr "Une erreur s’est produite lors de la récupération du diff"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "Une erreur est survenue lors de l’enregistrement du statut d’outrepassement de l’annuaire LDAP. Veuillez réessayer."
msgid "An error occurred while saving assignees"
msgstr "Une erreur s’est produite lors de l’enregistrement des destinataires"
-msgid "An error occurred while saving the approval settings"
-msgstr ""
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr "Une erreur est survenue lors de la mise à jour du commentaire"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr ""
msgid "An error occurred while validating username"
msgstr "Une erreur s’est produite lors de la validation du nom d’utilisateur"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Une erreur est survenue. Merci de réessayer."
@@ -2870,6 +2963,9 @@ msgstr "Tout"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "avr."
msgid "April"
msgstr "avril"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr "Identifiant de l’artefact"
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr "Artéfacts"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr "Autoriser"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "Autoriser %{link_to_client} à utiliser votre compte ?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Ce groupe n’a pas de badge"
msgid "Badges|This project has no badges"
msgstr "Ce projet n’a pas de badge"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Vous êtes sur le point de supprimer ce badge. Les badges supprimés <strong>ne peuvent pas</strong> être restaurés."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Vos badges numériques"
@@ -3827,6 +3929,9 @@ msgstr "mensuel"
msgid "BillingPlans|per user"
msgstr "par utilisateur"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr ""
msgid "Boards|View scope"
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 "La branche %{branchName} n’a pas été trouvée dans le dépôt de ce projet."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "La branche <strong>%{branch_name}</strong> a été créée. Pour mettre en place le déploiement automatisé, sélectionnez un modèle de fichier YAML pour l’intégration continue (CI) de GitLab, et validez les modifications. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "La branche a été modifiée"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Annuler"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Veuillez vérifier la %{docs_link_start}documentation%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr "Choisissez le groupe de premier niveau pour vos importations dans le dé
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr "est indisponible : %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Fermé(e)"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Tickets clos"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} a été installé avec succès sur votre grappe de serveurs Kubernetes"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Choisissez les applications à installer sur votre grappe de serveurs Kubernetes. L’installation de n’importe quelle des applications suivantes nécessite Helm Tiller."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Choisissez lequel de vos environnements utilisera cette grappe de serveurs."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Copier l’URL de l’API"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm rationalise l’installation et la gestion des applications Kubernetes. Tiller s’exécute sur votre grappe de serveurs Kubernetes et gère les publications de vos graphiques."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Si vous configurez plusieurs grappes de serveurs et que vous utilisez Auto DevOps, %{help_link_start}veillez d’abord lire ceci%{help_link_end}."
@@ -5588,8 +5717,8 @@ msgstr "Nombre de nœuds"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Veuillez entrer les informations d’accès de votre grappe de serveurs Kubernetes. Si vous avez besoin d’aide, vous pouvez lire notre %{link_to_help_page} sur Kubernetes"
+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 "Veuillez vous assurer que votre compte Google répond aux exigences suivantes :"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ msgstr "Ce compte doit disposer des autorisations pour créer une grappe de serv
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Cette option vous permettra d’installer des applications sur des grappes de serveurs avec contrôle d’accès basé sur le rôle (RBAC)."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ msgstr "Validation de l’état de la facturation du projet"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Nous n’avons pu vérifier que la facturation de l’un de vos projets sur Google Cloud Platform est bien activée. Veuillez réessayer."
+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 "Avec une grappe de serveurs Kubernetes associée à ce projet, vous pouvez utiliser des applications de revue, déployer vos applications, exécuter vos pipelines, et bien plus encore."
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Vous devez d’abord installer Helm Tiller avant d’installer les applications ciâ€dessous"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,8 +6077,8 @@ msgstr "Zone"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "Accèder à Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6110,6 +6254,12 @@ 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 "Commentaires"
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr "Configurer le traçage"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr "Créer"
@@ -7030,6 +7197,9 @@ msgstr "Créer l’épopée"
msgid "Create file"
msgstr "Créer un fichier"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Créer un groupe"
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr "Créer une nouvelle branche"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Créer un nouveau dossier"
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr "Créer une étiquette de projet"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Nom d’hôte personnalisé (pour les courriels de commit privés)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Événements de notification personnalisés"
@@ -7357,6 +7536,15 @@ msgstr "Personnalisez la configuration de votre pipeline et affichez son état e
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr "Étiquette de classement par défaut"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,12 +8045,12 @@ msgstr "Supprimer"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
-msgstr "Supprimer le paquet"
-
msgid "Delete Snippet"
msgstr "Supprimer L’extrait de code"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr ""
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr "Supprimé"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr "Détecter les clefs de l’hôte"
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr "Limites du contenu du diff"
msgid "Diff limits"
msgstr "Limites du diff"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr "Aucun nom de fichier disponible"
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr "Activer la collecte des données d’utilisation"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "Activez la collecte des données d’utilisation afin d’avoir une vue d’ensemble de la manière dont vous utilisez les fonctionnalités de GitLab."
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 "Afin de planifier la date de %{epicDateType} de votre épopée en fonction des jalons, attribuez un jalon avec une date de %{epicDateType} à tous les tickets concernant l’épopée."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr "Tout étendre"
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Étendre la barre latérale"
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr "Date d’expiration"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Couleur de la police"
msgid "Footer message"
msgstr "Message de pied de page"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Pour les projets internes, tout utilisateur connecté peut afficher les pipelines et accéder aux détails des tâches (journaux de sortie et artefacts)"
@@ -10895,30 +11223,15 @@ msgstr "Le nœud est défaillant ou en panne."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Le nœud est lent, surchargé, ou il vient juste de se rétablir après une indisponibilité."
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr "Vérifié par somme de contrôle"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr "Latence de la réplication des données"
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Ne correspond pas à la configuration du stockage principal"
-msgid "GeoNodes|Failed"
-msgstr "Échec"
-
msgid "GeoNodes|Full"
msgstr "Complet"
@@ -10934,12 +11247,6 @@ msgstr "État de santé"
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "Dernier identifiant d’événement traité par le curseur"
@@ -10967,12 +11274,6 @@ msgstr "Le nœud a été supprimé avec succès."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "Non vérifié par somme de contrôle"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr "Emplacements de réplication"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Dépôts"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "Progression du calcul de la somme de contrôle du dépôt"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "Progression de la vérification du dépôt"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr "Paramètres de synchronisation"
msgid "GeoNodes|Unused slots"
msgstr "Emplacements non utilisés"
-msgid "GeoNodes|Unverified"
-msgstr "Non vérifié"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr "Emplacements utilisés"
-msgid "GeoNodes|Verified"
-msgstr "Vérifié"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Progression du calcul de la somme de contrôle du wiki"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Progression de la vérification du wiki"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wikis"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "État de Geo"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr "Vérification en échec — %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "En attente de planification"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr "Consultez le site de %{link_to_google_takeout}."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Empêcher le partage d’un projet du groupe %{group} avec d’autres groupes"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr "L’état des services peut être récupéré depuis les emplacements su
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "Le jeton d’accès est"
@@ -12341,6 +12639,9 @@ msgstr "En mauvaise santé"
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Aide"
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12808,13 +13124,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Améliorez vos recherches avec la recherche globale avancée de GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "Afin d’activer les statistiques au niveau de l’instance, veuillez demander à un administrateur d’activer la %{usage_ping_link_start}collecte des données d’utilisation%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "À la prochaine étape, vous pourrez sélectionner les projets que vous souhaitez importer."
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Indique si l’exécuteur peut choisir des tâches sans étiquettes (tags)"
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,8 +13353,8 @@ msgstr[1] "Instances"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "Visibilité des statistiques de l’instance"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr ""
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Modèle d’intervalle"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr "Ticket"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Tableaux des tickets"
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr "Tickets"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,8 +14217,8 @@ msgstr "Les étiquettes peuvent être appliquées aux tickets et aux demandes de
msgid "Labels can be applied to issues and merge requests."
msgstr "Les étiquettes peuvent être appliquées aux tickets et aux demandes de fusion."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>Promouvoir l’étiquette</span> %{labelTitle} <span>en étiquette de groupe ?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "Promouvoir l’étiquette"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Licences"
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr "Lister vos dépôts Gitea"
msgid "List available repositories"
msgstr "Lister les dépôts disponibles"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr "Prévisualisation"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,8 +14788,8 @@ msgstr "Verrou non trouvé"
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "Verrouiller ce·t·te %{issuableDisplayName} ? Seuls les <strong>membres du projet</strong> seront en mesure de commenter."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "Verrouiller aux projets en cours"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr "Importation de fichier manifeste"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr "Métadonnées Maven"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Membres"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Demandes de fusion"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Demandes de fusion créées"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 "Métriques"
@@ -15165,6 +15589,12 @@ msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Consultez la documentation sur l’intégration et la livraison continues (CI/CD) concernant le déploiement dans un environnement"
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Créer une métrique"
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr "Pour regrouper des métriques similaires"
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "La requête doit être une requête PromQL valide."
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr "Documentation des requêtes Prometheus"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Libellé de l’axe Y"
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "La liste des jalons n’est pas disponible avec votre licence actuelle"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "Les listes de jalon affichent tous les tickets à partir du jalon sélectionné."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Supervision"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Mois"
@@ -15811,12 +16268,45 @@ msgstr "Réseau"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Jamais"
@@ -16296,12 +16849,18 @@ msgstr "Aucun dépôt"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Aucun exécuteur trouvé"
msgid "No schedules"
msgstr "Aucune planification"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr "novembre"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "Seulement les administrateurs"
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr "Seuls les membres du projet peuvent commenter."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr "Ouvrir"
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "Requêtes sortantes"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr "Informations du paquet"
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr "Veuillez choisir une URL de groupe sans caractères spéciaux."
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr "État actuel"
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr "Supprimer un compte"
-
msgid "Profiles|Delete account"
msgstr "Supprimer le compte"
-msgid "Profiles|Delete your account?"
-msgstr "Supprimer votre compte ?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "Supprimer un compte aura les conséquences suivantes :"
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr "Personne"
msgid "ProjectFileTree|Name"
msgstr "Nom"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Jamais"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "Opérateur"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,12 +19872,21 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr "Seuil"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "%{exporters} avec %{metrics} ont été trouvés"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">Aucune <a href=\"%{docsUrl}\">métrique commune</a> trouvée</p>"
-
msgid "PrometheusService|Active"
msgstr "Actif"
@@ -19370,6 +19944,9 @@ msgstr "Plus d’informations"
msgid "PrometheusService|New metric"
msgstr "Nouvelle métrique"
+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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr "Recherches récentes"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr "Supprimer la priorité"
-msgid "Remove project"
-msgstr "Supprimer le projet"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr "Un groupe supprimé ne peut être restauré !"
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr "Paramètres du dépôt"
-msgid "Repository URL"
-msgstr "URL du dépôt"
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
msgstr ""
+msgid "Resolve conflicts"
+msgstr ""
+
msgid "Resolve conflicts on source branch"
msgstr "Résoudre les conflits sur la branche source"
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
msgid "Resolve thread"
msgstr ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr "Exécuter des pipelines CI / CD pour les dépôts externes"
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr "Enregistrer"
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr "Enregistrer les variables"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr "Rechercher des branches"
msgid "Search branches and tags"
msgstr "Rechercher dans les branches et les étiquettes"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "Secret"
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Sélectionner"
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "Sélectionner une branche source"
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr "Service d’assistance"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Modèles de service"
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr "Une erreur est survenue lors de la tentative de modification de la confi
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "Une erreur est survenue lors de la tentative de modification de l’état de verrouillage de ce·t·te %{issuableDisplayName}"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Une erreur s’est produite lors du basculement du bouton"
@@ -22622,11 +23271,11 @@ msgstr "Une erreur est survenue, impossible d’ajouter %{project} au tableau de
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
-msgstr "Une erreur est survenue, impossible de supprimer le projet"
+msgid "Something went wrong, unable to get projects"
+msgstr ""
msgid "Something went wrong, unable to search projects"
msgstr ""
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Synchroniser les informations"
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ msgstr ""
msgid "Tags"
msgstr "Étiquettes"
+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 "Flux d’étiquettes"
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Analyse de la couverture des tests"
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,16 +24531,13 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
-msgstr "La recherche globale avancée de Gitlab est un outil puissant qui vous fait gagner du temps. Au lieu de perdre du temps à recréer du code existant, vous pouvez maintenant faire des recherches dans le code d’autres équipes afin de vous aider sur votre projet."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -23935,6 +24596,9 @@ msgstr "L’ensemble d’événements ajoutés aux données recueillies pour cet
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+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."
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr ""
msgid "The project can be accessed without any authentication."
msgstr "Votre projet est accessible sans aucune authentification."
+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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr "Une erreur s’est produite lors de l’abonnement à cette étiquette."
msgid "There was an error when unsubscribing from this label."
msgstr "Une erreur s’est produite lors de la désinscription à cette étiquette."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ msgstr "Offres tierces"
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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr "Ce ticket est confidentiel"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "Ce projet n’a pas encore de page d’accueil de wiki"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "Ce projet n’a pas de facturation activée. Afin de créer une grappe de serveurs, veuillez <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">activer la facturation<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> et réessayer."
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr "Cet utilisateur sera l’auteur de tous les événements du flux d’act
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr "Pour connecter un dépôt SVN, veuillez consulter %{svn_link}."
msgid "To define internal users, first enable new users set to external"
msgstr "Afin de définir les utilisateurs internes, veuillez d’abord activer les nouveaux utilisateurs définis comme externes"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "Afin d’activer et d’afficher les cohortes d’utilisateurs, consultez les %{application_settings_link_start}paramètres de l’application%{application_settings_link_end}."
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "Afin d’afficher la feuille de route, ajoutez une date de début ou d’échéance à l’une de vos épopées dans ce groupe ou ses sousâ€groupes. Dans la vue multiâ€mensuelle, seules les épopées du mois dernier, du mois courant et des cinq prochains mois sont affichées."
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr "Aujourd’hui"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Demain"
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Déclencher des pipelines pour les mises à jour de miroirs"
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Activer le service d’assistance"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25747,12 +26447,24 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr ""
-
msgid "Two-factor authentication"
msgstr "Authentification à double facteur"
+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 "Type"
msgstr "Type"
@@ -25933,8 +26645,8 @@ msgstr "Déverrouiller"
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "Déverrouiller %{issuableDisplayName} ? <strong>Tout le monde</strong> sera en mesure de commenter."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "Déverrouillé"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Non vérifié"
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26123,7 +26835,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Mettez à niveau votre forfait pour activer la recherche globale avancée."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26197,8 +26909,8 @@ msgstr "Votes positifs"
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
-msgstr "L’envoi des données d’utilisation est désactivé"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "Statistiques d’utilisation"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "Le service d’assistance (Service Desk) permet d’interagir avec vos utilisateurs (p. ex., pour offrir un support client) par courriel depuis GitLab"
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "Les cohortes d’utilisateurs ne sont affichées que lorsque la %{usage_ping_link_start}collecte des données d’utilisation%{usage_ping_link_end} est activée."
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr "Version"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr "Les webhooks vous permettent de déclencher une URL si, par exemple, du
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,11 +28328,11 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Vous êtes sur le point de supprimer %{project_full_name}. Les projets supprimés NE PEUVENT PAS être restaurés ! Êtesâ€vous ABSOLUMENT sûr·e ?"
+msgid "You are going to remove %{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 ""
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Vous allez transférer %{project_full_name} à un nouveau ou une nouvelle propriétaire. Êtesâ€vous VRAIMENT sûr(e) ?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr "Vous ne pouvez pas écrire sur cette instance GitLab en lecture seule."
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "Vous devez %{set_password_link} pour votre compte afin de pouvoir récup
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Vous ne pourrez pas récupérer ou pousser de code via SSH tant que vous n’aurez pas ajouté de clef SSH à votre profil"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ msgstr "Vos groupes"
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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr "entre autres choses"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "Vous êtes sur le point de désactiver la confidentialité. Cela signifie que <strong>tout le monde</strong> sera en mesure de voir et de laisser un commentaire sur ce ticket."
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "Vous êtes sur le point de d’activer la confidentialité. Cela signifie que seuls les membres de l’équipe avec <strong>au moins un accès en tant que rapporteur</strong> seront en mesure de voir et de laisser des commentaires sur le ticket."
-
msgid "connecting"
msgstr "connexion en cours"
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr "de"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "instance terminée"
@@ -28789,6 +29611,9 @@ msgstr "n’est pas un certificat X.509 valide."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr "%{metricsLinkStart}L’usage mémoire%{metricsLinkEnd} %{emphasisStart}e
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "Autoriser les commits des membres qui peuvent fusionner dans la branche cible"
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Une erreur est survenue lors de l’envoi de votre approbation."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr "Si la branche %{branch} existe dans votre dépôt local, vous pouvez fus
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Si la branche %{missingBranchName} existe dans votre dépôt local, vous pouvez fusionner cette demande de fusion manuellement en ligne de commande"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr "Fusionnée par"
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr "Ouvrir dans l’EDI Web"
@@ -29148,6 +29973,12 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr "Il y a des conflits de fusion"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29157,12 +29988,6 @@ msgstr "Cette demande de fusion n’a pas pu être fusionnée automatiquement"
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Cette demande de fusion est en cours de fusion"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Ce projet est archivé, l’accès en écriture a été désactivé"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr "ce document"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "pour aider vos contributeurs à communiquer efficacement !"
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/gitlab.pot b/locale/gitlab.pot
index d2848891a85..93b538117c2 100644
--- a/locale/gitlab.pot
+++ b/locale/gitlab.pot
@@ -2510,6 +2510,9 @@ msgstr ""
msgid "Almost there"
msgstr ""
+msgid "Already blocked"
+msgstr ""
+
msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
msgstr ""
@@ -3959,6 +3962,9 @@ msgstr ""
msgid "Blame"
msgstr ""
+msgid "Block user"
+msgstr ""
+
msgid "Blocked"
msgstr ""
@@ -7102,10 +7108,10 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
-msgid "Could not udpdate wiki page"
+msgid "Could not update the LDAP settings"
msgstr ""
-msgid "Could not update the LDAP settings"
+msgid "Could not update wiki page"
msgstr ""
msgid "Could not upload your designs as one or more files uploaded are not supported."
@@ -11475,6 +11481,9 @@ msgstr ""
msgid "Geo|Please refer to Geo Troubleshooting."
msgstr ""
+msgid "Geo|Primary node"
+msgstr ""
+
msgid "Geo|Project"
msgstr ""
@@ -11517,6 +11526,9 @@ msgstr ""
msgid "Geo|Review replication status, and resynchronize and reverify items with the primary node."
msgstr ""
+msgid "Geo|Secondary node"
+msgstr ""
+
msgid "Geo|Status"
msgstr ""
@@ -11556,6 +11568,9 @@ msgstr ""
msgid "Geo|URL must be a valid url (ex: https://gitlab.com)"
msgstr ""
+msgid "Geo|Undefined"
+msgstr ""
+
msgid "Geo|Unknown state"
msgstr ""
@@ -14079,6 +14094,9 @@ msgstr ""
msgid "Join Zoom meeting"
msgstr ""
+msgid "Joined %{time_ago}"
+msgstr ""
+
msgid "Jul"
msgstr ""
@@ -15478,6 +15496,9 @@ 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 ""
@@ -16834,6 +16855,9 @@ msgstr ""
msgid "No parent group"
msgstr ""
+msgid "No plan"
+msgstr ""
+
msgid "No pods available"
msgstr ""
@@ -20746,6 +20770,9 @@ msgstr ""
msgid "Remove priority"
msgstr ""
+msgid "Remove report"
+msgstr ""
+
msgid "Remove secondary node"
msgstr ""
@@ -20758,6 +20785,9 @@ msgstr ""
msgid "Remove time estimate"
msgstr ""
+msgid "Remove user & report"
+msgstr ""
+
msgid "Removed"
msgstr ""
@@ -20926,6 +20956,9 @@ msgstr ""
msgid "Reported %{timeAgo} by %{reportedBy}"
msgstr ""
+msgid "Reported by %{reporter}"
+msgstr ""
+
msgid "Reporting"
msgstr ""
@@ -21477,6 +21510,63 @@ msgstr ""
msgid "Runners page."
msgstr ""
+msgid "Runners|Active"
+msgstr ""
+
+msgid "Runners|Architecture"
+msgstr ""
+
+msgid "Runners|Can run untagged jobs"
+msgstr ""
+
+msgid "Runners|Description"
+msgstr ""
+
+msgid "Runners|Group"
+msgstr ""
+
+msgid "Runners|IP Address"
+msgstr ""
+
+msgid "Runners|Last contact"
+msgstr ""
+
+msgid "Runners|Locked to this project"
+msgstr ""
+
+msgid "Runners|Maximum job timeout"
+msgstr ""
+
+msgid "Runners|Name"
+msgstr ""
+
+msgid "Runners|Platform"
+msgstr ""
+
+msgid "Runners|Property Name"
+msgstr ""
+
+msgid "Runners|Protected"
+msgstr ""
+
+msgid "Runners|Revision"
+msgstr ""
+
+msgid "Runners|Shared"
+msgstr ""
+
+msgid "Runners|Specific"
+msgstr ""
+
+msgid "Runners|Tags"
+msgstr ""
+
+msgid "Runners|Value"
+msgstr ""
+
+msgid "Runners|Version"
+msgstr ""
+
msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
msgstr ""
@@ -23091,6 +23181,9 @@ msgstr ""
msgid "Snippets|Add another file %{num}/%{total}"
msgstr ""
+msgid "Snippets|Authored %{time_ago} by %{author}"
+msgstr ""
+
msgid "Snippets|Delete file"
msgstr ""
@@ -26525,6 +26618,12 @@ msgstr ""
msgid "URL or request ID"
msgstr ""
+msgid "USER %{user} WILL BE REMOVED! Are you sure?"
+msgstr ""
+
+msgid "USER WILL BE BLOCKED! Are you sure?"
+msgstr ""
+
msgid "UTC"
msgstr ""
diff --git a/locale/gl_ES/gitlab.po b/locale/gl_ES/gitlab.po
index c61dbb24d08..3411a3e3908 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] " mellorado en %d punto"
msgid " or "
msgstr " ou "
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
-msgstr " ou <identificación #issue>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/he_IL/gitlab.po b/locale/he_IL/gitlab.po
index 7f81d76813d..42292a6f74b 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: 2020-08-06 13:45\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr "הוספת סוגיות"
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/hi_IN/gitlab.po b/locale/hi_IN/gitlab.po
index 8dda111fdcb..bc24877a3b1 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: 2020-08-06 13:39\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/hr_HR/gitlab.po b/locale/hr_HR/gitlab.po
index 65110942bfc..78881fdfc91 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: 2020-08-06 13:39\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -58,13 +58,13 @@ msgstr[2] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -73,6 +73,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -343,6 +346,9 @@ msgstr[2] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -379,6 +385,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -439,6 +448,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -466,7 +478,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -553,9 +565,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -574,6 +583,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -583,6 +595,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -700,6 +724,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -727,6 +754,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -742,6 +772,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -820,6 +853,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -853,6 +889,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -862,7 +901,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -907,6 +961,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1123,15 +1180,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1195,7 +1243,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1213,6 +1261,9 @@ 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 ""
@@ -1315,6 +1366,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1426,6 +1480,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1459,12 +1516,6 @@ msgstr[2] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1579,6 +1630,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1591,6 +1645,9 @@ 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 ""
@@ -1603,6 +1660,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1882,6 +1942,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1897,6 +1960,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2125,6 +2191,9 @@ msgstr[2] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2155,7 +2224,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2212,9 +2281,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2227,6 +2293,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2269,16 +2338,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2308,7 +2374,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2407,6 +2473,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2554,6 +2623,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2620,6 +2692,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2692,9 +2767,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2836,13 +2920,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2869,12 +2956,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2953,6 +3046,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3172,6 +3268,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3184,6 +3283,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3199,9 +3301,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3310,7 +3409,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3322,9 +3421,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3337,6 +3433,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3598,7 +3697,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3676,6 +3775,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3802,7 +3904,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3916,6 +4018,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3985,13 +4090,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4186,6 +4294,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4360,6 +4471,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4393,10 +4507,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4417,7 +4531,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4603,9 +4717,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4831,7 +4942,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4999,9 +5110,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5107,6 +5224,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5140,19 +5260,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5200,13 +5326,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5224,6 +5353,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5263,15 +5395,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5296,6 +5425,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5479,9 +5611,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5677,7 +5806,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5896,12 +6025,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5941,15 +6073,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5974,6 +6118,9 @@ 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 ""
@@ -5989,9 +6136,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6022,7 +6166,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6199,6 +6343,12 @@ 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 ""
@@ -6400,7 +6550,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6856,9 +7006,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6943,6 +7090,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6955,6 +7105,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6979,15 +7132,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7018,6 +7177,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7033,6 +7195,12 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Create"
msgstr ""
@@ -7123,6 +7291,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7159,6 +7330,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7183,6 +7357,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7354,6 +7531,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7450,6 +7630,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7615,6 +7804,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7645,25 +7837,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7672,7 +7894,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7684,6 +7915,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7693,12 +7927,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7771,7 +8062,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7849,10 +8140,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7909,6 +8200,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7930,15 +8224,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7948,6 +8251,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7975,6 +8281,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7984,6 +8296,9 @@ msgstr[2] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7996,6 +8311,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8014,6 +8332,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8053,8 +8374,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8101,7 +8422,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8335,13 +8656,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8374,15 +8704,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8464,7 +8785,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8473,6 +8797,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8485,7 +8812,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8590,9 +8920,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8608,7 +8935,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8860,9 +9187,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9151,9 +9475,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9322,6 +9643,9 @@ 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 ""
@@ -9346,7 +9670,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9625,6 +9949,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9952,7 +10279,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9973,6 +10300,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9982,9 +10312,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9997,9 +10324,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10009,9 +10333,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10024,9 +10345,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10459,12 +10777,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10549,6 +10873,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10558,9 +10885,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10600,6 +10924,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10825,6 +11152,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10996,30 +11326,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11035,12 +11350,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11068,12 +11377,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11095,15 +11398,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11131,27 +11425,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11164,6 +11443,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11227,6 +11512,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11359,10 +11650,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11539,7 +11830,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11656,7 +11947,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11938,6 +12232,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12214,7 +12511,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12427,6 +12724,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12442,6 +12742,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12574,6 +12877,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12730,6 +13036,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12883,6 +13195,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12898,6 +13213,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12916,7 +13234,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12925,21 +13243,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12952,6 +13273,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12970,6 +13294,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13045,6 +13372,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13111,6 +13441,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13126,7 +13459,7 @@ msgstr[2] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13153,6 +13486,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13165,13 +13504,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13201,7 +13537,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13213,9 +13549,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13312,6 +13654,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13351,6 +13726,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13450,9 +13828,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13594,6 +13969,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13636,6 +14014,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13651,6 +14032,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13939,7 +14323,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14170,7 +14554,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14275,10 +14659,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14305,6 +14689,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14368,9 +14755,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14386,9 +14770,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14443,6 +14824,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14464,6 +14848,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14515,7 +14902,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14566,6 +14953,12 @@ 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 ""
@@ -14581,6 +14974,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14665,9 +15061,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14779,9 +15172,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14917,6 +15307,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14926,9 +15325,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14956,15 +15352,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14980,6 +15376,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15043,6 +15442,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15175,6 +15595,12 @@ 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 ""
@@ -15277,6 +15703,12 @@ 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 ""
@@ -15286,9 +15718,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15322,9 +15751,15 @@ 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] ""
@@ -15337,9 +15772,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15367,6 +15799,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15391,6 +15826,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15469,6 +15907,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15520,12 +15961,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15691,6 +16138,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15736,6 +16192,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15925,12 +16384,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15940,6 +16432,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15952,6 +16447,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15970,12 +16468,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16000,9 +16504,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16015,9 +16525,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16411,12 +16966,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16504,18 +17065,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16663,9 +17218,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16705,9 +17257,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16750,21 +17299,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16774,25 +17329,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16852,9 +17413,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16873,6 +17431,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16888,9 +17449,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17011,18 +17578,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17056,9 +17617,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17143,6 +17701,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17158,6 +17722,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17176,9 +17743,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17215,27 +17779,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17284,13 +17839,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17434,7 +17995,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17938,6 +18499,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18091,13 +18655,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18109,6 +18673,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18400,15 +18967,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18799,6 +19360,9 @@ 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 ""
@@ -18823,6 +19387,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19414,7 +19981,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19423,10 +19990,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19486,6 +20062,9 @@ 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 ""
@@ -19540,6 +20119,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19621,6 +20203,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19951,9 +20536,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20050,6 +20632,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20143,6 +20728,9 @@ 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 ""
@@ -20185,6 +20773,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20254,9 +20845,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20290,9 +20878,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20305,12 +20890,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20359,15 +20938,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20551,9 +21124,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20743,9 +21313,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20926,6 +21502,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20938,6 +21517,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21064,6 +21646,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21094,6 +21679,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21142,6 +21730,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21184,6 +21775,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21391,6 +21985,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21418,13 +22015,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21445,6 +22066,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21472,7 +22096,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21508,13 +22132,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21529,19 +22150,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21553,6 +22168,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21571,13 +22189,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21649,7 +22267,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21658,6 +22276,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21688,9 +22309,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21814,6 +22432,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21844,6 +22465,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22033,6 +22657,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22045,6 +22675,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22363,19 +22999,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22471,6 +23107,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22513,7 +23152,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22564,12 +23203,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22627,6 +23275,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22756,10 +23407,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23656,6 +24307,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23704,6 +24358,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23716,6 +24373,9 @@ 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 ""
@@ -23899,6 +24559,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23968,9 +24634,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24007,9 +24670,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24043,6 +24703,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24073,6 +24736,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24127,6 +24793,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24229,13 +24901,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24274,6 +24946,9 @@ 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 ""
@@ -24391,6 +25066,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24466,12 +25144,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24484,6 +25165,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24634,19 +25318,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24670,6 +25354,9 @@ 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 ""
@@ -24700,7 +25387,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24874,9 +25561,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25039,15 +25723,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25108,6 +25792,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25483,9 +26170,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25570,9 +26254,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25594,9 +26284,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25657,6 +26344,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25801,6 +26491,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25870,9 +26563,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25888,10 +26590,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26074,7 +26788,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26164,6 +26878,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26245,9 +26962,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26338,7 +27052,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26428,9 +27142,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26482,9 +27193,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26728,9 +27436,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26764,6 +27478,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26800,6 +27517,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26842,6 +27562,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27046,6 +27772,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27109,9 +27838,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27253,7 +27979,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27298,6 +28024,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27319,21 +28129,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27343,6 +28153,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27661,10 +28474,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27673,6 +28486,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27682,6 +28501,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27718,9 +28540,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27754,13 +28573,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27844,10 +28663,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28060,6 +28879,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28135,7 +28957,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28252,6 +29074,9 @@ 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 ""
@@ -28381,6 +29206,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28684,12 +29512,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28849,6 +29671,12 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "group"
msgstr ""
@@ -28894,9 +29722,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28939,6 +29764,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29089,9 +29917,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29104,6 +29938,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29176,9 +30013,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29212,12 +30046,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29299,19 +30127,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29527,6 +30355,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29572,9 +30403,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29692,6 +30520,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29710,6 +30541,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29773,6 +30607,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/hu_HU/gitlab.po b/locale/hu_HU/gitlab.po
index a3b02fa8b07..9839d034892 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: 2020-08-06 13:45\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/id_ID/gitlab.po b/locale/id_ID/gitlab.po
index f48eb466ce6..0b74ca0ab39 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,13 +54,13 @@ msgstr[0] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -366,7 +378,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -453,9 +465,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -628,6 +658,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -961,15 +1018,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1033,7 +1081,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1051,6 +1099,9 @@ 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 ""
@@ -1153,6 +1204,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1264,6 +1318,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1295,12 +1352,6 @@ msgstr[0] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 ""
@@ -1439,6 +1496,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -1959,6 +2025,9 @@ msgstr[0] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,13 +2754,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2703,12 +2790,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2787,6 +2880,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,13 +3912,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 ""
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12240,6 +12536,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,7 +14111,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ig_NG/gitlab.po b/locale/ig_NG/gitlab.po
index e9df1839b21..c796e999887 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: 2020-08-06 13:42\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,13 +54,13 @@ msgstr[0] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -366,7 +378,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -453,9 +465,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -628,6 +658,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -961,15 +1018,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1033,7 +1081,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1051,6 +1099,9 @@ 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 ""
@@ -1153,6 +1204,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1264,6 +1318,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1295,12 +1352,6 @@ msgstr[0] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 ""
@@ -1439,6 +1496,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -1959,6 +2025,9 @@ msgstr[0] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,13 +2754,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2703,12 +2790,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2787,6 +2880,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,13 +3912,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 ""
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12240,6 +12536,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,7 +14111,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/is_IS/gitlab.po b/locale/is_IS/gitlab.po
index 9dc599e28ae..2c405448b0e 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/it/gitlab.po b/locale/it/gitlab.po
index 425cded8e2f..fb8bdcfa4e5 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: 2020-08-06 13:46\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] " migliorato di %d punti"
msgid " or "
msgstr " o "
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
-msgstr " o <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s commit aggiuntivi sono stati omessi per evitare degradi di prestaz
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr "%{firstLabel} + %{labelCount} più"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Partito"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} è bloccato dall'utente GitLab %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, questo issue verrà chiuso automaticamente."
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} è stato inviato ad Akismet con successo."
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr "%{state} epici"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(fonte esterna)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr "8 ore"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Attivo"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 "Aggiungi intestazione e footer alle e-mail. Le impostazioni dei colori verranno applicate solo nell'interfaccia dell'applicazione"
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 "Si è verificato un errore. Riprova."
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "Apr"
msgid "April"
msgstr "Aprile"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr "Artefatti"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "La branch <strong>%{branch_name}</strong> è stata creata. Per impostare un rilascio automatico scegli un template CI di Gitlab e committa le tue modifiche %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "La branche è cambiata"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Cancella"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Copia URL API"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr "Numero di nodi"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 "Commenti"
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr "Crea file"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr "Crea un nuova branch"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Crea una nuova cartella"
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Eventi-Notifica personalizzati"
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr "Elimina"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Blocca la condivisione di un progetto di %{group} con altri gruppi"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Intervallo di Pattern"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Membri"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Richieste di merge"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Monitoraggio"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr "Nessuna Repository"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "Nessuna pianificazione"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr "Novembre"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr "Solo i membri del progetto possono commentare."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr "Elimina account"
-
msgid "Profiles|Delete account"
msgstr "Elimina account"
-msgid "Profiles|Delete your account?"
-msgstr "Eliminare il tuo account?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "Nome"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Mai"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ msgstr "Ulteriori informazioni"
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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "Rimuovi progetto"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr "Ricerca branches e tags"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr "L'insieme di eventi aggiunti ai dati raccolti per quello stadio."
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr ""
msgid "The project can be accessed without any authentication."
msgstr "Chiunque può accedere a questo progetto (senza alcuna autenticazione)."
+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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "Non sarai in grado di eseguire pull o push di codice tramite %{protocol}
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ja/gitlab.po b/locale/ja/gitlab.po
index a8f3de8ebff..623830d58b6 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: 2020-08-06 13:46\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr " %{start} ã‹ã‚‰ %{end} "
@@ -54,14 +54,14 @@ msgstr[0] " %dãƒã‚¤ãƒ³ãƒˆã§æ”¹å–„"
msgid " or "
msgstr " ã¾ãŸã¯ "
-msgid " or <!merge request id>"
-msgstr " ã¾ãŸã¯ <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " ã¾ãŸã¯ <#課題 ID>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " ã¾ãŸã¯ <&エピックID>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " ã¾ãŸã¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹å½¢å¼ï¼ˆä¾‹: path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr " ã¾ãŸã¯ãƒªãƒ•ã‚¡ãƒ¬ãƒ³ã‚¹å½¢å¼ï¼ˆä¾‹: path/to/project!merge_request_
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "「%{path}ã€ã¯ã€Œ%{ref}ã€ã«å­˜åœ¨ã—ã¾ã›ã‚“ã§ã—ãŸ"
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] "パフォーマンス低下をé¿ã‘ã‚‹ãŸã‚ %s 個ã®ã‚³ãƒŸãƒƒãƒˆã‚
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 㨠%{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} コア"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/コミット"
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Sentry イベント: %{errorUrl}- 最åˆã«æ¤œå‡ºã•ã‚ŒãŸã‚¤ãƒ™ãƒ³ãƒˆ: %{firstSeen}- 最後ã«æ¤œå‡ºã•ã‚ŒãŸã‚¤ãƒ™ãƒ³ãƒˆ: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -366,8 +378,8 @@ msgstr "%{firstLabel} +%{labelCount} ã®è©³ç´°"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} 㯠%{expected_type} ã«ã¨ã£ã¦æœ‰åŠ¹ãªIDã§ã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}グループ%{group_docs_link_end}を使用ã™ã‚‹ã¨ã€è¤‡æ•°ã®ãƒ—ロジェクトを管ç†ã—ã¦å…±åŒä½œæ¥­ã‚’è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚グループã®ãƒ¡ãƒ³ãƒãƒ¼ã¯ã€æ‰€å±žã™ã‚‹ãƒ—ロジェクトã®ã™ã¹ã¦ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚"
@@ -453,9 +465,6 @@ msgstr "%{level_name} 㯠%{group_level_name} グループã«å«ã‚られã¾ã›ã
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} ã¯è¨±å¯ã•ã‚Œã¾ã›ã‚“。フォークã—ãŸã‚½ãƒ¼ã‚¹ãƒ—ロジェクトã¯ã‚ˆã‚Šå¯è¦–性ãŒä½Žã„ã‹ã‚‰ã§ã™ã€‚"
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr "%{listToShow}ã€ãã—ã¦ã•ã‚‰ã« %{awardsListLength} 個。"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 開始"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} ã¯GitLab ユーザー %{lock_user_id} ã«ã‚ˆã£ã¦ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™"
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} 人ãŒãƒžãƒ¼ã‚¸ã§ãã¾ã™"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText} ã€ã“ã®èª²é¡Œã¯è‡ªå‹•çš„ã«ã‚¯ãƒ­ãƒ¼ã‚ºã—ã¾ã™ã€‚"
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} ãƒã‚¤ãƒˆ"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} ã¯Akismetã«æ­£å¸¸ã«é€ä¿¡ã•ã‚Œã¾ã—ãŸã€‚"
@@ -628,6 +658,9 @@ msgstr "%{start} ã‹ã‚‰ %{end} ã¾ã§"
msgid "%{state} epics"
msgstr "%{state}エピック"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} 件ã®èª²é¡Œ"
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr "(外部ソース)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(除去ã—ã¾ã—ãŸ)"
@@ -961,15 +1018,6 @@ msgstr "8 時間"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "1 時間未満"
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "ソースブランãƒã‚’<strong>削除</strong>"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "「Runnerã€ã¯ã‚¸ãƒ§ãƒ–を実行ã™ã‚‹ãƒ—ロセスã§ã™ã€‚å¿…è¦ãªæ•°ã® Runner ã‚’ä»»æ„ã«ã‚»ãƒƒãƒˆã‚¢ãƒƒãƒ—ã§ãã¾ã™ã€‚"
@@ -1033,8 +1081,8 @@ msgstr "ãŸã ã¡ã«ä¸æ­£åˆ©ç”¨å¯¾å¿œãƒãƒ¼ãƒ ãƒ¡ãƒ³ãƒãƒ¼ã§ã„ãŸã ã„ãŸãƒ¬
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "セキュリティレãƒãƒ¼ãƒˆã«é‡è¦åº¦ãŒã€Œé«˜ãƒ»é‡å¤§ãƒ»ä¸æ˜Žã€ãªæ–°ã—ã„脆弱性ãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®æ‰¿èªãŒè¦æ±‚ã•ã‚Œã¾ã™ã€‚"
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "ライセンスコンプライアンスレãƒãƒ¼ãƒˆã«ãƒ–ラックリストã«è¨˜è¼‰ã•ã‚ŒãŸãƒ©ã‚¤ã‚»ãƒ³ã‚¹ãŒå«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã«ã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã®æ‰¿èªãŒè¦æ±‚ã•ã‚Œã¾ã™ã€‚"
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "æ–°ã—ã„Auto DevOps パイプラインãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚詳細ã«ã¤ã„ã¦ã¯ã€ %{pipelines_link_start}パイプラインページ%{pipelines_link_end} ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
@@ -1051,6 +1099,9 @@ 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 "GitLab ã®ä»£ã‚ã‚Šã« Netlify for CI/CD を使用ã—ã¦ã„るプレーン HTML サイトã§ã™ãŒã€GitLab ã«ã¯ãªã„優れãŸæ©Ÿèƒ½ã‚‚å‚™ãˆã¦ã„ã¾ã™ã€‚"
@@ -1153,6 +1204,9 @@ msgstr "アクセス有効期é™"
msgid "Access forbidden. Check your access level."
msgstr "アクセスã¯ç¦æ­¢ã•ã‚Œã¦ã„ã¾ã™ã€‚アクセスレベルを確èªã—ã¦ãã ã•ã„。"
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "'%{classification_label}'ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“"
@@ -1264,6 +1318,9 @@ msgstr "有効化"
msgid "Activate Service Desk"
msgstr "サービスデスクを有効ã«ã™ã‚‹"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "有効"
@@ -1295,12 +1352,6 @@ msgstr[0] "課題を%d 件ã€è¿½åŠ "
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "変更履歴を追加"
@@ -1415,6 +1466,9 @@ msgstr "エピックã«å­ã‚¨ãƒ”ックを追加"
msgid "Add comment now"
msgstr "コメントã™ã‚‹"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 "メールã«ãƒ˜ãƒƒãƒ€ãƒ¼ã¨ãƒ•ãƒƒã‚¿ãƒ¼ã‚’追加ã—ã¾ã™ã€‚色設定ã¯ã‚¢ãƒ—リケーションインターフェース内ã§ã®ã¿é©ç”¨ã•ã‚Œã¾ã™ã€‚"
@@ -1439,6 +1496,9 @@ msgstr "課題を追加"
msgid "Add italic text"
msgstr "斜体ã®ãƒ†ã‚­ã‚¹ãƒˆã‚’追加"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "ラベルを追加"
@@ -1718,6 +1778,9 @@ msgstr "パイプライン構æˆãƒ•ã‚¡ã‚¤ãƒ«ã‚’é¸æŠž"
msgid "AdminSettings|Select a template"
msgstr "管ç†è¨­å®š |テンプレートé¸æŠž"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr "ã™ã¹ã¦ã®ãƒ—ロジェクトã®Auto Review AppsãŠã‚ˆã³Auto Deployス
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "必須パイプライン設定ã¯ã€è¨­å®šæ¸ˆã¿ã®%{link_start}インスタンステンプレートリãƒã‚¸ãƒˆãƒª%{link_end}内㮠%{code_start}gitlab-ci%{code_end} ディレクトリã€ã¾ãŸã¯ GitLab æä¾›ã®è¨­å®šã‹ã‚‰é¸æŠžã§ãã¾ã™ã€‚"
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "環境変数ã®æ–°è¦ä½œæˆæ™‚ã«ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ä¿è­·ã•ã‚Œã¾ã™"
@@ -1959,6 +2025,9 @@ msgstr[0] "アラート"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "アラート"
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr "ã™ã¹ã¦ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã¯ã‚ãªãŸã®ã‚³ãƒŸãƒƒãƒˆã‚’識別ã™
msgid "All environments"
msgstr "ã™ã¹ã¦ã®ç’°å¢ƒ"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "空ã®ãƒ—ロジェクトã€ãƒ†ãƒ³ãƒ—レートã‹ã‚‰ã€ã¾ãŸã¯ã‚¤ãƒ³ãƒãƒ¼ãƒˆæ™‚ã«ã™ã¹ã¦ã®æ©Ÿèƒ½ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã™ãŒã€å¾Œã§ãƒ—ロジェクト設定ã§ç„¡åŠ¹ã«ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
@@ -2388,6 +2457,9 @@ msgstr "ユーザーãŒå¼·åˆ¶çš„ãª2è¦ç´ èªè¨¼ã‚’無視ã§ãる時間(時間å
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "変更ã®ã‚³ãƒŸãƒƒãƒˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "サービスデスクアドレスã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "ボードリストã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "ビルドã®ãƒ•ã‚§ãƒƒãƒä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -2670,15 +2754,18 @@ 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 LDAP override status. Please try again."
msgstr "LDAP ã®ã‚ªãƒ¼ãƒãƒ¼ãƒ©ã‚¤ãƒ‰çŠ¶æ…‹ã‚’ä¿å­˜ã™ã‚‹ã¨ãã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
msgid "An error occurred while saving assignees"
msgstr "担当者ã®ç™»éŒ²ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-msgid "An error occurred while saving the approval settings"
-msgstr "承èªè¨­å®šã®ä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "テンプレートã®ä¿å­˜ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚テンプレートãŒå­˜åœ¨ã™ã‚‹ã‹ç¢ºèªã—ã¦ãã ã•ã„。"
@@ -2703,12 +2790,18 @@ msgstr "承èªè€…ã®æ›´æ–°ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "An error occurred while updating the comment"
msgstr "コメントを更新中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "An error occurred while updating the list. 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 "エラーãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚å†åº¦ãŠè©¦ã—ãã ã•ã„。"
@@ -2787,6 +2880,9 @@ msgstr "ä»»æ„ã®"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr "4月"
msgid "April"
msgstr "4月"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr "プロジェクトをアーカイブ"
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "アーカイブã•ã‚ŒãŸãƒ—ロジェクトã§ã™ã€‚リãƒã‚¸ãƒ‰ãƒªãŠã‚ˆã³ãã®ä»–ã®ãƒ—ロジェクトリソースã¯èª­ã¿å–り専用ã§ã™ã€‚"
@@ -3025,9 +3127,6 @@ msgstr "プロジェクトをアーカイブã«ã™ã‚‹ã¨ã€ãƒ—ロジェクトã¯
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "ä¼æ¥­å‘ã‘ã« GitLab をセットアップã—ã¦ã„ã¾ã™ã‹ï¼Ÿ"
-
msgid "Are you sure that you want to archive this project?"
msgstr "本当ã«ã“ã®ãƒ—ロジェクトをアーカイブã—ã¾ã™ã‹ï¼Ÿ"
@@ -3136,8 +3235,8 @@ msgstr "ã“ã®GPGキーã§ç½²åã•ã‚ŒãŸã™ã¹ã¦ã®ã‚³ãƒŸãƒƒãƒˆã¯æ¤œè¨¼ã•ã‚Œ
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿã“ã®GPGキーを削除ã—ã¦ã‚‚ã€ã™ã§ã«ç½²åã•ã‚Œã¦ã„るコミットã«ã¯å½±éŸ¿ã—ã¾ã›ã‚“。"
-msgid "Are you sure? The device will be signed out of GitLab."
-msgstr "よã‚ã—ã„ã§ã™ã‹ï¼Ÿãã®ãƒ‡ãƒã‚¤ã‚¹ã¯GitLabã‹ã‚‰ã‚µã‚¤ãƒ³ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã™ã€‚"
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "本当ã«å®Ÿè¡Œã—ã¾ã™ã‹? ã“ã‚Œã¯ç™»éŒ²ã•ã‚ŒãŸã‚¢ãƒ—リケーション㨠U2Fデãƒã‚¤ã‚¹ã‚’無効ã«ã—ã¾ã™ã€‚"
@@ -3148,9 +3247,6 @@ msgstr "ãƒãƒ£ãƒ¼ãƒˆã®ã‚¢ãƒ¬ãƒ³ã‚¸"
msgid "Artifact"
msgstr "アーティファクト"
-msgid "Artifact ID"
-msgstr "アーティファクト ID"
-
msgid "Artifact could not be deleted."
msgstr "アーティファクトを削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
@@ -3163,6 +3259,9 @@ msgstr "アーティファクト"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "U2Fデãƒã‚¤ã‚¹ã¯ã„ãã¤ã‹ã®ãƒ–ラウザã§ã—ã‹ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„ãŸã‚ã€U2Fデãƒã‚¤ã‚¹ã®å‰ã«2è¦ç´ èªè¨¼ã‚¢ãƒ—リを設定ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚ ãã†ã™ã‚Œã°ã€ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ãªã„ブラウザを使用ã—ã¦ã„ã‚‹å ´åˆã§ã‚‚ã€å¸¸ã«ãƒ­ã‚°ã‚¤ãƒ³ã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
+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 "%{user} ㌠%{project_name} ã®ãƒ–ランム%{branch} ã«ãƒ—ッシュã—ã¾ã—ãŸï¼ˆ%{commit_url}):"
@@ -3420,7 +3519,7 @@ msgstr "承èªã™ã‚‹"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã« %{link_to_client} を承èªã—ã¾ã™ã‹ï¼Ÿ"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} を用ã
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Let's Encryptを用ã„ãŸè‡ªå‹•è¨¼æ˜Žæ›¸ç®¡ç†"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,8 +3726,8 @@ msgstr "ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã«ãƒãƒƒã‚¸ã¯ã‚ã‚Šã¾ã›ã‚“"
msgid "Badges|This project has no badges"
msgstr "ã“ã®ãƒ—ロジェクトã«ãƒãƒƒã‚¸ã¯ã‚ã‚Šã¾ã›ã‚“"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "ã“ã®ãƒãƒƒã‚¸ã‚’削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚削除ã•ã‚ŒãŸãƒãƒƒã‚¸ã¯<strong>復元ã§ãã¾ã›ã‚“</strong>。"
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "ãƒãƒƒã‚¸"
@@ -3738,6 +3840,9 @@ msgstr "月é¡"
msgid "BillingPlans|per user"
msgstr "1ユーザーã«ã¤ã"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "アップグレード"
@@ -3807,14 +3912,17 @@ msgstr "å…¨ã¦è¡¨ç¤º"
msgid "Boards|View scope"
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 "%{branchName} ブランãƒã¯ã“ã®ãƒ—ロジェクトã®ãƒªãƒã‚¸ãƒˆãƒªã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸã€‚"
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "<strong>%{branch_name}</strong> ブランãƒãŒä½œæˆã•ã‚Œã¾ã—ãŸã€‚自動デプロイを設定ã™ã‚‹ã«ã¯ã€GitLab CI Yaml テンプレートをé¸æŠžã—ã¦ã€å¤‰æ›´ã‚’コミットã—ã¦ãã ã•ã„。 %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "ブランãƒãŒå¤‰æ›´ã•ã‚Œã¾ã—ãŸ"
@@ -4008,6 +4116,9 @@ msgstr "未解決ã®èª²é¡Œ"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "ビジãƒã‚¹"
@@ -4182,6 +4293,9 @@ msgstr "カナリアデプロイã¯ã€ä¸€éƒ¨ã®ã‚¢ãƒ—リケーションãŒã‚ãª
msgid "Cancel"
msgstr "キャンセル"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "実行ã®ã‚­ãƒ£ãƒ³ã‚»ãƒ«"
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr "ã“ã®ãƒ—ロジェクトã«ã¯èª²é¡ŒãŒãªã„ãŸã‚ã€ã‚¤ãƒ³ãƒãƒ¼ãƒˆã§ãã¾ã›ã‚“。"
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,8 +4353,8 @@ msgstr "権é™ãŒä¸å分ãªãŸã‚ã€èª²é¡Œã‚’プロモートã§ãã¾ã›ã‚“。
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
-msgstr "公開ã®èª²é¡Œã®ãŸã‚ã€ã‚¨ãƒ”ックを機密ã«ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“"
+msgid "Cannot set confidential epic for a non-confidential issue"
+msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr "プレビューを表示ã§ãã¾ã›ã‚“。Sketch ファイルをプレビューã™ã‚‹ã«ã¯ã€Sketch ãƒãƒ¼ã‚¸ãƒ§ãƒ³43以é™ã§å°Žå…¥ã•ã‚ŒãŸãƒ•ã‚¡ã‚¤ãƒ«å½¢å¼ãŒå¿…è¦ã§ã™ã€‚"
@@ -4425,9 +4539,6 @@ msgstr "åå‰ç©ºé–“ã®è¨ˆç”»ã§æ©Ÿèƒ½ãŒåˆ©ç”¨ã§ãã‚‹ã‹ãƒã‚§ãƒƒã‚¯ã™ã‚‹"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "%{docs_link_start}ドキュメント%{docs_link_end}を確èª"
-msgid "Check your .gitlab-ci.yml"
-msgstr ".gitlab-ci.yml ã‚’ãƒã‚§ãƒƒã‚¯"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr "既知ã®è„†å¼±æ€§ã«å¯¾ã—ã¦ã€Dockerイメージをãƒã‚§ãƒƒã‚¯ã™ã‚‹."
@@ -4653,8 +4764,8 @@ msgstr "インãƒãƒ¼ãƒˆãƒªãƒã‚¸ãƒˆãƒªã®ãƒˆãƒƒãƒ—レベルã®ã‚°ãƒ«ãƒ¼ãƒ—ã‚’é¸
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "表示レベルã€ãƒ—ロジェクト機能(課題ã€ãƒªãƒã‚¸ãƒˆãƒªã€Wikiã€ã‚¹ãƒ‹ãƒšãƒƒãƒˆ) ã®æœ‰åŠ¹/無効や権é™ã®è¨­å®š"
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "グループã®æ¦‚è¦ãƒšãƒ¼ã‚¸ã«è¡¨ç¤ºã—ãŸã„コンテンツをé¸æŠžã—ã¦ãã ã•ã„"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "CI/CD パイプラインを実行ã—ãŸã„リãƒã‚¸ãƒˆãƒªã‚’é¸æŠžã—ã¦ãã ã•ã„。"
@@ -4821,9 +4932,15 @@ msgstr "使用ã§ãã¾ã›ã‚“:%{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "クリア"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr "ãƒãƒ£ãƒ¼ãƒˆãƒ•ã‚£ãƒ«ã‚¿ãƒ¼ã‚’解除"
@@ -4929,6 +5046,9 @@ msgstr "クローズ"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "クローズã—ãŸèª²é¡Œ"
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start} 詳細情報 %{custom_domain_end}"
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
-msgstr "ã“ã‚Œã«ã‚ˆã‚Šã€æ¬¡ã®ãƒªã‚½ãƒ¼ã‚¹ã¯å®Œå…¨ã«å‰Šé™¤ã•ã‚Œã¾ã™ <ul> <li>インストールã•ã‚Œã¦ã„ã‚‹ã™ã¹ã¦ã®ã‚¢ãƒ—リケーションã¨é–¢é€£ã—ãŸãƒªã‚½ãƒ¼ã‚¹</li> <li> <code>gitlab-managed-apps</code> åå‰ç©ºé–“</li> <li>ä»»æ„ã®ãƒ—ロジェクトåå‰ç©ºé–“</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
+msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "カスタムドメインã®ä»£ã‚ã‚Šã«ä½¿ç”¨ã§ãã¾ã™ã€‚"
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} ã¯æ­£å¸¸ã« Kubernetes クラスターã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã•ã‚Œã¾ã—ãŸ"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,14 +5148,17 @@ msgstr "GitLab ã«ã‚³ãƒŸãƒƒãƒˆã—ã¦ã„ãªã„å…¨ã¦ã®ãƒ‡ãƒ¼ã‚¿ã‚’削除ã—ã¾ã
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "ã™ã¹ã¦ã®ãƒ‡ãƒ¼ã‚¿ã‚’削除ã—ã€å¾©å…ƒã§ãã¾ã›ã‚“。"
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "ã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ã®åå‰ç©ºé–“ã¨ã‚µãƒ¼ãƒ“スアカウントã®ç®¡ç†ã‚’GitLabã«è¨±å¯ã™ã‚‹ã€‚"
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "GitLab ãŒã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ãƒ¼ã®åå‰ç©ºé–“ã¨ã‚µãƒ¼ãƒ“スアカウントを管ç†ã§ãるよã†ã«ã—ã¾ã™ã€‚ %{startLink}詳細ã¯ã“ã¡ã‚‰%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "ã‚ã‚‹ã„ã¯"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr "プロジェクトã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ:%{error}
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "ゾーンã®ãƒžã‚·ãƒ³ã‚¿ã‚¤ãƒ—ã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸ:%{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "実行中ã®ãƒ‘イプラインをã™ã¹ã¦ã‚­ãƒ£ãƒ³ã‚»ãƒ«ã—ã¾ã™ã€‚"
@@ -5085,15 +5217,12 @@ msgstr "ワーカーノードãŒå®Ÿè¡Œã•ã‚Œã‚‹VPCã§%{startLink} サブãƒãƒƒãƒ
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr "ワーカーノード%{startLink}インスタンスタイプ%{externalLinkIcon} %{endLink}ã‚’é¸æŠžã—ã¾ã™ã€‚"
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Kubernetes クラスタã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹ã‚¢ãƒ—リケーションをé¸æŠžã—ã¾ã™ã€‚ Helm Tiller ã¯ã€æ¬¡ã®ã‚¢ãƒ—リケーションã®ã„ãšã‚Œã‹ã‚’インストールã™ã‚‹ã®ã«å¿…è¦ã§ã™ã€‚"
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "ã“ã®ã‚¯ãƒ©ã‚¹ã‚¿ã‚’使用ã™ã‚‹ç’°å¢ƒã‚’é¸æŠžã—ã¦ãã ã•ã„。"
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr "クラスターã®ã‚­ãƒ£ãƒƒã‚·ãƒ¥ã‚’削除"
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "API URLをコピー"
@@ -5301,9 +5433,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm ã¯ã€Kubernetes アプリケーションã®ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã¨ç®¡ç†ã‚’簡略化ã—ã¾ã™ã€‚Helm Tiller ã¯ã‚ãªãŸã®Kubernetes クラスタã®å†…部ã§å®Ÿè¡Œã—ã€ã‚ãªãŸã®ãƒãƒ£ãƒ¼ãƒˆã®ãƒªãƒªãƒ¼ã‚¹ã‚’管ç†ã—ã¾ã™ã€‚"
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "ã‚ãªãŸãŒè¤‡æ•°ã®ã‚¯ãƒ©ã‚¹ã‚¿ã‚’セットアップ㗠Auto DevOps を使用ã—ã¦ã„ã‚‹å ´åˆã€%{help_link_start}最åˆã«ã“ã¡ã‚‰ã‚’ãŠèª­ã¿ãã ã•ã„%{help_link_end} 。"
@@ -5499,8 +5628,8 @@ msgstr "ノード数"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "ノード数ã¯æ•°å€¤ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Kubernetes クラスターã®ã‚¢ã‚¯ã‚»ã‚¹æƒ…報を入力ã—ã¦ãã ã•ã„。ä¸æ˜Žç‚¹ã¯ %{link_to_help_page} ã® Kubernetes ã®é …目をã”覧ãã ã•ã„。"
+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 "Google アカウントãŒæ¬¡ã®è¦ä»¶ã‚’満ãŸã—ã¦ã„ã‚‹ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
@@ -5718,12 +5847,15 @@ msgstr "%{title} ã®ã‚¢ãƒ³ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Knativeドメインåã®æ›´æ–°ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "ドメインを指定ã™ã‚‹ã¨ã€Auto Review Apps 㨠Auto Deployステージを %{auto_devops_start}Auto DevOps%{auto_devops_end} ã«ä½¿ç”¨ã§ãã¾ã™ã€‚ドメインã«ã¯ãƒ‰ãƒ¡ã‚¤ãƒ³ã«ãƒžãƒƒãƒã™ã‚‹ãƒ¯ã‚¤ãƒ«ãƒ‰ã‚«ãƒ¼ãƒ‰DNSãŒè¨­å®šã•ã‚Œã¦ã„ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ msgstr "ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯ %{link_to_container_project} 㧠Kubernetes ク
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "ã“ã®ã‚ªãƒ—ションを使用ã™ã‚‹ã¨ã€ã‚ãªãŸã¯ã‚¢ãƒ—リケーションを RBAC クラスター上ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã§ãã¾ã™ã€‚"
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "デプロイ後ã«ã‚¢ãƒ—リケーションã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã«ã¯ã€ãƒ¯ã‚¤ãƒ«ãƒ‰ã‚«ãƒ¼ãƒ‰ DNS ã‚’ Knative エンドãƒã‚¤ãƒ³ãƒˆã«æŒ‡å®šã—ã¾ã™ã€‚"
+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 "インテグレーションã¨ãƒªã‚½ãƒ¼ã‚¹ã‚’削除ã™ã‚‹ã«ã¯ã€ %{clusterName} を入力ã—ã¦ç¢ºèªã—ã¦ãã ã•ã„。"
msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
msgstr "インテグレーションを削除ã™ã‚‹ã«ã¯ã€ %{clusterName} を入力ã—ã¦ç¢ºèªã—ã¦ãã ã•ã„。"
+msgid "ClusterIntegration|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+msgstr ""
+
msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr "%{appTitle} をアンインストール"
@@ -5796,6 +5940,9 @@ msgstr "プロジェクトã®è«‹æ±‚ステータスを検証ã—ã¦ã„ã¾ã™"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "GCP 上ã®ãƒ—ロジェクトã®è¦æ±‚ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã‚‹ã“ã¨ã‚’確èªã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
+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 "ã“ã®ãƒ—ロジェクト㫠Kubernetes クラスターを関連付ã‘ã‚‹ã“ã¨ã§ã€Review Apps ã®ä½¿ç”¨ã€ã‚¢ãƒ—リケーションã®ãƒ‡ãƒ—ロイã€ãƒ‘イプラインã®å®Ÿè¡Œãªã©ã‚’ç°¡å˜ã«è¡Œã†ã“ã¨ãŒã§ãã¾ã™ã€‚"
@@ -5811,9 +5958,6 @@ msgstr "クラスターã‹ã‚‰ %{appTitle} をアンインストールã—よã†ã
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "次ã®ã‚¢ãƒ—リケーションをインストールã™ã‚‹å‰ã«ã€Helm Tiller をインストールã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,8 +5988,8 @@ msgstr "ゾーン"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "Google Kubernetes Engineã«ã‚¢ã‚¯ã‚»ã‚¹"
-msgid "ClusterIntegration|documentation"
-msgstr "ドキュメント"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6021,6 +6165,12 @@ 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 "コメント"
@@ -6220,8 +6370,8 @@ msgstr "Prometheusã®è¨­å®š"
msgid "Configure Tracing"
msgstr "トレーシングã®è¨­å®š"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "Webターミナルã®ä½¿ç”¨ã‚’開始ã™ã‚‹ã«ã¯ã€ <code>.gitlab</code> ディレクトリ㮠<code>.gitlab-webide.yml</code> ファイルを設定ã—ã¾ã™ã€‚ 詳細ã¯%{helpStart}ã“ã¡ã‚‰%{helpEnd}ã§ã™ã€‚"
+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 automatic git checks and housekeeping on repositories."
msgstr "リãƒã‚¸ãƒˆãƒªã«å¯¾ã—ã¦è‡ªå‹•å®Ÿè¡Œã™ã‚‹ Git ãƒã‚§ãƒƒã‚¯ã¨ãƒã‚¦ã‚¹ã‚­ãƒ¼ãƒ”ングを設定ã—ã¾ã™ã€‚"
@@ -6670,9 +6820,6 @@ msgstr "ラベルã¨ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’ %{source_issuable_reference} ã‹ã‚‰
msgid "Copy"
msgstr "コピー"
-msgid "Copy %{field}"
-msgstr "%{field} をコピー"
-
msgid "Copy %{http_label} clone URL"
msgstr "%{http_label} クローン URL をコピー"
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr "管ç†è€…ã¯ãƒ¡ãƒ³ãƒãƒ¼ã¨ã—ã¦è¿½åŠ ã§ãã¾ã›ã‚“。"
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "ãƒãƒ£ãƒƒãƒˆã®ãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ ã‚’承èªã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã—ã¦ãã ã•ã„。"
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr "グループを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ"
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "プロジェクトを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸ"
-msgid "Could not delete %{design}. Please try again."
-msgstr "%{design} を削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„。"
+msgid "Could not create wiki page"
+msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "ãƒãƒ£ãƒƒãƒˆã®ãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ  %{chat_name} を削除ã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr "プロジェクトIDã‚’ä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ"
msgid "Could not save prometheus manual configuration"
msgstr "プロメテウスã®ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«è¨­å®šã‚’ä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr "ã‚«ãƒãƒ¬ãƒƒã‚¸"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr "作æˆ"
@@ -6937,6 +7103,9 @@ msgstr "エピックã®ä½œæˆ"
msgid "Create file"
msgstr "ファイルを作æˆ"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "グループを作æˆ"
@@ -6973,6 +7142,9 @@ msgstr "æ–°ã—ã„ボードを作æˆ"
msgid "Create new branch"
msgstr "æ–°ã—ã„ブランãƒã‚’作æˆ"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "æ–°ã—ã„ディレクトリを作æˆ"
@@ -6997,6 +7169,9 @@ msgstr "プロジェクトを作æˆ"
msgid "Create project label"
msgstr "プロジェクトラベルを作æˆ"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "è¦æ±‚事項を作æˆ"
@@ -7168,6 +7343,9 @@ msgstr "HTTP(S) 用ã®ã‚«ã‚¹ã‚¿ãƒ  Git クローン URL"
msgid "Custom hostname (for private commit emails)"
msgstr "カスタムホストå (プライベートコミット用メールアドレス)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "カスタム通知設定"
@@ -7264,6 +7442,15 @@ msgstr "Runner トークンã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã€ãƒ‘イプラインã®è¨­å®šã‚’ã‚
msgid "Customize your pipeline configuration."
msgstr "パイプライン設定をカスタマイズ"
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr "DAG"
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr "DAGã®å¯è¦–化ã«ã¯ã€å°‘ãªãã¨ã‚‚3ã¤ã®ä¾å­˜æ€§ã®ã‚るジョブãŒå¿…è¦ã§ã™ã€‚"
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7457,25 +7647,55 @@ msgstr "%{firstProject}, %{rest}, 㨠%{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr "%{invalidProjects} を追加ã§ãã¾ã›ã‚“。ダッシュボードãŒåˆ©ç”¨ã§ãã‚‹ã®ã¯ã€å…¬é–‹ãƒ—ロジェクトã¨ã€æœ‰æ–™ã‚³ãƒ¼ã‚¹ã® Silverプランã®ãƒ—ライベートプロジェクトã ã‘ã§ã™ã€‚"
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "データã¯ã¾ã è¨ˆç®—中ã§ã™..."
@@ -7583,8 +7872,8 @@ msgstr "デフォルトブランãƒã¨ä¿è­·ãƒ–ランãƒ"
msgid "Default classification label"
msgstr "デフォルト分類ラベル"
-msgid "Default deletion adjourned period"
-msgstr "デフォルトã®å‰Šé™¤çŒ¶äºˆæœŸé–“"
+msgid "Default deletion delay"
+msgstr ""
msgid "Default description template for issues"
msgstr "課題ã®ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®èª¬æ˜Žãƒ†ãƒ³ãƒ—レート"
@@ -7661,12 +7950,12 @@ msgstr "削除"
msgid "Delete Comment"
msgstr "コメントを削除"
-msgid "Delete Package"
-msgstr "パッケージを削除"
-
msgid "Delete Snippet"
msgstr "スニペットを削除"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr "アーãƒãƒ•ã‚¡ã‚¯ãƒˆã‚’削除"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr "プロジェクトã®ãƒªãƒã‚¸ãƒˆãƒªã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚„ã‚Šç›´ã™ã‹ã€ç®¡ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
@@ -7742,15 +8034,24 @@ msgstr "wikiリãƒã‚¸ãƒˆãƒªã®ãƒ¬ã‚¹ãƒˆã‚¢ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ã‚
msgid "Deleted"
msgstr "削除完了"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "ãƒãƒ£ãƒƒãƒˆãƒ‹ãƒƒã‚¯ãƒãƒ¼ãƒ ã‚’削除ã—ã¾ã—ãŸï¼š %{chat_name}ï¼"
-msgid "Deleted in this version"
-msgstr "ã“ã®ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã§å‰Šé™¤ã•ã‚ŒãŸæ©Ÿèƒ½"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚"
@@ -7760,6 +8061,9 @@ msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ライセンスãŒè¦‹ã¤
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "ライセンスã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚ãªãŸã¯ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã®å‰Šé™¤ã‚’許å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。"
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr "削除ã¯ä¿ç•™ã•ã‚Œã¦ã„ã¾ã™ã€‚ã“ã®ãƒ—ロジェクト㯠%{date} ã«å‰Šé™¤ã•ã‚Œã¾ã™ã€‚リãƒã‚¸ãƒˆãƒªåŠã³ãã®ä»–ã®ãƒ—ロジェクトリソースã¯èª­ã¿å–り専用ã§ã™ã€‚"
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr "%{remainingLicensesCount} 件以上"
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "ã™ã¹ã¦"
@@ -7804,6 +8115,9 @@ msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆ"
msgid "Dependencies|Component name"
msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆå"
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr "JSONエクスãƒãƒ¼ãƒˆ"
@@ -7822,6 +8136,9 @@ msgstr "パッケージャー"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
msgstr "%{codeStartTag}ä¾å­˜é–¢ä¿‚スキャニング%{codeEndTag}ジョブã«å¤±æ•—ã—ä¾å­˜é–¢ä¿‚リストを生æˆã§ãã¾ã›ã‚“。ジョブãŒæ­£ã—ã実行ã•ã‚Œã¦ã„ã‚‹ã‹ç¢ºèªã—ãŸä¸Šã§ãƒ‘イプラインをå†å®Ÿè¡Œã—ã¦ãã ã•ã„。"
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,15 +8454,24 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
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|Are you sure you want to delete the selected designs?"
-msgstr "é¸æŠžã—ãŸãƒ‡ã‚¶ã‚¤ãƒ³ã‚’削除ã—ã¦ã‚‚よã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
-
msgid "DesignManagement|Cancel changes"
msgstr ""
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr "削除"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr "デザインã®èªè¨¼ã‚’削除"
-
-msgid "DesignManagement|Delete selected"
-msgstr "é¸æŠžå¯¾è±¡ã‚’削除"
-
msgid "DesignManagement|Deselect all"
msgstr "å…¨ã¦é¸æŠžã‚’解除"
@@ -8266,8 +8583,11 @@ msgstr "詳細 (デフォルト)"
msgid "Detect host keys"
msgstr "ホストキーã®æ¤œå‡º"
-msgid "DevOps Score"
-msgstr "DevOps スコア"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
+msgstr ""
msgid "Diff content limits"
msgstr "差分コンテンツã®åˆ¶é™"
@@ -8275,6 +8595,9 @@ msgstr "差分コンテンツã®åˆ¶é™"
msgid "Diff limits"
msgstr "差分ã®åˆ¶é™"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr "開始日ã¨ç¾åœ¨ã®é•ã„"
@@ -8287,8 +8610,11 @@ msgstr "(ベース)"
msgid "Diffs|No file name available"
msgstr "使用å¯èƒ½ãªãƒ•ã‚¡ã‚¤ãƒ«åãŒã‚ã‚Šã¾ã›ã‚“"
-msgid "Diffs|Show unchanged lines"
-msgstr "変更ã•ã‚Œã¦ã„ãªã„行を表示"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "差分行をå–得中ã«ä½•ã‹å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -8392,9 +8718,6 @@ msgstr "解決ãŒå¿…è¦ãªã€å…·ä½“çš„ãªæ案や質å•ã«ã¤ã„ã¦è­°è«–ã™ã‚‹
msgid "Discuss a specific suggestion or question."
msgstr "具体的ãªæ案や質å•ã«ã¤ã„ã¦è­°è«–ã—ã¾ã™ã€‚"
-msgid "Discussion"
-msgstr "検討"
-
msgid "Discussion to reply to cannot be found"
msgstr "返信先ã®ãƒ‡ã‚£ã‚¹ã‚«ãƒƒã‚·ãƒ§ãƒ³ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
@@ -8408,8 +8731,8 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
-msgstr "DevOpsスコアã®ç´¹ä»‹ã‚’é–‰ã˜ã‚‹"
+msgid "Dismiss DevOps Report introduction"
+msgstr ""
msgid "Dismiss Merge Request promotion"
msgstr "マージリクエストã®æ˜‡æ ¼ã‚’å´ä¸‹ã—ã¾ã™"
@@ -8660,9 +8983,6 @@ msgstr "ボードを編集"
msgid "Edit comment"
msgstr "コメントを編集"
-msgid "Edit dashboard"
-msgstr "ダッシュボードを編集"
-
msgid "Edit description"
msgstr "説明を編集"
@@ -8951,9 +9271,6 @@ msgstr "2è¦ç´ èªè¨¼ã‚’有効ã«ã™ã‚‹"
msgid "Enable usage ping"
msgstr "利用状æ³ã®é€ä¿¡ã‚’有効ã«ã™ã‚‹"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "利用状æ³ã®é€ä¿¡ã‚’有効ã«ã™ã‚‹ã¨ã€æ©Ÿèƒ½ã®è¦³ç‚¹ã‹ã‚‰ GitLab ã‚’ã©ã®ã‚ˆã†ã«ä½¿ç”¨ã—ã¦ã„ã‚‹ã‹ã®æ¦‚è¦ã‚’å–å¾—ã§ãã¾ã™ã€‚"
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "サービスデスクを有効/無効ã«ã—ã¾ã™ã€‚ %{link_start}サービスデスクã®è©³ç´°ã«ã¤ã„ã¦%{link_end}"
@@ -9122,6 +9439,9 @@ msgstr "環境ã¯ã‚¢ãƒ—リケーションã®ãƒ‡ãƒ—ロイを追加ã™ã‚‹ã“ã¨ãŒ
msgid "Environments in %{name}"
msgstr "%{name} 環境"
+msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} "
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "ダッシュボードã«ãƒ—ロジェクトを追加"
@@ -9146,8 +9466,8 @@ msgstr "削除"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "環境情報ダッシュボードã¯å„プロジェクトã®ç’°å¢ƒæƒ…å ±(パイプラインやアラート状態å«ã‚€) を表示ã—ã¾ã™ã€‚"
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
-msgstr "ã“ã®ãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰ã«ã¯ã€æœ€å¤§ã§7ã¤ã®ãƒ—ロジェクトã¨ã€ãƒ—ロジェクトã”ã¨ã«æœ€å¤§ã§3ã¤ã®ç’°å¢ƒã‚’表示ã§ãã¾ã™ã€‚ 詳細ã«ã¤ã„ã¦ã¯ã“ã¡ã‚‰ã‚’å‚ç…§ã—ã¦ãã ã•ã„。%{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
+msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
msgstr "Auto stopã®ã‚­ãƒ£ãƒ³ã‚»ãƒ«ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚ã‚‚ã†ä¸€åº¦ãŠè©¦ã—ãã ã•ã„"
@@ -9425,6 +9745,9 @@ msgstr "%{bStart}%{parentEpicTitle}%{bEnd} ã‹ã‚‰ %{bStart}%{targetEpicTitle}%{b
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 "マイルストーンã«åŸºã¥ã„ãŸã‚¨ãƒ”ック㮠%{epicDateType} をスケジューリングã™ã‚‹ã«ã¯ã€ã‚¨ãƒ”ックã®èª²é¡Œã« %{epicDateType} ã®ãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã‚’割り当ã¦ã¾ã™ã€‚"
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr "証拠集ã‚"
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr "マージコミットを除外ã—ã¦ã„ã¾ã™ã€‚%{limit} 件ã®ã‚³ãƒŸãƒƒ
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "マージコミットを除外ã—ã¦ã„ã¾ã™ã€‚ 6,000件ã®ã‚³ãƒŸãƒƒãƒˆã«åˆ¶é™ã•ã‚Œã¦ã„ã¾ã™ã€‚"
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "既存ã®ãƒ¡ãƒ³ãƒãƒ¼ã¨ã‚°ãƒ«ãƒ¼ãƒ—"
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr "既存ã®å…±æœ‰"
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr "ã™ã¹ã¦å±•é–‹"
msgid "Expand approvers"
msgstr "承èªè€…を展開"
-msgid "Expand down"
-msgstr "ドロップダウンã®å±•é–‹"
-
msgid "Expand dropdown"
msgstr "ドロップダウンã®å±•é–‹"
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "サイドãƒãƒ¼ã‚’é–‹ã"
-msgid "Expand up"
-msgstr "ã™ã¹ã¦å±•é–‹"
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr "有効期é™"
msgid "Expiration date"
msgstr "有効期é™"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr "有効期é™åˆ‡ã‚Œ"
@@ -10257,12 +10571,18 @@ msgstr "機能フラグを有効ã«ã™ã‚‹ã¨ã€ç‰¹å®šã®æ©Ÿèƒ½ã¸ã®å‹•çš„切り
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr "機能フラグを使ã„ã¯ã˜ã‚ã‚‹"
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr "ID"
@@ -10347,6 +10667,9 @@ msgstr "機能フラグã®å–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
msgid "FeatureFlags|There was an error retrieving user lists"
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 "ã—ã°ã‚‰ãã—ã¦ã‹ã‚‰ã‚‚ã†ä¸€åº¦è©¦ã™ã‹ã€ã‚µãƒãƒ¼ãƒˆãƒãƒ¼ãƒ ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
@@ -10356,9 +10679,6 @@ msgstr "ユーザーID"
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr "ライセンスã®å–å¾—ã«å¤±æ•—ã—ã¾ã—ãŸã€‚ã‚ãªãŸã¯ã“ã‚Œã®å®Ÿ
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr "ファイルフック"
@@ -10623,6 +10946,9 @@ msgstr "フォントã®è‰²"
msgid "Footer message"
msgstr "フッターメッセージ"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "内部プロジェクトã®å ´åˆã€ãƒ­ã‚°ã‚¤ãƒ³ã—ã¦ã„ã‚‹ã™ã¹ã¦ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ãƒ‘イプラインを表示ã§ãã€ã‚¸ãƒ§ãƒ–ã®è©³ç´°(出力ログãŠã‚ˆã³ã‚¢ãƒ¼ãƒ†ã‚£ãƒ•ã‚¡ã‚¯ãƒˆ) ã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚"
@@ -10794,30 +11120,15 @@ msgstr "ノードãŒæ•…éšœã—ã¦ã„ã‚‹ã‹å£Šã‚Œã¦ã„ã¾ã™ã€‚"
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "ノードãŒé…延ã€éŽè² è·ãŒã‹ã‹ã£ã¦ã„ã‚‹ã€ã¾ãŸã¯åœæ­¢ã‹ã‚‰ã®å›žå¾©ç›´å¾Œã§ã™ã€‚"
-msgid "GeoNodes|Attachments"
-msgstr "添付ファイル"
-
-msgid "GeoNodes|Checksummed"
-msgstr "ãƒã‚§ãƒƒã‚¯ã‚µãƒ "
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr "コンテナリãƒã‚¸ãƒˆãƒª"
-
msgid "GeoNodes|Data replication lag"
msgstr "データ レプリケーションã®é…延"
-msgid "GeoNodes|Design repositories"
-msgstr "リãƒã‚¸ãƒˆãƒªã®ãƒ‡ã‚¶ã‚¤ãƒ³"
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "プライマリストレージ構æˆã¨ä¸€è‡´ã—ã¾ã›ã‚“"
-msgid "GeoNodes|Failed"
-msgstr "失敗"
-
msgid "GeoNodes|Full"
msgstr "全体"
@@ -10833,12 +11144,6 @@ msgstr "稼動状æ³"
msgid "GeoNodes|Internal URL"
msgstr "内部 URL"
-msgid "GeoNodes|Job artifacts"
-msgstr "ジョブアーティファクト"
-
-msgid "GeoNodes|LFS objects"
-msgstr "LFS オブジェクト"
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "カーソルã§å‡¦ç†ã•ã‚ŒãŸæœ€çµ‚イベント ID"
@@ -10866,12 +11171,6 @@ msgstr "ノードã®å‰Šé™¤ã«æˆåŠŸã—ã¾ã—ãŸã€‚"
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "ãƒã‚§ãƒƒã‚¯ã‚µãƒ ãªã—"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr "レプリケーションを一時åœæ­¢ã™ã‚‹ã¨ã€åŒæœŸãƒ—ロセスãŒåœæ­¢ã—ã¾ã™ã€‚本当ã«å®Ÿè¡Œã—ã¾ã™ã‹?"
@@ -10893,15 +11192,6 @@ msgstr "レプリケーションスロット"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "リãƒã‚¸ãƒˆãƒª"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "リãƒã‚¸ãƒˆãƒªãƒã‚§ãƒƒã‚¯ã‚µãƒ ã®é€²è¡ŒçŠ¶æ³"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "リãƒã‚¸ãƒˆãƒªæ¤œè¨¼ã®é€²æ—状æ³"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr "åŒæœŸè¨­å®š"
msgid "GeoNodes|Unused slots"
msgstr "未使用ã®ã‚¹ãƒ­ãƒƒãƒˆ"
-msgid "GeoNodes|Unverified"
-msgstr "未検証"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr "使用済ã¿ã®ã‚¹ãƒ­ãƒƒãƒˆ"
-msgid "GeoNodes|Verified"
-msgstr "検証済ã¿"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr " Wiki ã®ãƒã‚§ãƒƒã‚¯ã‚µãƒ ã®é€²æ—状æ³"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Wiki 検証ã®é€²æ—状æ³"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wiki"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr "%{geo} を指定ã™ã‚‹ã¨ã€ç‰¹åˆ¥ãªèª­ã¿å–り専用ã®è¤‡è£½ã‚¤ãƒ³ã‚¹ã‚¿ãƒ³ã‚¹ã‚’ã©ã“ã«ã§ã‚‚インストールã§ãã¾ã™ã€‚ノードを追加ã™ã‚‹å‰ã«ã€ãれらãŒç¾ã‚Œã‚‹æ­£ç¢ºãªé †åºã§ %{instructions} ã«å¾“ã£ã¦ãã ã•ã„。"
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "ジオステータス"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr "åŒæœŸã«å¤±æ•—ã—ã¾ã—㟠- %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "スケジューラ待ã¡"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,8 +11624,8 @@ msgstr "期é™åˆ‡ã‚Œ"
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "HTTPSを強制 (有効ãªè¨¼æ˜Žæ›¸ãŒå¿…è¦)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
-msgstr "GitLab Pagesã¯ã“ã®ãƒ—ロジェクトã§ã¯ç„¡åŠ¹ã«ãªã£ã¦ã„ã¾ã™ã€‚ プロジェクトã®%{strong_start} 設定> 全般> å¯è¦–性%{strong_end}ページã§æœ‰åŠ¹ã«ã§ãã¾ã™ã€‚"
+msgid "GitLabPages|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|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "最åˆã®ãƒ‡ãƒ—ロイ後ã€ã‚µã‚¤ãƒˆãŒåˆ©ç”¨å¯èƒ½ã«ãªã‚‹ã¾ã§ã«æœ€å¤§ã§30分ã‹ã‹ã‚‹å ´åˆãŒã‚ã‚Šã¾ã™ã€‚"
@@ -11454,7 +11741,10 @@ msgstr "全画é¢è¡¨ç¤º"
msgid "Go to %{link_to_google_takeout}."
msgstr "%{link_to_google_takeout} ã«ç§»å‹•ã—ã¾ã™ã€‚"
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr "グループã®ãƒ‘イプライン時間ãŒæ­£å¸¸ã«ãƒªã‚»ãƒƒãƒˆã•ã‚Œã¾
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "グループã«ã¯åˆ¥ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆãŒå¿…è¦ã§ã™"
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "%{group} 内ã®ãƒ—ロジェクトを他ã®ã‚°ãƒ«ãƒ¼ãƒ—ã¨å…±æœ‰ã—ãªã„よã†ã«ã™ã‚‹"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr "正常性情報ã¯æ¬¡ã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆã‹ã‚‰å–å¾—ã§ãã¾ã™ã€‚
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "アクセストークンã¯"
@@ -12240,6 +12536,9 @@ msgstr "異常"
msgid "Hello there"
msgstr "ã“ã‚“ã«ã¡ã¯"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "ヘルプ"
@@ -12368,6 +12667,9 @@ msgstr "Elasticseachã®ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ã‚’分割ã™ã‚‹ã‚·ãƒ£ãƒ¼ãƒ‰æ•°"
msgid "How many users will be evaluating the trial?"
msgstr "トライアルを評価ã™ã‚‹ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ä½•äººã§ã™ã‹ï¼Ÿ"
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "ã—ã‹ã—ã€ã‚ãªãŸã¯ã™ã§ã«ã“ã® %{member_source} ã®ãƒ¡ãƒ³ãƒãƒ¼ã§ã™ã€‚招待をå—ã‘入れるã«ã¯ã€åˆ¥ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’使用ã—ã¦ã‚µã‚¤ãƒ³ã‚¤ãƒ³ã—ã¦ãã ã•ã„。"
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr "HTTPリãƒã‚¸ãƒˆãƒªã®ã‚¢ã‚¯ã‚»ã‚¹ãŒåˆ¶é™ã•ã‚Œã¦ã„ã‚‹å ´åˆã€èªè¨¼æƒ…報を追加ã—ã¦ãã ã•ã„。"
@@ -12677,6 +12985,9 @@ msgstr "プロジェクトã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸ"
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr "%{provider} リãƒã‚¸ãƒˆãƒªã®è¦æ±‚ã«å¤±æ•—ã—ã¾ã—ãŸ"
@@ -12692,6 +13003,9 @@ msgstr "リãƒã‚¸ãƒˆãƒªã‚’作æˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12705,13 +13019,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "GitLab エンタープライズエディションを使用ã™ã‚‹ã¨ã€æ¤œç´¢æ©Ÿèƒ½ãŒå¼·åŒ–ã•ã‚Œã€é«˜åº¦ãªã‚°ãƒ­ãƒ¼ãƒãƒ«æ¤œç´¢ãŒå¯èƒ½ã«ãªã‚Šã¾ã™ã€‚"
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "インスタンスレベルã®åˆ†æžã‚’å¯èƒ½ã«ã™ã‚‹ãŸã‚ã«ã€æœ‰åŠ¹ã«ã™ã‚‹ãŸã‚ã«ç®¡ç†è€…ã«ä¾é ¼ã—ã¦ãã ã•ã„ %{usage_ping_link_start}ping ã®ä½¿ç”¨%{usage_ping_link_end}。"
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "正確ãªæ©Ÿèƒ½ã®ä½¿ç”¨çŠ¶æ³ã‚’åŽé›†ã™ã‚‹ãŸã‚ã«ã€ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯ã‚¹ã‚’確èªã™ã‚‹ã®ã«1〜2週間ã‹ã‹ã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -12719,21 +13033,24 @@ msgstr "正確ãªæ©Ÿèƒ½ã®ä½¿ç”¨çŠ¶æ³ã‚’åŽé›†ã™ã‚‹ãŸã‚ã«ã€ã‚¤ãƒ³ãƒ‡ãƒƒã‚¯
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "次ã®ã‚¹ãƒ†ãƒƒãƒ—ã§ã¯ã€ã‚¤ãƒ³ãƒãƒ¼ãƒˆã™ã‚‹ãƒ—ロジェクトをé¸æŠžã—ã¾ã™ã€‚"
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr "インシデント管ç†åˆ¶é™"
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr "全プロジェクトインデックス"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "ã“ã®ãƒ©ãƒ³ãƒŠãƒ¼ãŒã‚¿ã‚°ã®ãªã„ジョブをé¸æŠžã§ãã‚‹ã‹ã©ã†ã‹ã‚’示ã—ã¾ã™ã€‚"
@@ -12905,6 +13231,9 @@ msgstr "アプリケーションリãƒã‚¸ãƒˆãƒªã‹ã‚‰ %{free_otp_link} ã‚„Google
msgid "Install on clusters"
msgstr "クラスタ上ã«ã‚¤ãƒ³ã‚¹ãƒˆãƒ¼ãƒ«ã™ã‚‹"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "インストール済ã¿"
@@ -12918,8 +13247,8 @@ msgstr[0] "インスタンス"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "インスタンス統計ã®å¯è¦–性"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr "インスタンス管ç†è€…グループã¯æ—¢ã«å­˜åœ¨ã—ã¾ã™"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,8 +13325,8 @@ msgstr "é–“éš”ã®ãƒ‘ターン"
msgid "Introducing Value Stream Analytics"
msgstr "ãƒãƒªãƒ¥ãƒ¼ã‚¹ãƒˆãƒªãƒ¼ãƒ åˆ†æžã®ç´¹ä»‹"
-msgid "Introducing Your DevOps Score"
-msgstr "DevOpsスコアã®ç´¹ä»‹"
+msgid "Introducing Your DevOps Report"
+msgstr ""
msgid "Invalid Git ref"
msgstr ""
@@ -13005,9 +13337,15 @@ msgstr "無効㪠Insights 設定ファイルãŒã¿ã¤ã‹ã‚Šã¾ã—ãŸ"
msgid "Invalid Login or password"
msgstr "ログインIDã¾ãŸã¯ãƒ‘スワードãŒç„¡åŠ¹ã§ã™ã€‚"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "無効㪠URL"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr "メンãƒãƒ¼ã‚’招待ã™ã‚‹"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr "課題"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr "課題 %{issue_reference} をエピック %{epic_reference} ã«è¿½åŠ ã—ã¾ã—ãŸã€‚"
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "課題ボード"
@@ -13242,9 +13616,6 @@ msgstr "YouTrack 課題トラッカー"
msgid "Issues"
msgstr "課題"
-msgid "Issues Analytics"
-msgstr "課題分æž"
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr "パスワードã¾ãŸã¯APIトークン"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr "é·ç§»ID"
@@ -13443,6 +13820,9 @@ msgstr "サーãƒãƒ¼ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã«ã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼åを使用ã—ã¦ãã ã•
msgid "JiraService|Username or Email"
msgstr "ユーザーåã¾ãŸã¯ãƒ¡ãƒ¼ãƒ«"
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,8 +14111,8 @@ msgstr "ラベルを使用ã—ã¦ã€èª²é¡Œã‚„マージリクエストを分類ã§
msgid "Labels can be applied to issues and merge requests."
msgstr "ラベルã¯èª²é¡Œã¨ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã«é©ç”¨ã§ãã¾ã™ã€‚"
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "%{labelTitle} <span>ラベルをグループラベルã«æ˜‡æ ¼ã—ã¾ã™ã‹ï¼Ÿ</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "ラベルã®æ˜‡æ ¼"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,11 +14433,11 @@ msgstr "ライセンスを削除"
msgid "LicenseCompliance|Remove license?"
msgstr "ライセンスを削除ã—ã¾ã™ã‹?"
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "ã“ã®ãƒ—ロジェクトã«æ‰¿èªæ¸ˆã¿ãŠã‚ˆã³ãƒ–ラックリストã«ç™»éŒ²ã•ã‚ŒãŸãƒ©ã‚¤ã‚»ãƒ³ã‚¹ ã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match 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 "ã“ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã¯ã™ã§ã«ã“ã®ãƒ—ロジェクトã«å­˜åœ¨ã—ã¾ã™ã€‚"
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "ライセンス"
@@ -14146,9 +14529,6 @@ msgstr "ライセンスを購入"
msgid "License|License"
msgstr "ライセンス"
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr "アップグレードã«ã‚ˆã‚Šã€ã„ã¤ã§ã‚‚Gold機能ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’復元ã§ãã¾ã™ã€‚"
@@ -14164,9 +14544,6 @@ msgstr "ã‚ãªãŸã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹"
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr "GitLab Ultimateã®ç„¡æ–™ãƒˆãƒ©ã‚¤ã‚¢ãƒ«ã¯%{trial_ends_on} ã§æœŸé™åˆ‡ã‚Œã«ãªã‚Šã¾ã—ãŸã€‚"
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr "タイムトラッキングã®å˜ä½è¡¨ç¤ºã‚’1時間å˜ä½ã«åˆ¶é™ã™ã‚‹ã€‚"
@@ -14219,6 +14596,9 @@ msgstr "ã‚ãªãŸã® Gitea リãƒã‚¸ãƒˆãƒªã®ä¸€è¦§"
msgid "List available repositories"
msgstr "利用å¯èƒ½ãªãƒªãƒã‚¸ãƒˆãƒªã®ä¸€è¦§"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr "ライブプレビュー"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,8 +14674,8 @@ msgstr "ロックãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
msgid "Lock the discussion"
msgstr "ディスカッションをロックã™ã‚‹"
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "%{issuableDisplayName} をロックã—ã¾ã™ã‹ï¼Ÿ<strong>プロジェクトメンãƒãƒ¼</strong> ã®ã¿ã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã™ã€‚"
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "ç¾åœ¨ã®ãƒ—ロジェクトをロックã™ã‚‹"
@@ -14342,6 +14725,12 @@ msgstr "MD5"
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 ""
@@ -14357,6 +14746,9 @@ msgstr "承èªè€…"
msgid "MRApprovals|Approvers"
msgstr "承èªè€…"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "変更ã®ã¿è¡¨ç¤º"
@@ -14441,9 +14833,6 @@ msgstr "マニフェストファイルã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr "手動ジョブ"
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "ã“ã®èª²é¡Œã®é †åºã‚’ä¿å­˜ã§ãã¾ã›ã‚“ã§ã—ãŸ"
@@ -14555,9 +14944,6 @@ msgstr "æ案:"
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr "ã“ã®ã‚µãƒ¼ãƒ“スã«ã‚ˆã‚Šã€ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯Mattermostã«ã‚¹ãƒ©ãƒƒã‚·ãƒ¥ã‚³ãƒžãƒ³ãƒ‰ã‚’入力ã—ã¦ã€ã“ã®ãƒ—ロジェクト上ã®ä¸€èˆ¬çš„ãªæ“作ãŒå®Ÿè¡Œã§ãã¾ã™ã€‚"
-msgid "Maven Metadata"
-msgstr "Maven メタデータ"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr "メンãƒãƒ¼"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr "%{strong_start}%{group_name}%{strong_end} ã¸ã‚¢ã‚¯ã‚»ã‚¹ã§ãるメンãƒãƒ¼"
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr "%{strong_start}%{group_name}%{strong_end} ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ãŒä¿ç•™ã•ã‚Œã¦ã„るメンãƒãƒ¼"
-
msgid "Memory Usage"
msgstr "メモリ使用é‡"
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "マージリクエスト"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "作æˆã•ã‚ŒãŸãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
msgid "Merge Requests in Review"
msgstr "レビュー中ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr "今ã™ãマージã™ã‚‹"
msgid "Merge in progress"
msgstr "進行中ã®ãƒžãƒ¼ã‚¸"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr "マージオプション"
@@ -14819,6 +15214,27 @@ msgstr "競åˆ"
msgid "MergeConflict|origin//their changes"
msgstr "origin //相手ã®å¤‰æ›´"
+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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr "%{selectStart} ã‹ã‚‰ %{selectEnd} ã¾ã§ %{end} ã®è¡Œã¸ã®ã‚³ãƒ¡ãƒ³ãƒˆ"
@@ -14951,6 +15367,12 @@ 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 "メトリクス"
@@ -15053,6 +15475,12 @@ msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "環境ã¸ã®ãƒ‡ãƒ—ロイã«ã¤ã„ã¦ã¯ã€CI / CD ã®æ–‡æ›¸ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr "カスタムダッシュボード %{fileName} を作æˆ"
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "メトリクスを作æˆ"
@@ -15098,9 +15523,15 @@ 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] "メトリクスを編集"
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr "é¡žä¼¼ã®ãƒ¡ãƒˆãƒªã‚¯ã‚¹ã‚’グループ化"
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "有効㪠PromQL クエリã§ã‚ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
@@ -15165,6 +15596,9 @@ msgstr "PromQLクエリã¯æœ‰åŠ¹ã§ã™"
msgid "Metrics|Prometheus Query Documentation"
msgstr "Prometheus クエリã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y軸ラベル"
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] "マイルストーン"
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "ç¾åœ¨ã®ãƒ©ã‚¤ã‚»ãƒ³ã‚¹ã§ã¯ マイルストーンリストを利用ã§ãã¾ã›ã‚“"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "マイルストーンリストã«ã¯ã€é¸æŠžã—ãŸãƒžã‚¤ãƒ«ã‚¹ãƒˆãƒ¼ãƒ³ã®ã™ã¹ã¦ã®èª²é¡Œã‚’表示ã—ã¾ã™ã€‚"
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr "ミラーリングを正ã—ã無効化ã—ã¾ã—ãŸ"
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr "ミラーリングã¯ã€é¸æŠžã—ãŸã‚°ãƒ«ãƒ¼ãƒ—ã¾ãŸã¯ãƒ¦ãƒ¼ã‚¶ãƒ¼ãŒãƒ—ランã«å«ã¾ã‚Œã¦ã„ã‚‹å ´åˆã«ã®ã¿åˆ©ç”¨å¯èƒ½ã§ã™ã€‚"
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr "コミット署åã®ã‚¨ãƒ³ãƒ‰ãƒã‚¤ãƒ³ãƒˆãŒã¿ã¤ã‹ã‚Šã¾ã›ã‚“。"
@@ -15508,6 +15960,9 @@ msgstr "Sentry ã¨çµ±åˆã—ã¦ã‚¨ãƒ©ãƒ¼ã‚’モニターã™ã‚‹ã€‚"
msgid "Monitoring"
msgstr "監視"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "月"
@@ -15697,12 +16152,45 @@ msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "ã—ãªã„"
@@ -16181,12 +16732,18 @@ msgstr "リãƒã‚¸ãƒˆãƒªãŒã‚ã‚Šã¾ã›ã‚“"
msgid "No required pipeline"
msgstr "必須パイプラインãªã—"
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Runner ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“"
msgid "No schedules"
msgstr "スケジュールãªã—"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr "準備ãŒã¾ã ã§ãã¦ã„ã¾ã›ã‚“。ã‚ã¨ã§ã‚‚ã†ä¸€åº¦è©¦ã—ã¦ã
msgid "Not started"
msgstr "開始ã•ã‚Œã¦ã„ã¾ã›ã‚“"
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr "éžæ©Ÿå¯†ã®ã‚¨ãƒ”ックを機密ã®è¦ªã‚¨ãƒ”ックã«å‰²ã‚Šå½“ã¦ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“"
-
msgid "Note"
msgstr "注æ„事項"
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr "ã“ã®æ‹›å¾…メール㯠%{mail_to_invite_email} å®›ã«é€ä¿¡ã—ã¾ã—ãŸãŒã€ã‚ãªãŸã¯ %{link_to_current_user} ã¨ã—ã¦ãŠã‚Šã€ãã®Eメールアドレス㯠%{mail_to_current_user} ã§ã™ã€‚"
@@ -16433,9 +16984,6 @@ msgstr "11月"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr "最上部ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆãƒŠãƒ“ゲーションタブã«ã‚¢ã‚¯ã‚»ã‚¹ã§ãるよã†ã«ãªã‚Šã€è¦‹ã¤ã‘ã‚„ã™ããªã‚Šã¾ã—ãŸã€‚"
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr "æ“作ã—ãŸãƒ•ã‚¡ã‚¤ãƒ«æ•°"
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr "プロジェクトメンãƒãƒ¼ã®ã¿"
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "管ç†è€…ã®ã¿"
-
msgid "Only admins can delete project"
msgstr "管ç†è€…ã ã‘ãŒãƒ—ロジェクトを削除ã§ãã¾ã™"
@@ -16641,6 +17195,9 @@ msgstr "プロジェクトメンãƒãƒ¼ã®ã¿ã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã™"
msgid "Only project members will be imported. Group members will be skipped."
msgstr "プロジェクトメンãƒãƒ¼ã®ã¿ãŒã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚Œã¾ã™ã€‚グループメンãƒãƒ¼ã¯ã‚¹ã‚­ãƒƒãƒ—ã•ã‚Œã¾ã™ã€‚"
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr "未解決(Open)"
msgid "Open Selection"
msgstr "é¸æŠžæ¸ˆã¿ã®ã‚‚ã®ã‚’é–‹ã"
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr "コメントタイプドロップダウンを開ã"
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "エラーを開ã"
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "アウトãƒã‚¦ãƒ³ãƒ‰ãƒªã‚¯ã‚¨ã‚¹ãƒˆ"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr "パッケージã¯ã™ã§ã«ã‚ã‚Šã¾ã™"
msgid "Package deleted successfully"
msgstr "パッケージã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸ"
-msgid "Package information"
-msgstr "パッケージ情報"
-
msgid "Package recipe already exists"
msgstr "パッケージã®ãƒ¬ã‚·ãƒ”ã¯æ—¢ã«å­˜åœ¨ã—ã¦ã„ã¾ã™"
@@ -16911,6 +17465,12 @@ msgstr "npm コマンドをコピー"
msgid "PackageRegistry|Copy npm setup command"
msgstr "npm セットアップコマンドをコピー"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr "Yarn コマンドをコピー"
@@ -16926,6 +17486,9 @@ msgstr "パッケージã®å‰Šé™¤"
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ 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 "ã¾ã è¡Œã£ã¦ã„ãªã„å ´åˆã¯ã€ %{codeStart}pom.xml%{codeEnd} ファイルã«ä»¥ä¸‹ã‚’追加ã™ã‚‹å¿…è¦ãŒã‚ã‚Šã¾ã™ã€‚"
-msgid "PackageRegistry|Installation"
-msgstr "インストール"
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr "ãŠæ°—ã«å…¥ã‚Šã®ãƒ‘ッケージマãƒãƒ¼ã‚¸ãƒ£ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã‹ï¼ŸGitLab ã§ã®ãƒ•ã‚¡ãƒ¼ã‚¹ãƒˆã‚¯ãƒ©ã‚¹ã‚µãƒãƒ¼ãƒˆã®æ§‹ç¯‰ã«ãœã²ã”å”力ãã ã•ã„ï¼æ–°ã—ã„パッケージマãƒãƒ¼ã‚¸ãƒ£ã®ã‚µãƒãƒ¼ãƒˆã®æ§‹ç¯‰æ–¹æ³•ã«ã¤ã„ã¦ã¯ã€ %{contributionLinkStart}貢献ドキュメントをã”覧ãã ã•ã„%{contributionLinkEnd}。以下ã¯ã€ç§ãŸã¡ãŒæ³¨ç›®ã—ã¦ã„るパッケージマãƒãƒ¼ã‚¸ãƒ£ã®ãƒªã‚¹ãƒˆã§ã™ã€‚"
@@ -16983,27 +17543,18 @@ msgstr "NuGet コマンド"
msgid "PackageRegistry|Pip Command"
msgstr "pip コマンド"
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr "レジストリ設定"
-
msgid "PackageRegistry|Remove package"
msgstr "パッケージを削除"
@@ -17052,14 +17603,20 @@ msgstr ""
msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
msgstr "èªè¨¼ãƒˆãƒ¼ã‚¯ãƒ³ã‚’使用ã—ã¦èªè¨¼ã‚’設定ã™ã‚‹å¿…è¦ãŒã‚ã‚‹å ´åˆã‚‚ã‚ã‚Šã¾ã™ã€‚ %{linkStart}詳細ã«ã¤ã„ã¦ã¯ã€æ–‡æ›¸ %{linkEnd} ã‚’å‚ç…§ã—ã¦ãã ã•ã„。"
-msgid "PackageRegistry|npm"
-msgstr "npm"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
-msgstr "yarn"
+msgid "PackageRegistry|yarn command"
+msgstr ""
msgid "PackageType|Composer"
msgstr ""
@@ -17202,8 +17759,8 @@ msgstr "パスワードã®ç¢ºèª"
msgid "Password successfully changed"
msgstr "パスワードãŒæ­£å¸¸ã«å¤‰æ›´ã•ã‚Œã¾ã—ãŸ"
-msgid "Password was successfully updated. Please login with it"
-msgstr "パスワードã¯æ­£å¸¸ã«æ›´æ–°ã•ã‚Œã¾ã—ãŸã€‚æ–°ã—ã„パスワードã§ãƒ­ã‚°ã‚¤ãƒ³ã—ãªãŠã—ã¦ãã ã•ã„。"
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
msgstr ""
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr "ã‚ãªãŸã®ãƒ—ロフィールã«ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã‚’記入ã—ã¦ã€ãƒ—ロファイルを完了ã—ã¦ãã ã•ã„"
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,15 +18419,15 @@ msgstr "固定(最大1280ピクセル)ã¾ãŸã¯æµå‹•çš„(%{percentage})ã
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|Customize integrations with third party services."
msgstr "サードパーティã®ã‚µãƒ¼ãƒ“スã¨ã®çµ±åˆã‚’カスタマイズ"
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "アプリケーションヘッダーã¨ãƒŠãƒ“ゲーションサイドãƒãƒ¼ã®å¤–観をカスタマイズã—ã¾ã™ã€‚"
-msgid "Preferences|Default dashboard"
-msgstr "デフォルトダッシュボード"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "時間を24時間形å¼ã§è¡¨ç¤ºã™ã‚‹"
@@ -17877,6 +18437,9 @@ msgstr "コードビューã§çµ±åˆã‚³ãƒ¼ãƒ‰ã‚¤ãƒ³ãƒ†ãƒªã‚¸ã‚§ãƒ³ã‚¹ã‚’有効ã«
msgid "Preferences|For example: 30 mins ago."
msgstr "例: 30分å‰"
+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 ""
@@ -18168,15 +18731,9 @@ msgstr "ç¾åœ¨ã®çŠ¶æ…‹"
msgid "Profiles|Default notification email"
msgstr "デフォルト通知メール"
-msgid "Profiles|Delete Account"
-msgstr "アカウント削除"
-
msgid "Profiles|Delete account"
msgstr "アカウント削除"
-msgid "Profiles|Delete your account?"
-msgstr "ã‚ãªãŸã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‚’削除ã—ã¾ã™ã‹ï¼Ÿ"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "アカウントを削除ã™ã‚‹ã¨æ¬¡ã®ã‚ˆã†ãªå½±éŸ¿ãŒã‚ã‚Šã¾ã™:"
@@ -18567,6 +19124,9 @@ 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 "プロジェクト: %{name}"
@@ -18591,6 +19151,9 @@ msgstr "誰ã«ã‚‚許å¯ã—ãªã„"
msgid "ProjectFileTree|Name"
msgstr "åå‰"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "記録ãªã—"
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "オペレータ"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,12 +19754,21 @@ msgstr "クエリをé¸æŠž"
msgid "PrometheusAlerts|Threshold"
msgstr "ã—ãã„値"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "%{metrics} ã® %{exporters} ãŒè¦‹ã¤ã‹ã‚Šã¾ã—ãŸ"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\"><a href=\"%{docsUrl}\">共通メトリクス</a>ã¯è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“ã§ã—ãŸ</p>"
-
msgid "PrometheusService|Active"
msgstr "アクティブ"
@@ -19254,6 +19826,9 @@ 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 "カスタムメトリックã¯ä½œæˆã•ã‚Œã¦ã„ã¾ã›ã‚“。 上ã®ãƒœã‚¿ãƒ³ã‚’使用ã—ã¦ä½œæˆã—ã¦ãã ã•ã„"
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr "課題をエピックã«æ˜‡æ ¼æ¸ˆã¿"
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr "貢献度分æžã‚’使用ã™ã‚‹ã¨ã€çµ„ç¹”ã¨ãã®ãƒ¡ãƒ³ãƒãƒ¼ã®èª²é¡Œ
msgid "Prompt users to upload SSH keys"
msgstr "SSH éµã‚’アップロードã™ã‚‹ã‚ˆã†ã«ãƒ¦ãƒ¼ã‚¶ãƒ¼ã«ä¿ƒã™"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr "最近ã®æ¤œç´¢ã‚µãƒ¼ãƒ“スã¯åˆ©ç”¨ã§ãã¾ã›ã‚“"
msgid "Recent searches"
msgstr "最近ã®æ¤œç´¢"
-msgid "Recipe"
-msgstr "レシピ"
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 "リリースã®è©³ç´°ã‚’å–得中ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -19949,6 +20533,9 @@ msgstr "ã™ã¹ã¦ã®æ‹…当者ã¾ãŸã¯ç‰¹å®šã®æ‹…当者を削除"
msgid "Remove all or specific label(s)"
msgstr "ã™ã¹ã¦ã®ãƒ©ãƒ™ãƒ«ã¾ãŸã¯ç‰¹å®šã®ãƒ©ãƒ™ãƒ«ã‚’削除ã™ã‚‹"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "承èªè€…を削除"
@@ -20018,9 +20605,6 @@ msgstr "プライマリノードã®å‰Šé™¤"
msgid "Remove priority"
msgstr "優先度を削除"
-msgid "Remove project"
-msgstr "プロジェクトを削除"
-
msgid "Remove secondary node"
msgstr "セカンダリノードã®å‰Šé™¤"
@@ -20054,9 +20638,6 @@ msgstr "%{milestone_reference} マイルストーンを削除ã—ã¾ã—ãŸã€‚"
msgid "Removed %{type} with id %{id}"
msgstr "Id %{id} 㮠%{type} を削除"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr "ã™ã¹ã¦ã®ãƒ©ãƒ™ãƒ«ã‚’削除済ã¿"
@@ -20069,12 +20650,6 @@ msgstr "削除ã•ã‚ŒãŸã‚°ãƒ«ãƒ¼ãƒ—ã¯ãƒ¬ã‚¹ãƒˆã‚¢ã§ãã¾ã›ã‚“ï¼"
msgid "Removed parent epic %{epic_ref}."
msgstr "親エピック %{epic_ref} を削除ã—ã¾ã—ãŸã€‚"
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "削除ã•ã‚ŒãŸãƒ—ロジェクトã¯å¾©å…ƒã§ãã¾ã›ã‚“ï¼"
-
msgid "Removed spent time."
msgstr "作業時間を削除ã—ã¾ã—ãŸã€‚"
@@ -20123,15 +20698,9 @@ msgstr "期日を削除."
msgid "Removes time estimate."
msgstr "見ç©æ™‚間を削除."
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "ライセンスã®å‰Šé™¤ä¸­..."
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "プロジェクトを除去ã™ã‚‹ã¨ã€ãã®ãƒªãƒã‚¸ãƒˆãƒªã¨ã€èª²é¡Œã€ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆãªã©ã‚’å«ã‚€ã™ã¹ã¦ã®é–¢é€£ãƒªã‚½ãƒ¼ã‚¹ãŒå‰Šé™¤ã•ã‚Œã¾ã™"
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr "リãƒã‚¸ãƒˆãƒªã®ã‚°ãƒ©ãƒ•"
msgid "Repository Settings"
msgstr "リãƒã‚¸ãƒˆãƒªã®è¨­å®š"
-msgid "Repository URL"
-msgstr "リãƒã‚¸ãƒˆãƒª URL"
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr "解決ã™ã‚‹"
msgid "Resolve all threads in new issue"
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 "スレッドを解決ã—ã¾ã™ã€‚"
@@ -20682,6 +21254,9 @@ msgstr "ロールãƒãƒƒã‚¯"
msgid "Rook"
msgstr "Rook"
+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 ""
@@ -20694,6 +21269,9 @@ msgstr "外部リãƒã‚¸ãƒˆãƒªç”¨ CI/CD パイプラインを実行"
msgid "Run housekeeping"
msgstr "ãƒã‚¦ã‚¹ã‚­ãƒ¼ãƒ”ングを実行"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr "Webターミナルを使用ã—ã¦ãƒ†ã‚¹ãƒˆã‚’実行"
@@ -20820,6 +21398,9 @@ msgstr "ä¿å­˜"
msgid "Save Changes"
msgstr "変更をä¿å­˜"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "強制ä¿å­˜"
@@ -20850,6 +21431,9 @@ msgstr "テンプレートをä¿å­˜"
msgid "Save variables"
msgstr "変数をä¿å­˜ã™ã‚‹"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr "ä¿å­˜ä¸­"
@@ -20898,6 +21482,9 @@ msgstr "スコープ"
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "下ã¸ã‚¹ã‚¯ãƒ­ãƒ¼ãƒ«"
@@ -20940,6 +21527,9 @@ msgstr "ブランãƒã‚’検索"
msgid "Search branches and tags"
msgstr "ブランãƒã¾ãŸã¯ã‚¿ã‚°ã‚’検索"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "秘密"
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,8 +21828,8 @@ msgstr "%{firstProject}〠%{secondProject}ã€ãŠã‚ˆã³ %{rest}"
msgid "SecurityReports|Add a project to your dashboard"
msgstr "プロジェクトをダッシュボードã«è¿½åŠ "
-msgid "SecurityReports|Add or remove projects from your dashboard"
-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 "プロジェクトを追加"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr "GitLab管ç†ç”»é¢ã§å½±éŸ¿ã‚’å—ã‘るプロジェクトをå‚ç…§"
msgid "See what's new at GitLab"
msgstr "GitLab ã®æœ€æ–°æƒ…報を見る"
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "é¸æŠž"
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "ソースブランãƒã‚’é¸æŠž"
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "ユーザをé¸æŠž"
@@ -21769,6 +22389,12 @@ msgstr "サービスデスク"
msgid "Service Desk is enabled but not yet active"
msgstr "サービスデスクã¯æœ‰åŠ¹ã§ã™ã€‚ã—ã‹ã—アクティブã§ã¯ã‚ã‚Šã¾ã›ã‚“"
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "サービス テンプレート"
@@ -21781,6 +22407,12 @@ msgstr "セッション期間 (分)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "%{epic_ref} を親エピックã¨ã—ã¦è¨­å®šã—ã¾ã—㟠。"
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "課題説明ã®ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆãƒ†ãƒ³ãƒ—レートを設定ã—ã¾ã™ã€‚"
@@ -22095,12 +22727,6 @@ msgstr "%{total_count} 件中 %{limit} ã®èª²é¡Œã‚’表示. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr "%{total} 件中 %{pageSize} ã®èª²é¡Œã‚’表示"
-msgid "Showing Latest Version"
-msgstr "最新ãƒãƒ¼ã‚¸ãƒ§ãƒ³ã‚’表示"
-
-msgid "Showing Version #%{versionNumber}"
-msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³ç•ªå·#%{versionNumber} を表示"
-
msgid "Showing all issues"
msgstr "ã™ã¹ã¦ã®èª²é¡Œã‚’表示"
@@ -22110,6 +22736,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr "ログã®ç›´è¿‘ã®éƒ¨åˆ† (%{size} サイズ) を表示"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr "並列"
@@ -22203,6 +22835,9 @@ msgstr "既存ã®GitLabアカウントを使用ã›ãšã«%{label} アカウント
msgid "Similar issues"
msgstr "é¡žä¼¼ã®èª²é¡Œ"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr "å˜ä¸€ã¾ãŸã¯è¤‡åˆã®ã‚¯ã‚¨ãƒªãƒ¼"
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr "コードスニペットã¨ãƒ†ã‚­ã‚¹ãƒˆã‚’ä¿å­˜ã€å…±æœ‰ã€åŸ‹ã‚è¾¼ã¿
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "表示ã™ã‚‹ã‚¹ãƒ‹ãƒšãƒƒãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。"
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr "説明(オプション)"
msgid "Snippets|File"
msgstr "ファイル"
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr "コードãƒã‚¤ãƒ©ã‚¤ãƒˆã‚’追加ã™ã‚‹ãŸã‚ã®ãƒ•ã‚¡ã‚¤ãƒ«åを指定ã—ã¾ã™ã€‚例ãˆã°ã€example.rbã¨ã™ã‚‹ã¨Rubyã¨ã—ã¦ã‚³ãƒ¼ãƒ‰ãƒã‚¤ãƒ©ã‚¤ãƒˆã•ã‚Œã¾ã™ã€‚"
@@ -22359,6 +23003,9 @@ msgstr "課題ã®å…¬é–‹ç¯„囲ã®å¤‰æ›´ä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "%{issuableDisplayName} をロック状態ã«ã™ã‚‹ã®ã«å¤±æ•—ã—ã¾ã—ãŸ"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "ボタンã®åˆ‡ã‚Šæ›¿ãˆä¸­ã«å•é¡ŒãŒç™ºç”Ÿã—ã¾ã—ãŸ"
@@ -22488,12 +23135,12 @@ msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¦ã€ãƒ€ãƒƒã‚·ãƒ¥ãƒœãƒ¼ãƒ‰ã« %{project} を追加ã§
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 remove project"
-msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¦ã€ãƒ—ロジェクトを削除ã§ãã¾ã›ã‚“。"
-
msgid "Something went wrong, unable to search projects"
msgstr "å•é¡ŒãŒç™ºç”Ÿã—ã¦ã€ãƒ—ロジェクトを検索ã§ãã¾ã›ã‚“。"
@@ -23388,6 +24035,9 @@ msgstr "GitLab Nextã«åˆ‡ã‚Šæ›¿ãˆã‚‹"
msgid "Switch to the source to copy the file contents"
msgstr "ソースã«åˆ‡ã‚Šæ›¿ãˆã€ãƒ•ã‚¡ã‚¤ãƒ«ã®å†…容をコピーã—ã¾ã™"
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "åŒæœŸæƒ…å ±"
@@ -23436,6 +24086,9 @@ msgstr "タグ一覧:"
msgid "Tag name"
msgstr "ã‚¿ã‚°å"
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr "コミットã«ã‚¿ã‚°ã‚’付ã‘ã¾ã™ã€‚"
@@ -23448,6 +24101,9 @@ msgstr "ã“ã®ã‚³ãƒŸãƒƒãƒˆã« %{tag_name} タグを付ã‘ã¾ã—ãŸã€‚"
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 "タグフィード"
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr "テスト"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "テストカãƒãƒ¬ãƒƒã‚¸è§£æž"
@@ -23694,9 +24356,6 @@ msgstr "表示ã™ã‚‹ãƒ†ã‚¹ãƒˆã¯ã‚ã‚Šã¾ã›ã‚“。"
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr "テストレãƒãƒ¼ãƒˆã‚’å–å¾—ã™ã‚‹é–“ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,15 +24392,12 @@ msgstr "\"CODEOWNERSã‹ã‚‰ã®æ‰¿èªãŒå¿…è¦\" 設定ã¯%{banner_link_start}ä¿è
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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} ã«æ¬¡ã®ã‚¨ãƒ©ãƒ¼ãŒå«ã¾ã‚Œã¦ã„ã¾ã™ã€‚"
msgid "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 "GitLab ã®é«˜åº¦ãªã‚°ãƒ­ãƒ¼ãƒãƒ«æ¤œç´¢ã¯ã€æ™‚間を節約ã§ãる強力ãªæ¤œç´¢ã‚µãƒ¼ãƒ“スã§ã™ã€‚é‡è¤‡ã—ãŸã‚³ãƒ¼ãƒ‰ã®ä½œæˆã‚’ã—ã¦æ™‚間を無駄ã«ã™ã‚‹ã“ã¨ãªãã€è‡ªèº«ã®ãƒ—ロジェクトã®åŠ©ã‘ã¨ãªã‚‹å¤–ã®ãƒãƒ¼ãƒ ã®ã‚³ãƒ¼ãƒ‰ã‚’検索ã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr "Elasticsearchã¸ã®æŽ¥ç¶šã«ä½¿ç”¨ã™ã‚‹URL。クラスタリングをサãƒãƒ¼ãƒˆã™ã‚‹ã«ã¯ã€ã‚³ãƒ³ãƒžåŒºåˆ‡ã‚Šãƒªã‚¹ãƒˆã‚’使用ã—ã¾ã™(例: http://localhost:9200, http://localhost:9201)。"
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 経由ã§ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ã¨ãã«ã‚µãƒ¼ãƒè¨¼æ˜Žæ›¸ã®æ¤œè¨¼ãŒè¡Œã‚ã‚Œã¾ã™ã€‚"
@@ -23797,6 +24456,9 @@ msgstr "ã“ã®ã‚¹ãƒ†ãƒ¼ã‚¸ã§è¨ˆæ¸¬ãƒ‡ãƒ¼ã‚¿ã«è¿½åŠ ã•ã‚ŒãŸã‚¤ãƒ™ãƒ³ãƒˆãƒªã‚¹
msgid "The commit does not exist"
msgstr "コミットãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“。"
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "コãƒã‚¯ã‚·ãƒ§ãƒ³ã¯ %{timeout} ã§ã‚¿ã‚¤ãƒ ã‚¢ã‚¦ãƒˆã—ã¾ã™ã€‚タイムアウトã™ã‚‹ãƒªãƒã‚¸ãƒˆãƒªã§ã¯ã€clone/push を組ã¿åˆã‚ã›ã¦ä½¿ç”¨ã—ã¦ãã ã•ã„。"
@@ -23851,6 +24513,12 @@ msgstr "ファイルã¯æ­£å¸¸ã«å‰Šé™¤ã•ã‚Œã¾ã—ãŸã€‚"
msgid "The file name should have a .yml extension"
msgstr "ファイルåã«ã¯ .yml ã¨ã„ã†æ‹¡å¼µå­ãŒå¿…è¦ã§ã™ã€‚"
+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 items will NOT be exported:"
msgstr "次ã®ã‚¢ã‚¤ãƒ†ãƒ ã¯ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã§ãã¾ã›ã‚“。"
@@ -23951,13 +24619,13 @@ msgstr "ã“ã®ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªã«ã¯ã€ \"%{name}\" ã¨ã„ã†åå‰ãŒã™ã§ã
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "リãƒã‚¸ãƒˆãƒªã‚’クローンã™ã‚‹ã¨ãã« GitLab ã‹ã‚‰å–å¾—ã•ã‚Œã‚‹å¤‰æ›´ã®æ•°ã€‚ã“ã‚Œã«ã‚ˆã‚Šãƒ‘イプラインã®å®Ÿè¡Œé€Ÿåº¦ã‚’上ã’ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚空ã®ã¾ã¾ã«ã™ã‚‹ã‹ã€0 ã«è¨­å®šã—ã¦ã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã§ã‚·ãƒ£ãƒ­ãƒ¼ã‚¯ãƒ­ãƒ¼ãƒ³ã‚’無効ã«ã—ã€GitLab CI ã«æ¯Žå›žã™ã¹ã¦ã®ãƒ–ランãƒã¨ã‚¿ã‚°ã‚’å–å¾—ã•ã›ã¾ã™ã€‚"
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 "プロジェクトã¯ã€ãã®ãƒ—ロジェクトã®ãƒ¡ãƒ³ãƒãƒ¼ã®ã¿ã‚¢ã‚¯ã‚»ã‚¹ã§ãã¾ã™ã€‚å„ユーザーã«ã‚¢ã‚¯ã‚»ã‚¹æ¨©ã‚’明示的ã«æŒ‡å®šã—ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“。"
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr "ãã®åå‰ã®ãƒªãƒã‚¸ãƒˆãƒªã¯ã™ã§ã«ãƒ‡ã‚£ã‚¹ã‚¯ä¸Šã«ã‚ã‚Šã¾ã™"
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,21 +25036,21 @@ 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 %{requestTypeName} data."
+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 analytics duration median data."
-msgstr "ãƒãƒªãƒ¥ãƒ¼ã‚¹ãƒˆãƒªãƒ¼ãƒ åˆ†æžã®æœŸé–“中間データをå–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "There was an error while fetching value stream analytics recent activity data."
-msgstr "ãƒãƒªãƒ¥ãƒ¼ã‚¹ãƒˆãƒªãƒ¼ãƒ åˆ†æžã®æœ€è¿‘ã®ã‚¢ã‚¯ãƒ†ã‚£ãƒ“ティデータをå–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
-
-msgid "There was an error while fetching value stream analytics time summary data."
-msgstr ""
-
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "reCAPTCHA ã«ã‚¨ãƒ©ãƒ¼ãŒã‚ã‚Šã¾ã—ãŸã€‚ reCAPTCHA ã‚’ã‚‚ã†ä¸€åº¦å®Ÿæ–½ã—ã¦ãã ã•ã„。"
@@ -24392,6 +25072,9 @@ msgstr "サードパーティã®ã‚¢ãƒ—リã®ç”³ã—出"
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "ã“ã® %{issuableDisplayName} ã¯ãƒ­ãƒƒã‚¯ã•ã‚Œã¦ã„ã¾ã™ã€‚プロジェクトメンãƒãƒ¼ ã ã‘ãŒã‚³ãƒ¡ãƒ³ãƒˆã§ãã¾ã™ã€‚"
+msgid "This %{issuableType} is confidential"
+msgstr ""
+
msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
msgstr ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr "ã“ã‚Œã¯ã‚ãªãŸã®ç¾åœ¨ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã§ã™"
-msgid "This issue is confidential"
-msgstr "ã“ã®èª²é¡Œã¯éžå…¬é–‹è¨­å®šã§ã™"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr "ã“ã®èª²é¡Œã¯ç¾åœ¨ã€æ¬¡ã®èª²é¡Œã«ã‚ˆã£ã¦ãƒ–ロックã•ã‚Œã¦ã„ã¾ã™ã€‚: %{issues}"
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "ã“ã®ãƒ—ロジェクトã¯ã¾ã Wikiã®ãƒ›ãƒ¼ãƒ ãƒšãƒ¼ã‚¸ãŒã‚ã‚Šã¾ã›ã‚“。"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "ã“ã®ãƒ—ロジェクトã§ã¯èª²é‡‘ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã›ã‚“。クラスターを作æˆã™ã‚‹ã«ã¯ã€<a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\"> 課金を有効<i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> ã«ã—ã¦å†åº¦ãŠè©¦ã—ãã ã•ã„。"
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã¯ã€æ–°ã—ã作æˆã•ã‚ŒãŸãƒ–ランãƒã‚„既存ã®
msgid "This variable can not be masked."
msgstr "ã“ã®å¤‰æ•°ã¯ãƒžã‚¹ã‚¯ã§ãã¾ã›ã‚“."
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr "SVN リãƒã‚¸ãƒˆãƒªã«æŽ¥ç¶šã™ã‚‹ã¨ãã¯ã€%{svn_link} ã‚’ã”確èªã
msgid "To define internal users, first enable new users set to external"
msgstr "内部ユーザーを定義ã™ã‚‹ãŸã‚ã«ã¯ã€å…ˆã«æ–°è¦ãƒ¦ãƒ¼ã‚¶ãƒ¼ã‚’外部ユーザーã«è¨­å®šã§ãるよã†ã«ã—ã¾ã™ã€‚"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "ユーザー世代を有効化ã—ã¦è¡¨ç¤ºã™ã‚‹ã«ã¯ã€ %{application_settings_link_start}アプリケーション設定%{application_settings_link_end} ã«ã‚¢ã‚¯ã‚»ã‚¹ã—ã¦ãã ã•ã„"
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr "アカウントをã•ã‚‰ã«ä¿è­·ã™ã‚‹ãŸã‚ã«ã€%{mfa_link_start}2è¦ç´ èªè¨¼%{mfa_link_end}を設定ã™ã‚‹ã“ã¨ã‚’検討ã—ã¦ãã ã•ã„。"
@@ -25288,9 +25968,15 @@ msgstr "ジョブを開始ã™ã‚‹ãŸã‚ã€ãƒ—ロジェクトã«ç‰¹å®šã® Runner ã
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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "ロードマップを表示ã™ã‚‹ã«ã¯ã€äºˆå®šé–‹å§‹æ—¥ã‹äºˆå®šçµ‚了日をã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‹å­ã‚°ãƒ«ãƒ¼ãƒ—ã®ã‚¨ãƒ”ックã®1ã¤ã«è¿½åŠ ã—ã¦ãã ã•ã„。月表示ã§ã¯ã€å‰æœˆã€å½“月ã€ã‚‚ã—ãã¯5ヶ月先ã®ã‚¨ãƒ”ックã®ã¿ãŒè¡¨ç¤ºã•ã‚Œã¾ã™ã€‚"
@@ -25312,9 +25998,6 @@ msgstr "Todo ã‚’ 完了ã¨ãƒžãƒ¼ã‚¯ã—ã¾ã—ãŸã€‚"
msgid "Today"
msgstr "今日"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ":%{name}: 絵文字リアクションをトグル。"
msgid "Toggles :%{name}: emoji award."
msgstr ":%{name}: 絵文字リアクションをトグル。"
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "明日"
@@ -25519,6 +26205,9 @@ msgstr "トリガー"
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "ミラー更新ã®ãŸã‚ã®ã€ãƒ‘イプライントリガー"
@@ -25588,9 +26277,18 @@ msgstr "無効"
msgid "Turn On"
msgstr "有効"
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "サービスデスクを有効ã«ã™ã‚‹"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25606,12 +26304,24 @@ msgstr "2è¦ç´ èªè¨¼"
msgid "Two-factor Authentication Recovery codes"
msgstr "2è¦ç´ èªè¨¼ã®ãƒªã‚«ãƒãƒªãƒ¼ã‚³ãƒ¼ãƒ‰"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr "ã“ã®ãƒ¦ãƒ¼ã‚¶ãƒ¼ã®2è¦ç´ èªè¨¼ãŒç„¡åŠ¹ã«ãªã‚Šã¾ã—ãŸã€‚"
-
msgid "Two-factor authentication"
msgstr "2è¦ç´ èªè¨¼"
+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 "Type"
msgstr "タイプ"
@@ -25792,8 +26502,8 @@ msgstr "アンロック"
msgid "Unlock the discussion"
msgstr "ディスカッションã®ãƒ­ãƒƒã‚¯ã‚’解除ã™ã‚‹"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "%{issuableDisplayName} ã®ãƒ­ãƒƒã‚¯ã‚’解除ã—ã¾ã™ã‹ï¼Ÿ <strong>全員</strong>ãŒã‚³ãƒ¡ãƒ³ãƒˆã§ãるよã†ã«ãªã‚Šã¾ã™ã€‚"
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "未ロック"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr "ã¾ã§"
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "未検証"
@@ -25963,9 +26676,6 @@ msgstr "æ›´æ–°ã—ã¾ã—ãŸ"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "%{updated_by} ã«ã‚ˆã£ã¦%{updated_at} ã«æ›´æ–°"
-msgid "Updated at"
-msgstr "æ›´æ–°"
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -25982,7 +26692,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "高度ãªæ¤œç´¢ã‚’有効ã«ã™ã‚‹ãŸã‚ã«ãƒ—ランをアップグレードã—ã¾ã™ã€‚"
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr "監査イベントを有効ã«ã™ã‚‹ãŸã‚ã«ã€ãƒ—ランをアップグレード"
@@ -26056,8 +26766,8 @@ msgstr "ã„ã„ã­"
msgid "Usage"
msgstr "使ã„æ–¹"
-msgid "Usage ping is not enabled"
-msgstr "利用状æ³ã®é€ä¿¡ãŒæœ‰åŠ¹ã«ãªã£ã¦ã„ã¾ã›ã‚“"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "使用状æ³ã®çµ±è¨ˆ"
@@ -26146,9 +26856,6 @@ 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 "%{link_start} スコープã®ãƒ©ãƒ™ãƒ«ã‚»ãƒƒãƒˆ%{link_end} を作æˆã™ã‚‹ã«ã¯ã€ %{code_start}::%{code_end} を使用ã—ã¾ã™ï¼ˆä¾‹ï¼š %{code_start}priority::1%{code_end})。"
-msgid "Use %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "サービスデスクを使用ã—ã¦ã€GitLab 内ã®ãƒ¡ãƒ¼ãƒ«ã§ãƒ¦ãƒ¼ã‚¶ã¨æŽ¥ç¶šï¼ˆä¾‹ï¼šé¡§å®¢ã‚µãƒãƒ¼ãƒˆï¼‰"
@@ -26200,9 +26907,6 @@ msgstr "ユーザー %{current_user_username} ㌠アカウント%{username} ã®
msgid "User %{username} was successfully removed."
msgstr "ユーザー %{username} を正常ã«å‰Šé™¤ã—ã¾ã—ãŸã€‚"
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "ユーザーコホート㯠%{usage_ping_link_start} 利用状æ³ã®é€ä¿¡ %{usage_ping_link_end} ãŒæœ‰åŠ¹ãªå ´åˆã«ã®ã¿è¡¨ç¤ºã•ã‚Œã¾ã™ã€‚"
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr "次ã®å ´æ‰€ã¸ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’è¦æ±‚ã—ã¦ã„るユーザー"
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr "ゲストロールをæŒã¤ãƒ¦ãƒ¼ã‚¶ã€ã¾ãŸã¯ãƒ—ロジェクトやグループã«å±žã—ã¦ã„ãªã„ユーザã¯ã€ä½¿ç”¨ä¸­ã®ã‚·ãƒ¼ãƒˆã«ã‚«ã‚¦ãƒ³ãƒˆã•ã‚Œã¾ã›ã‚“。"
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr "検証"
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr "GitLab CI構æˆãƒ•ã‚¡ã‚¤ãƒ«ã‚’検証"
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr "設定ã®ç¢ºèª"
msgid "Version"
msgstr "ãƒãƒ¼ã‚¸ãƒ§ãƒ³"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr "文書ã®è¡¨ç¤º"
@@ -26760,6 +27482,9 @@ msgstr "脆弱性"
msgid "Vulnerabilities over time"
msgstr "長期ã«ã‚ãŸã‚‹è„†å¼±æ€§"
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,8 +27689,8 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr "パスワードリセット方法ã«ã¤ã„ã¦ãƒ¡ãƒ¼ãƒ«ã‚’é€ä¿¡ã—ã¾ã—ãŸ"
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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 "%{expires_on}ã«%{strong}%{namespace_name}%{strong_close}ã¸ã®%{strong}%{plan_name}%{strong_close}サブスクリプションを自動的ã«æ›´æ–°ã—よã†ã¨ã—ã¾ã—ãŸãŒã€å•é¡ŒãŒç™ºç”Ÿã—ãŸãŸã‚ã€ã‚µãƒ–スクリプションã¯ç„¡æ–™ãƒ—ランã«ãƒ€ã‚¦ãƒ³ã‚°ãƒ¬ãƒ¼ãƒ‰ã•ã‚Œã¾ã—ãŸã€‚心é…ã—ãªã„ã§ãã ã•ã„ã€ã‚ãªãŸã®ãƒ‡ãƒ¼ã‚¿ã¯å®‰å…¨ã§ã™ã€‚ãŠæ”¯æ‰•ã„方法を確èªã—ã€ã‚µãƒãƒ¼ãƒˆãƒãƒ¼ãƒ ï¼ˆ%{support_link})ã«é€£çµ¡ã™ã‚‹ã“ã¨ã‚’ãŠå‹§ã‚ã—ã¾ã™ã€‚彼らã¯ã‚ãªãŸã®ã‚µãƒ–スクリプションã®æ›´æ–°ã‚’喜んã§ãŠæ‰‹ä¼ã„ã—ã¾ã™ã€‚"
+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 "本人確èªã®ãŸã‚ã€ã‚ãªãŸãŒãƒ­ãƒœãƒƒãƒˆã§ãªã„ã“ã¨ã‚’確èªã—ã¦ãã ã•ã„。"
@@ -27012,6 +27734,90 @@ msgstr "Webhookã¯ã€ä¾‹ãˆã°æ–°ã—ã„コードãŒãƒ—ッシュã•ã‚ŒãŸã‚Šã€æ–
msgid "Webhooks have moved. They can now be found under the Settings menu."
msgstr "Webhook ã¯è¨­å®šãƒ¡ãƒ‹ãƒ¥ãƒ¼ã«ç§»å‹•ã—ã¾ã—ãŸã€‚"
+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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "水曜日"
@@ -27033,13 +27839,10 @@ msgstr "ãŠã‹ãˆã‚Šãªã•ã„。ã“ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã¯åˆ©ç”¨ã•ã‚Œã¦ã„ãªã‹
msgid "Welcome to GitLab"
msgstr "GitLab ã¸ã‚ˆã†ã“ã"
-msgid "Welcome to GitLab %{name}!"
-msgstr "%{name} ã•ã‚“ GitLab ã¸ã‚ˆã†ã“ãï¼"
-
-msgid "Welcome to GitLab, %{first_name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
+msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
msgid "Welcome to the guided GitLab tour"
@@ -27048,6 +27851,9 @@ msgstr ""
msgid "Welcome to your Issue Board!"
msgstr "課題ボードã¸ã‚ˆã†ã“ã"
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr "何を探ã—ã¾ã™ã‹?"
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,11 +28182,11 @@ msgstr "編集ã—ãŸãƒ•ã‚¡ã‚¤ãƒ«ã‚’æ›´æ–°ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚"
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "Prometheusサーãƒãƒ¼ã«æŽ¥ç¶šã§ãã¾ã—ãŸãŒã€ç¾åœ¨è¡¨ç¤ºã§ãるデータã¯ã‚ã‚Šã¾ã›ã‚“。"
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "%{group_name} を削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯ã€ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—é…下ã®ã‚µãƒ–グループã¨ãƒ—ロジェクトもã™ã¹ã¦å‰Šé™¤ã•ã‚Œã¾ã™ã€‚一度削除ã•ã‚ŒãŸã‚°ãƒ«ãƒ¼ãƒ—を復元ã™ã‚‹ã“ã¨ã¯ã§ãã¾ã›ã‚“。本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "%{project_full_name} プロジェクトを削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚削除ã•ã‚ŒãŸãƒ—ロジェクトã¯çµ¶å¯¾ã«å…ƒã«ã¯æˆ»ã›ã¾ã›ã‚“ï¼æœ¬å½“ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+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 "%{project_full_name} プロジェクトã¨ã®ãƒ•ã‚©ãƒ¼ã‚¯ã®é–¢ä¿‚を削除ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
@@ -27385,6 +28194,12 @@ msgstr "%{project_full_name} プロジェクトã¨ã®ãƒ•ã‚©ãƒ¼ã‚¯ã®é–¢ä¿‚を削
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} を別ã®ã‚ªãƒ¼ãƒŠãƒ¼ã«å§”è­²ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚本当ã«ã‚ˆã‚ã—ã„ã§ã™ã‹ï¼Ÿ"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr "プライマリログインアカウントã®ãƒªãƒ³ã‚¯ã‚’解除ã™ã‚‹ã“
msgid "You are not authorized to perform this action"
msgstr "ã“ã®æ“作を実行ã™ã‚‹æ¨©é™ã‚’ã‚‚ã£ã¦ã„ã¾ã›ã‚“。"
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "ã‚ãªãŸã¯ %{username} アカウントを代用ã—ã¦ã„ã¾ã™ã€‚"
@@ -27430,9 +28248,6 @@ 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 project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,14 +28281,14 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "æ–°ã—ã„メンãƒãƒ¼ã‚’<strong>%{project_name} </strong>ã«æ‹›å¾…ã™ã‚‹ã‹ã€åˆ¥ã®ã‚°ãƒ«ãƒ¼ãƒ—を招待ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "æ–°ã—ã„メンãƒãƒ¼ã‚’<strong>%{project_name} </strong>ã«æ‹›å¾…ã§ãã¾ã™ã€‚"
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
-msgstr "ä»–ã®ã‚°ãƒ«ãƒ¼ãƒ—ã‚’<strong>%{project_name} </strong>ã«æ‹›å¾…ã§ãã¾ã™ã€‚"
+msgid "You can invite another group to %{project_name}."
+msgstr ""
msgid "You can move around the graph by using the arrow keys."
msgstr "矢å°ã‚­ãƒ¼ã‚’使用ã—ã¦ã‚°ãƒ©ãƒ•ã‚’移動ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
@@ -27556,10 +28371,10 @@ msgstr "ã“ã®èª­ã¿å–り専用 GitLab インスタンスã«ã¯æ›¸ã込むã“ã
msgid "You could not create a new trigger."
msgstr "æ–°ã—ã„トリガーを作æˆã§ãã¾ã›ã‚“ã§ã—ãŸã€‚"
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
-msgstr "ã‚ãªãŸã¯%{strong}%{namespace_name}%{strong_close}ã¸ã®%{strong}%{plan_name}%{strong_close}サブスクリプションを更新ã—ã¾ã›ã‚“ã§ã—ãŸã€‚ãã®ãŸã‚ã€å½“サブスクリプションã¯ç„¡æ–™ãƒ—ランã«ãƒ€ã‚¦ãƒ³ã‚°ãƒ¬ãƒ¼ãƒ‰ã•ã‚Œã¾ã—ãŸã€‚"
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr "%{set_password_link} ã§ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã®ãƒ‘スワードãŒã‚»ãƒƒãƒˆã•
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "SSHéµã‚’プロフィールã«è¿½åŠ ã—ãªã„é™ã‚Šã€SSH経由ã§ãƒ—ロジェクトã®ã‚³ãƒ¼ãƒ‰ã‚’プルã—ãŸã‚Šãƒ—ッシュã™ã‚‹ã“ã¨ãŒã§ãã¾ã›ã‚“。"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr "ç¾åœ¨ã®ã‚¢ã‚«ã‚¦ãƒ³ãƒˆã‹ã‚‰è‡ªå‹•çš„ã«ã‚µã‚¤ãƒ³ã‚¢ã‚¦ãƒˆã•ã‚Œã¾ã™ã€‚"
@@ -27847,8 +28665,8 @@ msgstr "ã“ã®ã‚³ãƒŸãƒƒãƒˆãƒ¡ãƒ¼ãƒ«ã¯ã€ç·¨é›†ã‚„マージãªã©ã®Webベース
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "%{openingTag}グループã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹%{closingTag} ãŒè¨­å®šã•ã‚Œã¦ã„ãªã„å ´åˆã€ãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®é€šçŸ¥ãƒ¡ãƒ¼ãƒ«ã‚’アカウントã®é€šçŸ¥ã«ä½¿ç”¨ã—ã¾ã™ã€‚"
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr "DevOps Scoreã«ã¯ã€æ©Ÿèƒ½ã®è¦³ç‚¹ã‹ã‚‰ GitLab ã‚’ã©ã®ã‚ˆã†ã«ä½¿ç”¨ã—ã¦ã„ã‚‹ã‹ã®æ¦‚è¦ãŒè¨˜è¼‰ã•ã‚Œã¦ã„ã¾ã™ã€‚ä»–ã®çµ„ç¹”ã¨ã®æ¯”較ã€ä½¿ç”¨ã—ã¦ã„ãªã„機能ã®ç™ºè¦‹ã€ãƒ–ログã®æŠ•ç¨¿ã‚„ホワイトペーパーを通ã˜ã¦ãƒ™ã‚¹ãƒˆãƒ—ラクティスを学ã¶ã“ã¨ãŒã§ãã¾ã™ã€‚"
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
msgid "Your GPG keys (%{count})"
msgstr "GPG éµ (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr "ã™ã§ã«ã“ã®ã‚°ãƒ«ãƒ¼ãƒ—ã¨å…±æœ‰ã—ã¦ã„ã¾ã™"
msgid "among other things"
msgstr "ãã®ä»–ã®ã‚‚ã®"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr "マージリクエストã®æ‰¿èªè€…ã¯ã™ã§ã«å­˜åœ¨ã—ã¾ã™"
@@ -28392,12 +29216,6 @@ msgstr "コミット %{commit_id}"
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "ã‚ãªãŸã¯å…¬é–‹è¨­å®šã«å¤‰æ›´ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯<strong>ã™ã¹ã¦ã®äºº</strong> ãŒé–²è¦§å¯èƒ½ã«ãªã‚Šã€èª²é¡Œã«å¯¾ã—ã¦ã‚³ãƒ¡ãƒ³ãƒˆã‚’残ã™ã“ã¨ãŒã§ãるよã†ã«ãªã‚‹ã“ã¨ã‚’æ„味ã—ã¾ã™ã€‚"
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "ã‚ãªãŸã¯éžå…¬é–‹è¨­å®šã‚’オンã«ã—よã†ã¨ã—ã¦ã„ã¾ã™ã€‚ã“ã‚Œã¯ã€æœ€ä½Žã§ã‚‚<strong>報告権é™</strong>ã‚’æŒã£ãŸãƒãƒ¼ãƒ ãƒ¡ãƒ³ãƒãƒ¼ã®ã¿ãŒèª²é¡Œã‚’表示ã—ãŸã‚Šã‚³ãƒ¡ãƒ³ãƒˆã‚’残ã—ãŸã‚Šã™ã‚‹ã“ã¨ãŒã§ãるよã†ã«ãªã‚‹ã¨ã„ã†ã“ã¨ã§ã™ã€‚"
-
msgid "connecting"
msgstr "接続中"
@@ -28551,6 +29369,10 @@ msgstr "ã“ã®ãƒ—ロジェクトをフォーク"
msgid "from"
msgstr "from"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr "グループ"
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr "プロジェクト %{link_to_project}"
-msgid "index"
-msgstr "インデックス"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "インスタンスãŒå®Œäº†ã—ã¾ã—ãŸ"
@@ -28639,6 +29458,9 @@ msgstr "ã¯æœ‰åŠ¹ãª X509 証明書ã§ã¯ã‚ã‚Šã¾ã›ã‚“。"
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr "ã¯è¨±å¯ã•ã‚Œã¦ã„ã¾ã›ã‚“。別ã®ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã§ã‚‚ã†ä¸€åº¦è©¦ã™ã‹ã€GitLab管ç†è€…ã«é€£çµ¡ã—ã¦ãã ã•ã„。"
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "ã‚ãªãŸãŒæ‰€æœ‰ã™ã‚‹ãƒ¡ãƒ¼ãƒ«ã‚¢ãƒ‰ãƒ¬ã‚¹ã§ã¯ã‚ã‚Šã¾ã›ã‚“"
@@ -28787,9 +29609,15 @@ msgstr "%{metricsLinkStart} メモリ %{metricsLinkEnd} 使用率㯠%{memoryFro
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr "次ã®ãƒ¦ãƒ¼ã‚¶ã«ã‚ˆã£ã¦ãƒžãƒ¼ã‚¸ãƒˆãƒ¬ã‚¤ãƒ³ã«è¿½åŠ ã•ã‚Œã¾ã—ãŸï¼š"
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "ターゲットブランãƒã«ãƒžãƒ¼ã‚¸ã§ãるメンãƒãƒ¼ã‹ã‚‰ã®ã‚³ãƒŸãƒƒãƒˆã‚’許å¯ã™ã‚‹"
@@ -28802,6 +29630,9 @@ msgstr "マージリクエストã®æ‰¿èªæƒ…報をå–得中ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿ
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "承èªã‚’é€ä¿¡ä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "承èªãƒ‘スワードãŒç„¡åŠ¹ã§ã™ã€‚"
@@ -28874,9 +29705,6 @@ msgstr "%{branch} ブランãƒãŒãƒ­ãƒ¼ã‚«ãƒ«ãƒªãƒã‚¸ãƒˆãƒªã«å­˜åœ¨ã™ã‚‹å ´å
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "%{missingBranchName} ブランãƒãŒãƒ­ãƒ¼ã‚«ãƒ«ãƒªãƒã‚¸ãƒˆãƒªã«å­˜åœ¨ã™ã‚‹å ´åˆã¯ã€ã‚³ãƒžãƒ³ãƒ‰ãƒ©ã‚¤ãƒ³ã‚’使用ã—ã¦ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’手動ã§ãƒžãƒ¼ã‚¸ã™ã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr "ä½ç½®%{mergeTrainPosition} ã®ãƒžãƒ¼ã‚¸ãƒˆãƒ¬ã‚¤ãƒ³å†…"
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr "マージ作業者"
msgid "mrWidget|More information"
msgstr "詳ã—ã„情報"
-msgid "mrWidget|No approval required"
-msgstr "承èªã¯ä¸è¦"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "承èªã¯ä¸è¦ã§ã™ãŒã€æ‰¿èªã™ã‚‹ã“ã¨ã‚‚ã§ãã¾ã™"
-
msgid "mrWidget|Open in Web IDE"
msgstr "Web IDE ã§é–‹ã"
@@ -28997,6 +29819,12 @@ msgstr "ã“ã®ã‚½ãƒ¼ã‚¹ãƒ–ランãƒã¯å‰Šé™¤ã•ã‚Œã¾ã›ã‚“"
msgid "mrWidget|There are merge conflicts"
msgstr "マージã®ç«¶åˆãŒã‚ã‚Šã¾ã™"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr "ã“ã®æ©Ÿèƒ½ã¯ã€ã‚¿ãƒ¼ã‚²ãƒƒãƒˆãƒ–ランãƒã‹ã‚‰ã‚½ãƒ¼ã‚¹ãƒ–ランãƒã¸ã®å¤‰æ›´ã‚’マージã—ã¾ã™ã€‚ã“ã®ã‚½ãƒ¼ã‚¹ãƒ–ランãƒã¯ä¿è­·ã•ã‚Œã¦ã„ã‚‹ãŸã‚ã€ã‚ãªãŸã¯ã“ã®æ©Ÿèƒ½ã‚’使用ã§ãã¾ã›ã‚“。"
@@ -29006,12 +29834,6 @@ msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯è‡ªå‹•çš„ã«ãƒžãƒ¼ã‚¸ã•ã‚Œã¾ã›ã‚“ã§
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯ãƒžãƒ¼ã‚¸å®Ÿè¡Œä¸­ã§ã™"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã‚’ã€ãƒ‘イプライン %{linkStart}#%{pipelineId}%{linkEnd} ãŒæˆåŠŸã—ãŸã¨ãã«ãƒžãƒ¼ã‚¸ãƒˆãƒ¬ã‚¤ãƒ³ã¸è¿½åŠ ã—ã¾ã™ã€‚"
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "ã“ã®ãƒžãƒ¼ã‚¸ãƒªã‚¯ã‚¨ã‚¹ãƒˆã¯ã€ãƒ‘イプライン %{linkStart}#%{pipelineId}%{linkEnd} ãŒæˆåŠŸã—ãŸã¨ãã«ãƒžãƒ¼ã‚¸ãƒˆãƒ¬ã‚¤ãƒ³ã‚’開始ã—ã¾ã™ã€‚"
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "ã“ã®ãƒ—ロジェクトã¯ã‚¢ãƒ¼ã‚«ã‚¤ãƒ–ã•ã‚Œã¦ã„ã‚‹ãŸã‚ã€æ›¸ãè¾¼ã¿ã¯ç„¡åŠ¹ã§ã™ã€‚"
@@ -29217,6 +30039,9 @@ msgstr "リãƒã‚¸ãƒˆãƒªã¸ã®ãƒ—ッシュã€ãƒ‘イプラインã®ä½œæˆã€èª²é¡Œ
msgid "quick actions"
msgstr "クイックアクション"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "登録"
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr "スコア"
-
msgid "security Reports|There was an error creating the merge request"
msgstr "マージリクエストã®ä½œæˆä¸­ã«ã‚¨ãƒ©ãƒ¼ãŒç™ºç”Ÿã—ã¾ã—ãŸã€‚"
@@ -29380,6 +30202,9 @@ msgstr "次ã®èª²é¡Œ"
msgid "this document"
msgstr "ã“ã®ãƒ‰ã‚­ãƒ¥ãƒ¡ãƒ³ãƒˆ"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "コントリビュータã®ã‚³ãƒŸãƒ¥ãƒ‹ã‚±ãƒ¼ã‚·ãƒ§ãƒ³ã‚’効率化ã™ã‚‹ï¼"
@@ -29398,6 +30223,9 @@ msgstr "ドロップダウンã®åˆ‡æ›¿"
msgid "triggered"
msgstr "トリガーã•ã‚ŒãŸ"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "Unicodeドメインã«ã¯IDNAエンコーディングを使用ã—ã¦ãã ã•ã„"
@@ -29461,6 +30289,9 @@ msgstr "コメントを追加"
msgid "vulnerability|Add comment & dismiss"
msgstr "コメントを追加ã—ã¦å´ä¸‹"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "脆弱性報告をå´ä¸‹ã™ã‚‹"
diff --git a/locale/ka_GE/gitlab.po b/locale/ka_GE/gitlab.po
index 130d61c6655..acc3c40ab0d 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: 2020-08-06 13:43\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/kab/gitlab.po b/locale/kab/gitlab.po
new file mode 100644
index 00000000000..84e3b7064ba
--- /dev/null
+++ b/locale/kab/gitlab.po
@@ -0,0 +1,30486 @@
+msgid ""
+msgstr ""
+"Project-Id-Version: gitlab-ee\n"
+"Report-Msgid-Bugs-To: \n"
+"Last-Translator: \n"
+"Language-Team: Kabyle\n"
+"Language: kab_KAB\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: kab\n"
+"X-Crowdin-File: /master/locale/gitlab.pot\n"
+"X-Crowdin-File-ID: 6\n"
+"PO-Revision-Date: 2020-09-04 23:11\n"
+
+msgid " %{start} to %{end}"
+msgstr ""
+
+msgid " (from %{timeoutSource})"
+msgstr ""
+
+msgid " Collected %{time}"
+msgstr ""
+
+msgid " Please sign in."
+msgstr ""
+
+msgid " Try to %{action} this file again."
+msgstr ""
+
+msgid " You need to do this before %{grace_period_deadline}."
+msgstr ""
+
+msgid " and"
+msgstr ""
+
+msgid " and "
+msgstr ""
+
+msgid " and %{sliced}"
+msgstr ""
+
+msgid " degraded on %d point"
+msgid_plural " degraded on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " improved on %d point"
+msgid_plural " improved on %d points"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid " or "
+msgstr ""
+
+msgid " or %{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 "\"%{path}\" did not exist on \"%{ref}\""
+msgstr ""
+
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
+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 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 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 commit"
+msgid_plural "%d commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit behind"
+msgid_plural "%d commits behind"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commit,"
+msgid_plural "%d commits,"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d commits"
+msgstr ""
+
+msgid "%d contribution"
+msgid_plural "%d contributions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%d error"
+msgid_plural "%d errors"
+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 fixed test result"
+msgid_plural "%d fixed test results"
+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 selected"
+msgid_plural "%d issues selected"
+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 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 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 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 tag"
+msgid_plural "%d tags"
+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 "%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 "%{address} is an invalid IP address range"
+msgstr ""
+
+msgid "%{author_link} wrote:"
+msgstr ""
+
+msgid "%{authorsName}'s thread"
+msgstr ""
+
+msgid "%{code_open}\"johnsmith@example.com\": \"@johnsmith\"%{code_close} will add \"By %{link_open}@johnsmith%{link_close}\" to all issues and comments originally created by johnsmith@example.com, and will set %{link_open}@johnsmith%{link_close} as the assignee on all issues originally assigned to johnsmith@example.com."
+msgstr ""
+
+msgid "%{code_open}\"johnsmith@example.com\": \"John Smith\"%{code_close} will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
+msgstr ""
+
+msgid "%{code_open}\"johnsmith@example.com\": \"johnsm...@example.com\"%{code_close} will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
+msgstr ""
+
+msgid "%{code_open}\"johnsmith@example.com\": \"johnsmith@example.com\"%{code_close} will add \"By %{link_open}johnsmith@example.com%{link_close}\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
+msgstr ""
+
+msgid "%{code_open}Masked%{code_close} variables are hidden in job logs (though they must match certain regexp requirements to do so)."
+msgstr ""
+
+msgid "%{code_open}Protected%{code_close} variables are only exposed to protected branches or tags."
+msgstr ""
+
+msgid "%{commit_author_link} authored %{commit_timeago}"
+msgstr ""
+
+msgid "%{completedWeight} of %{totalWeight} weight completed"
+msgstr ""
+
+msgid "%{containerScanningLinkStart}Container Scanning%{containerScanningLinkEnd} and/or %{dependencyScanningLinkStart}Dependency Scanning%{dependencyScanningLinkEnd} must be enabled. %{securityBotLinkStart}GitLab-Security-Bot%{securityBotLinkEnd} will be the author of the auto-created merge request. %{moreInfoLinkStart}More information%{moreInfoLinkEnd}."
+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} files touched"
+msgstr ""
+
+msgid "%{count} more"
+msgstr ""
+
+msgid "%{count} more assignees"
+msgstr ""
+
+msgid "%{count} more release"
+msgid_plural "%{count} more releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} of %{required} approvals from %{name}"
+msgstr ""
+
+msgid "%{count} of %{total}"
+msgstr ""
+
+msgid "%{count} participant"
+msgid_plural "%{count} participants"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} pending comment"
+msgid_plural "%{count} pending comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{count} related %{pluralized_subject}: %{links}"
+msgstr ""
+
+msgid "%{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 "%{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 "%{extra} more downstream pipelines"
+msgstr ""
+
+msgid "%{filePath} deleted"
+msgstr ""
+
+msgid "%{firstLabel} +%{labelCount} more"
+msgstr ""
+
+msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
+msgstr ""
+
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
+
+msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
+msgstr ""
+
+msgid "%{group_name} group members"
+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 "%{host} sign-in from new location"
+msgstr ""
+
+msgid "%{icon}You are about to add %{usersTag} people to the discussion. They will all receive a notification."
+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 "%{issuesSize} issues with a limit of %{maxIssueCount}"
+msgstr ""
+
+msgid "%{issuesSize} with a limit of %{maxIssueCount}"
+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}Headers:%{labelEnd} %{headers}"
+msgstr ""
+
+msgid "%{labelStart}Image:%{labelEnd} %{image}"
+msgstr ""
+
+msgid "%{labelStart}Method:%{labelEnd} %{method}"
+msgstr ""
+
+msgid "%{labelStart}Namespace:%{labelEnd} %{namespace}"
+msgstr ""
+
+msgid "%{labelStart}Report Type:%{labelEnd} %{reportType}"
+msgstr ""
+
+msgid "%{labelStart}Scanner:%{labelEnd} %{scanner}"
+msgstr ""
+
+msgid "%{labelStart}Severity:%{labelEnd} %{severity}"
+msgstr ""
+
+msgid "%{labelStart}Status:%{labelEnd} %{status}"
+msgstr ""
+
+msgid "%{labelStart}URL:%{labelEnd} %{url}"
+msgstr ""
+
+msgid "%{label_for_message} unavailable"
+msgstr ""
+
+msgid "%{label_name} %{span_open}will be permanently deleted from %{subject_name}. This cannot be undone.%{span_close}"
+msgstr ""
+
+msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
+msgstr ""
+
+msgid "%{level_name} is not allowed in a %{group_level_name} group."
+msgstr ""
+
+msgid "%{level_name} is not allowed since the fork source project has lower visibility."
+msgstr ""
+
+msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{link_start}Read more%{link_end} about role permissions"
+msgstr ""
+
+msgid "%{link_start}Remove the %{draft_or_wip_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} or %{wip_snippet}%{link_end} to prevent a merge request that is a work in progress from being merged before it's ready."
+msgstr ""
+
+msgid "%{listToShow}, and %{awardsListLength} more."
+msgstr ""
+
+msgid "%{loadingIcon} Started"
+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_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
+msgid "%{mrText}, this issue will be closed automatically."
+msgstr ""
+
+msgid "%{name_with_link} 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} has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "%{namespace_name} is now read-only. You cannot: %{base_message}"
+msgstr ""
+
+msgid "%{name} contained %{resultsString}"
+msgstr ""
+
+msgid "%{name} found %{resultsString}"
+msgstr ""
+
+msgid "%{name} is already being used for another emoji"
+msgstr ""
+
+msgid "%{name} is scheduled for %{action}"
+msgstr ""
+
+msgid "%{name}'s avatar"
+msgstr ""
+
+msgid "%{name}(%{url}) 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}(%{url}) has run out of Shared Runner Pipeline minutes so no new jobs or pipelines in its projects will run."
+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 "%{openOrClose} %{noteable}"
+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 "%{primary} (%{secondary})"
+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} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}."
+msgstr ""
+
+msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities."
+msgstr ""
+
+msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities out of %{total}."
+msgstr ""
+
+msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerability."
+msgid_plural "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}."
+msgstr ""
+
+msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerability."
+msgid_plural "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{reportType} %{status} detected %{other} vulnerability."
+msgid_plural "%{reportType} %{status} detected %{other} vulnerabilities."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{reportType} %{status} detected no vulnerabilities."
+msgstr ""
+
+msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
+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_title} %{message}."
+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 "%{state} epics"
+msgstr ""
+
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
+msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
+msgstr ""
+
+msgid "%{strong_start}%{branch_count}%{strong_end} Branch"
+msgid_plural "%{strong_start}%{branch_count}%{strong_end} Branches"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{commit_count}%{strong_end} Commit"
+msgid_plural "%{strong_start}%{commit_count}%{strong_end} Commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{strong_start}%{human_size}%{strong_end} Files"
+msgstr ""
+
+msgid "%{strong_start}%{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} %{files}"
+msgid_plural "%{text} %{files} files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "%{text} is available"
+msgstr ""
+
+msgid "%{timebox_name} should belong either to a project or a group."
+msgstr ""
+
+msgid "%{title} %{operator} %{threshold}"
+msgstr ""
+
+msgid "%{title} changes"
+msgstr ""
+
+msgid "%{token}..."
+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} open issues"
+msgstr ""
+
+msgid "%{usage_ping_link_start}Learn more%{usage_ping_link_end} about what information is shared with GitLab Inc."
+msgstr ""
+
+msgid "%{userName} (cannot merge)"
+msgstr ""
+
+msgid "%{userName}'s avatar"
+msgstr ""
+
+msgid "%{user_name} profile page"
+msgstr ""
+
+msgid "%{username}'s avatar"
+msgstr ""
+
+msgid "%{value} 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 "&lt; 1 hour"
+msgstr ""
+
+msgid "&lt;no name set&gt;"
+msgstr ""
+
+msgid "&lt;no scopes selected&gt;"
+msgstr ""
+
+msgid "&lt;project name&gt;"
+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}' stage already exists"
+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 "(No changes)"
+msgstr ""
+
+msgid "(check progress)"
+msgstr ""
+
+msgid "(deleted)"
+msgstr ""
+
+msgid "(external source)"
+msgstr ""
+
+msgid "(line: %{startLine})"
+msgstr ""
+
+msgid "(max size 15 MB)"
+msgstr ""
+
+msgid "(removed)"
+msgstr ""
+
+msgid "(revoked)"
+msgstr ""
+
+msgid "* * * * *"
+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 "+%{tags} more"
+msgstr ""
+
+msgid ", or "
+msgstr ""
+
+msgid "- Event"
+msgid_plural "- Events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- Runner is active and can process any new jobs"
+msgstr ""
+
+msgid "- Runner is paused and will not receive any new jobs"
+msgstr ""
+
+msgid "- User"
+msgid_plural "- Users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "- of - weight completed"
+msgstr ""
+
+msgid "- show less"
+msgstr ""
+
+msgid "0 bytes"
+msgstr ""
+
+msgid "0 for unlimited"
+msgstr ""
+
+msgid "0 for unlimited, only effective with remote storage enabled."
+msgstr ""
+
+msgid "1 %{type} addition"
+msgid_plural "%{count} %{type} additions"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 %{type} modification"
+msgid_plural "%{count} %{type} modifications"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 Day"
+msgid_plural "%d Days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed issue"
+msgid_plural "%{issues} closed issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 closed merge request"
+msgid_plural "%{merge_requests} closed merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 day"
+msgid_plural "%d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 group"
+msgid_plural "%d groups"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 hour"
+msgid_plural "%d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 merged merge request"
+msgid_plural "%{merge_requests} merged merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 minute"
+msgid_plural "%d minutes"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open issue"
+msgid_plural "%{issues} open issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 open merge request"
+msgid_plural "%{merge_requests} open merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 pipeline"
+msgid_plural "%d pipelines"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 role"
+msgid_plural "%d roles"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1 user"
+msgid_plural "%{num} users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "1-9 contributions"
+msgstr ""
+
+msgid "10-19 contributions"
+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 'Runner' is a process which runs a job. You can set up as many Runners as you need."
+msgstr ""
+
+msgid "A .NET Core console application template, customizable for any .NET Core project"
+msgstr ""
+
+msgid "A 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 Hexo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Hugo site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Jekyll site that uses Netlify for CI/CD instead of GitLab, but still with all the other great GitLab features."
+msgstr ""
+
+msgid "A Let's Encrypt SSL certificate can not be obtained until your domain is verified."
+msgstr ""
+
+msgid "A Let's Encrypt account will be configured for this GitLab installation using your email address. You will receive emails to warn of expiring certificates."
+msgstr ""
+
+msgid "A basic page and serverless function that uses AWS Lambda, AWS API Gateway, and GitLab Pages"
+msgstr ""
+
+msgid "A complete DevOps platform"
+msgstr ""
+
+msgid "A default branch cannot be chosen for an empty project."
+msgstr ""
+
+msgid "A deleted user"
+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 fork is a copy of a project."
+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 member of the abuse team will review your report as soon as possible."
+msgstr ""
+
+msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
+msgstr ""
+
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
+
+msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the %{release_link_start}Releases page%{release_link_end} to read more about it."
+msgstr ""
+
+msgid "A new Release %{tag} for %{name} was published. Visit the Releases page to read more about it:"
+msgstr ""
+
+msgid "A new branch will be created in your fork and a new merge request will be started."
+msgstr ""
+
+msgid "A new impersonation token has been created."
+msgstr ""
+
+msgid "A 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 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 is where you house your files (repository), plan your work (issues), and publish your documentation (wiki), %{among_other_things_link}."
+msgstr ""
+
+msgid "A ready-to-go template for use with Android apps."
+msgstr ""
+
+msgid "A ready-to-go template for use with iOS Swift apps."
+msgstr ""
+
+msgid "A regular expression that will be used to find the test coverage output in the job log. Leave blank to disable"
+msgstr ""
+
+msgid "A secure token that identifies an external storage request."
+msgstr ""
+
+msgid "A sign-in to your account has been made from the following IP address: %{ip}"
+msgstr ""
+
+msgid "A subscription will 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 "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 Help"
+msgstr ""
+
+msgid "API Token"
+msgstr ""
+
+msgid "AWS Access Key"
+msgstr ""
+
+msgid "AWS Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "AWS Secret Access Key"
+msgstr ""
+
+msgid "AWS Secret Access Key. Only required if not using role instance credentials"
+msgstr ""
+
+msgid "Abort"
+msgstr ""
+
+msgid "About GitLab"
+msgstr ""
+
+msgid "About GitLab CE"
+msgstr ""
+
+msgid "About auto deploy"
+msgstr ""
+
+msgid "About this feature"
+msgstr ""
+
+msgid "Abuse Reports"
+msgstr ""
+
+msgid "Abuse reports"
+msgstr ""
+
+msgid "Accept invitation"
+msgstr ""
+
+msgid "Accept terms"
+msgstr ""
+
+msgid "Acceptable for use in this project"
+msgstr ""
+
+msgid "Access Tokens"
+msgstr ""
+
+msgid "Access denied for your LDAP account."
+msgstr ""
+
+msgid "Access denied! Please verify you can add deploy keys to this repository."
+msgstr ""
+
+msgid "Access expiration date"
+msgstr ""
+
+msgid "Access forbidden. Check your access level."
+msgstr ""
+
+msgid "Access requests"
+msgstr ""
+
+msgid "Access to '%{classification_label}' not allowed"
+msgstr ""
+
+msgid "Access to Pages websites are controlled based on the user's membership to a given project. By checking this box, users will be required to be logged in to have access to all Pages websites in your instance."
+msgstr ""
+
+msgid "AccessDropdown|Groups"
+msgstr ""
+
+msgid "AccessDropdown|Roles"
+msgstr ""
+
+msgid "AccessDropdown|Users"
+msgstr ""
+
+msgid "AccessTokens|Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Are you sure?"
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any RSS or calendar URLs currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Are you sure? Any issue email addresses currently in use will stop working."
+msgstr ""
+
+msgid "AccessTokens|Created"
+msgstr ""
+
+msgid "AccessTokens|Feed token"
+msgstr ""
+
+msgid "AccessTokens|Incoming email token"
+msgstr ""
+
+msgid "AccessTokens|It cannot be used to access any other data."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can access repository static objects as if they were you. You should %{reset_link_start}reset it%{reset_link_end} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can create issues as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Keep this token secret. Anyone who gets ahold of it can read activity and issue RSS feeds or your calendar feed as if they were you. You should %{link_reset_it} if that ever happens."
+msgstr ""
+
+msgid "AccessTokens|Personal Access Tokens"
+msgstr ""
+
+msgid "AccessTokens|Static object token"
+msgstr ""
+
+msgid "AccessTokens|They are the only accepted password when you have Two-Factor Authentication (2FA) enabled."
+msgstr ""
+
+msgid "AccessTokens|You can also use personal access tokens to authenticate against Git over HTTP."
+msgstr ""
+
+msgid "AccessTokens|You can generate a personal access token for each application you use that needs access to the GitLab API."
+msgstr ""
+
+msgid "AccessTokens|Your feed token is used to authenticate you when your RSS reader loads a personalized RSS feed or when your calendar application loads a personalized calendar, and is included in those feed URLs."
+msgstr ""
+
+msgid "AccessTokens|Your incoming email token is used to authenticate you when you create a new issue by email, and is included in your personal project-specific email addresses."
+msgstr ""
+
+msgid "AccessTokens|Your static object token is used to authenticate you when repository static objects (e.g. archives, blobs, ...) are being served from an external storage."
+msgstr ""
+
+msgid "AccessTokens|reset it"
+msgstr ""
+
+msgid "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: %{account}"
+msgstr ""
+
+msgid "Action to take when receiving an alert. %{docsLink}"
+msgstr ""
+
+msgid "Actions"
+msgstr ""
+
+msgid "Activate"
+msgstr ""
+
+msgid "Activate Service Desk"
+msgstr ""
+
+msgid "Activate user activity analysis"
+msgstr ""
+
+msgid "Active"
+msgstr ""
+
+msgid "Active %{type} (%{token_length})"
+msgstr ""
+
+msgid "Active Sessions"
+msgstr ""
+
+msgid "Active Users:"
+msgstr ""
+
+msgid "Active users"
+msgstr ""
+
+msgid "Activity"
+msgstr ""
+
+msgid "Add"
+msgstr ""
+
+msgid "Add \"%{value}\""
+msgstr ""
+
+msgid "Add %d issue"
+msgid_plural "Add %d issues"
+msgstr[0] ""
+msgstr[1] ""
+
+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 GitLab to Slack"
+msgstr ""
+
+msgid "Add Group Webhooks and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Add Jaeger URL"
+msgstr ""
+
+msgid "Add Kubernetes cluster"
+msgstr ""
+
+msgid "Add LICENSE"
+msgstr ""
+
+msgid "Add New Node"
+msgstr ""
+
+msgid "Add README"
+msgstr ""
+
+msgid "Add Variable"
+msgstr ""
+
+msgid "Add Zoom meeting"
+msgstr ""
+
+msgid "Add a %{type}"
+msgstr ""
+
+msgid "Add a GPG key"
+msgstr ""
+
+msgid "Add a Grafana button in the admin sidebar, monitoring section, to access a variety of statistics on the health and performance of GitLab."
+msgstr ""
+
+msgid "Add a To Do"
+msgstr ""
+
+msgid "Add a To-Do"
+msgstr ""
+
+msgid "Add a bullet list"
+msgstr ""
+
+msgid "Add a comment to this line"
+msgstr ""
+
+msgid "Add a general comment to this %{noteableDisplayName}."
+msgstr ""
+
+msgid "Add a general comment to this %{noteable_name}."
+msgstr ""
+
+msgid "Add a homepage to your wiki that contains information about your project and GitLab will display it here instead of this message."
+msgstr ""
+
+msgid "Add a line"
+msgstr ""
+
+msgid "Add a link"
+msgstr ""
+
+msgid "Add a new issue"
+msgstr ""
+
+msgid "Add a numbered list"
+msgstr ""
+
+msgid "Add a related issue"
+msgstr ""
+
+msgid "Add a table"
+msgstr ""
+
+msgid "Add a task list"
+msgstr ""
+
+msgid "Add additional text to appear in all email communications. %{character_limit} character limit"
+msgstr ""
+
+msgid "Add an SSH key"
+msgstr ""
+
+msgid "Add an existing issue"
+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 child epic to an epic"
+msgstr ""
+
+msgid "Add comment now"
+msgstr ""
+
+msgid "Add comment to design"
+msgstr ""
+
+msgid "Add deploy freeze"
+msgstr ""
+
+msgid "Add domain"
+msgstr ""
+
+msgid "Add email address"
+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 issues"
+msgstr ""
+
+msgid "Add italic text"
+msgstr ""
+
+msgid "Add key"
+msgstr ""
+
+msgid "Add label(s)"
+msgstr ""
+
+msgid "Add license"
+msgstr ""
+
+msgid "Add list"
+msgstr ""
+
+msgid "Add new application"
+msgstr ""
+
+msgid "Add new directory"
+msgstr ""
+
+msgid "Add or remove previously merged commits"
+msgstr ""
+
+msgid "Add or subtract spent time"
+msgstr ""
+
+msgid "Add previously merged commits"
+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 to Slack"
+msgstr ""
+
+msgid "Add to epic"
+msgstr ""
+
+msgid "Add to merge train"
+msgstr ""
+
+msgid "Add to merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Add to review"
+msgstr ""
+
+msgid "Add to tree"
+msgstr ""
+
+msgid "Add user(s) to the group:"
+msgstr ""
+
+msgid "Add users to group"
+msgstr ""
+
+msgid "Add variable"
+msgstr ""
+
+msgid "Add webhook"
+msgstr ""
+
+msgid "Add/remove"
+msgstr ""
+
+msgid "AddContextCommits|Add previously merged commits"
+msgstr ""
+
+msgid "AddContextCommits|Add/remove"
+msgstr ""
+
+msgid "AddMember|No users specified."
+msgstr ""
+
+msgid "AddMember|Too many users specified (limit is %{user_limit})"
+msgstr ""
+
+msgid "Added"
+msgstr ""
+
+msgid "Added %{epic_ref} as a child epic."
+msgstr ""
+
+msgid "Added %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Added a To Do."
+msgstr ""
+
+msgid "Added an issue to an epic."
+msgstr ""
+
+msgid "Added at"
+msgstr ""
+
+msgid "Added 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 text"
+msgstr ""
+
+msgid "Adds"
+msgstr ""
+
+msgid "Adds %{epic_ref} as child epic."
+msgstr ""
+
+msgid "Adds %{labels} %{label_text}."
+msgstr ""
+
+msgid "Adds a To Do."
+msgstr ""
+
+msgid "Adds a Zoom meeting"
+msgstr ""
+
+msgid "Adds an issue to an epic."
+msgstr ""
+
+msgid "Adjust your filters/search criteria above. If you believe this may be an error, please refer to the %{linkStart}Geo Troubleshooting%{linkEnd} documentation for more information."
+msgstr ""
+
+msgid "Admin Area"
+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 notes"
+msgstr ""
+
+msgid "AdminArea|Active users"
+msgstr ""
+
+msgid "AdminArea|Billable users"
+msgstr ""
+
+msgid "AdminArea|Blocked users"
+msgstr ""
+
+msgid "AdminArea|Bots"
+msgstr ""
+
+msgid "AdminArea|Developer"
+msgstr ""
+
+msgid "AdminArea|Guest"
+msgstr ""
+
+msgid "AdminArea|Included Free in license"
+msgstr ""
+
+msgid "AdminArea|Maintainer"
+msgstr ""
+
+msgid "AdminArea|Owner"
+msgstr ""
+
+msgid "AdminArea|Reporter"
+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 statistics"
+msgstr ""
+
+msgid "AdminArea|Users with highest role"
+msgstr ""
+
+msgid "AdminArea|Users without a Group and Project"
+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 "AdminNote|Note"
+msgstr ""
+
+msgid "AdminProjects| You’re about to permanently delete the project %{projectName}, its repository, and all related resources including issues, merge requests, etc.. Once you confirm and press %{strong_start}Delete project%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminProjects|Delete"
+msgstr ""
+
+msgid "AdminProjects|Delete Project %{projectName}?"
+msgstr ""
+
+msgid "AdminProjects|Delete project"
+msgstr ""
+
+msgid "AdminSettings|Apply integration settings to all Projects"
+msgstr ""
+
+msgid "AdminSettings|Auto DevOps domain"
+msgstr ""
+
+msgid "AdminSettings|Elasticsearch, PlantUML, Slack application, Third party offers, Snowplow, Amazon EKS have moved to Settings &gt; General."
+msgstr ""
+
+msgid "AdminSettings|Enable shared runners for new projects"
+msgstr ""
+
+msgid "AdminSettings|Environment variables are protected by default"
+msgstr ""
+
+msgid "AdminSettings|Go to General Settings"
+msgstr ""
+
+msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
+msgstr ""
+
+msgid "AdminSettings|Moved to integrations"
+msgstr ""
+
+msgid "AdminSettings|No required pipeline"
+msgstr ""
+
+msgid "AdminSettings|Required pipeline configuration"
+msgstr ""
+
+msgid "AdminSettings|Select a pipeline configuration file"
+msgstr ""
+
+msgid "AdminSettings|Select a template"
+msgstr ""
+
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
+msgid "AdminSettings|Service template allows you to set default values for integrations"
+msgstr ""
+
+msgid "AdminSettings|Set an instance-wide auto included %{link_start}pipeline configuration%{link_end}. This pipeline configuration will be run after the project's own configuration."
+msgstr ""
+
+msgid "AdminSettings|Some settings have moved"
+msgstr ""
+
+msgid "AdminSettings|Specify a domain to use by default for every project's Auto Review Apps and Auto Deploy stages."
+msgstr ""
+
+msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
+msgstr ""
+
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
+msgid "AdminSettings|When creating a new environment variable it will be protected by default."
+msgstr ""
+
+msgid "AdminStatistics|Active Users"
+msgstr ""
+
+msgid "AdminStatistics|Forks"
+msgstr ""
+
+msgid "AdminStatistics|Issues"
+msgstr ""
+
+msgid "AdminStatistics|Merge Requests"
+msgstr ""
+
+msgid "AdminStatistics|Milestones"
+msgstr ""
+
+msgid "AdminStatistics|Notes"
+msgstr ""
+
+msgid "AdminStatistics|SSH Keys"
+msgstr ""
+
+msgid "AdminStatistics|Snippets"
+msgstr ""
+
+msgid "AdminUsers|2FA Disabled"
+msgstr ""
+
+msgid "AdminUsers|2FA Enabled"
+msgstr ""
+
+msgid "AdminUsers|Access"
+msgstr ""
+
+msgid "AdminUsers|Active"
+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|Admins"
+msgstr ""
+
+msgid "AdminUsers|Automatically marked as default internal user"
+msgstr ""
+
+msgid "AdminUsers|Block"
+msgstr ""
+
+msgid "AdminUsers|Block user"
+msgstr ""
+
+msgid "AdminUsers|Block user %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Blocked"
+msgstr ""
+
+msgid "AdminUsers|Blocking user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Cannot unblock LDAP blocked users"
+msgstr ""
+
+msgid "AdminUsers|Deactivate"
+msgstr ""
+
+msgid "AdminUsers|Deactivate User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Deactivate user"
+msgstr ""
+
+msgid "AdminUsers|Deactivated"
+msgstr ""
+
+msgid "AdminUsers|Deactivating a user has the following effects:"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username} and contributions?"
+msgstr ""
+
+msgid "AdminUsers|Delete User %{username}?"
+msgstr ""
+
+msgid "AdminUsers|Delete user"
+msgstr ""
+
+msgid "AdminUsers|Delete user and contributions"
+msgstr ""
+
+msgid "AdminUsers|External"
+msgstr ""
+
+msgid "AdminUsers|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|Is using seat"
+msgstr ""
+
+msgid "AdminUsers|It's you!"
+msgstr ""
+
+msgid "AdminUsers|New user"
+msgstr ""
+
+msgid "AdminUsers|No users found"
+msgstr ""
+
+msgid "AdminUsers|Owned groups will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects will be left"
+msgstr ""
+
+msgid "AdminUsers|Personal projects, group and user history will be left intact"
+msgstr ""
+
+msgid "AdminUsers|Reactivating a user will:"
+msgstr ""
+
+msgid "AdminUsers|Regular"
+msgstr ""
+
+msgid "AdminUsers|Regular users have access to their groups and projects"
+msgstr ""
+
+msgid "AdminUsers|Restore user access to the account, including web, Git and API."
+msgstr ""
+
+msgid "AdminUsers|Search by name, email or username"
+msgstr ""
+
+msgid "AdminUsers|Search users"
+msgstr ""
+
+msgid "AdminUsers|Send email to users"
+msgstr ""
+
+msgid "AdminUsers|Sort by"
+msgstr ""
+
+msgid "AdminUsers|The user will be logged out"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to access the API"
+msgstr ""
+
+msgid "AdminUsers|The user will not be able to use slash commands"
+msgstr ""
+
+msgid "AdminUsers|The user will not receive any notifications"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{projectName}"
+msgstr ""
+
+msgid "AdminUsers|To confirm, type %{username}"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to access git repositories"
+msgstr ""
+
+msgid "AdminUsers|User will not be able to login"
+msgstr ""
+
+msgid "AdminUsers|When the user logs back in, their account will reactivate as a fully active account"
+msgstr ""
+
+msgid "AdminUsers|Without projects"
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. Issues, merge requests, and groups linked to them will be transferred to a system-wide \"Ghost-user\". To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You are about to permanently delete the user %{username}. This will delete all of the issues, merge requests, and groups linked to them. To avoid data loss, consider using the %{strong_start}block user%{strong_end} feature instead. Once you %{strong_start}Delete user%{strong_end}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "AdminUsers|You cannot remove your own admin rights."
+msgstr ""
+
+msgid "Administration"
+msgstr ""
+
+msgid "Advanced"
+msgstr ""
+
+msgid "Advanced Settings"
+msgstr ""
+
+msgid "Advanced permissions, Large File Storage and Two-Factor authentication settings."
+msgstr ""
+
+msgid "Advanced search functionality"
+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 that, you will not to be able to use merge approvals or code quality as well as many other features."
+msgstr ""
+
+msgid "After that, you will not to be able to use merge approvals or epics as well as many other features."
+msgstr ""
+
+msgid "After that, you will not to be able to use merge approvals or epics as well as many security features."
+msgstr ""
+
+msgid "Alert"
+msgid_plural "Alerts"
+msgstr[0] ""
+msgstr[1] ""
+
+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|Critical"
+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|Events"
+msgstr ""
+
+msgid "AlertManagement|High"
+msgstr ""
+
+msgid "AlertManagement|Info"
+msgstr ""
+
+msgid "AlertManagement|Issue"
+msgstr ""
+
+msgid "AlertManagement|Low"
+msgstr ""
+
+msgid "AlertManagement|Medium"
+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|Opsgenie is enabled"
+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 To-Do of the alert."
+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|This assignee cannot be assigned to this alert."
+msgstr ""
+
+msgid "AlertManagement|Tool"
+msgstr ""
+
+msgid "AlertManagement|Triggered"
+msgstr ""
+
+msgid "AlertManagement|Unknown"
+msgstr ""
+
+msgid "AlertManagement|View alerts in Opsgenie"
+msgstr ""
+
+msgid "AlertManagement|View incident"
+msgstr ""
+
+msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
+msgstr ""
+
+msgid "AlertService|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgstr ""
+
+msgid "AlertService|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page."
+msgstr ""
+
+msgid "AlertSettings|API URL"
+msgstr ""
+
+msgid "AlertSettings|Active"
+msgstr ""
+
+msgid "AlertSettings|Add URL and auth key to your Prometheus config file"
+msgstr ""
+
+msgid "AlertSettings|Alert test payload"
+msgstr ""
+
+msgid "AlertSettings|Alerts endpoint successfully activated."
+msgstr ""
+
+msgid "AlertSettings|Authorization key"
+msgstr ""
+
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
+msgstr ""
+
+msgid "AlertSettings|Copy"
+msgstr ""
+
+msgid "AlertSettings|Enter test alert JSON...."
+msgstr ""
+
+msgid "AlertSettings|External Prometheus"
+msgstr ""
+
+msgid "AlertSettings|Generic"
+msgstr ""
+
+msgid "AlertSettings|Integrations"
+msgstr ""
+
+msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}"
+msgstr ""
+
+msgid "AlertSettings|Opsgenie"
+msgstr ""
+
+msgid "AlertSettings|Reset key"
+msgstr ""
+
+msgid "AlertSettings|Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
+msgstr ""
+
+msgid "AlertSettings|Test alert payload"
+msgstr ""
+
+msgid "AlertSettings|Test alert sent successfully. If you have made other changes, please save them now."
+msgstr ""
+
+msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?"
+msgstr ""
+
+msgid "AlertSettings|There was an error updating the alert settings"
+msgstr ""
+
+msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again."
+msgstr ""
+
+msgid "AlertSettings|URL cannot be blank and must start with http or https"
+msgstr ""
+
+msgid "AlertSettings|Webhook URL"
+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|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page."
+msgstr ""
+
+msgid "AlertSettings|Your changes were successfully updated."
+msgstr ""
+
+msgid "Alerts"
+msgstr ""
+
+msgid "Alerts endpoint"
+msgstr ""
+
+msgid "Algorithm"
+msgstr ""
+
+msgid "All"
+msgstr ""
+
+msgid "All %{replicableType} are being scheduled for %{action}"
+msgstr ""
+
+msgid "All (default)"
+msgstr ""
+
+msgid "All Members"
+msgstr ""
+
+msgid "All branches"
+msgstr ""
+
+msgid "All changes are committed"
+msgstr ""
+
+msgid "All default stages are currently visible"
+msgstr ""
+
+msgid "All email addresses will be used to identify your commits."
+msgstr ""
+
+msgid "All environments"
+msgstr ""
+
+msgid "All epics"
+msgstr ""
+
+msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
+msgstr ""
+
+msgid "All groups and projects"
+msgstr ""
+
+msgid "All issues for this milestone are closed."
+msgstr ""
+
+msgid "All issues for this milestone are closed. You may close this milestone now."
+msgstr ""
+
+msgid "All merge conflicts were resolved. The merge request can now be merged."
+msgstr ""
+
+msgid "All merge request dependencies have been merged"
+msgstr ""
+
+msgid "All paths are relative to the GitLab URL. Do not include %{relative_url_link_start}relative URL%{relative_url_link_end}."
+msgstr ""
+
+msgid "All projects"
+msgstr ""
+
+msgid "All security scans are enabled because %{linkStart}Auto DevOps%{linkEnd} is enabled on this project"
+msgstr ""
+
+msgid "All threads resolved"
+msgstr ""
+
+msgid "All users"
+msgstr ""
+
+msgid "All users must have a name."
+msgstr ""
+
+msgid "Allow \"%{group_name}\" to sign you in"
+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 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 projects within this group to use Git LFS"
+msgstr ""
+
+msgid "Allow public access to pipelines and job details, including output logs and artifacts"
+msgstr ""
+
+msgid "Allow rendering of PlantUML diagrams in Asciidoc documents."
+msgstr ""
+
+msgid "Allow repository mirroring to be configured by project maintainers"
+msgstr ""
+
+msgid "Allow requests to the local network from hooks and services."
+msgstr ""
+
+msgid "Allow requests to the local network from system hooks"
+msgstr ""
+
+msgid "Allow requests to the local network from web hooks and services"
+msgstr ""
+
+msgid "Allow this key to push to repository as well? (Default only allows pull access.)"
+msgstr ""
+
+msgid "Allow this secondary node to replicate content on Object Storage"
+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 email domain restriction only permitted for top-level groups"
+msgstr ""
+
+msgid "Allowed to fail"
+msgstr ""
+
+msgid "Allows you to add and manage Kubernetes clusters."
+msgstr ""
+
+msgid "Almost there"
+msgstr ""
+
+msgid "Also called \"Issuer\" or \"Relying party trust identifier\""
+msgstr ""
+
+msgid "Also called \"Relying party service URL\" or \"Reply URL\""
+msgstr ""
+
+msgid "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"
+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 "Amount of time (in hours) that users are allowed to skip forced configuration of two-factor authentication"
+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 administrator changed the password for your GitLab account on %{link_to}."
+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 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 previewing the blob"
+msgstr ""
+
+msgid "An error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "An error occurred when trying to resolve a comment. Please try again."
+msgstr ""
+
+msgid "An error occurred when trying to resolve a discussion. Please try again."
+msgstr ""
+
+msgid "An error occurred when updating the issue weight"
+msgstr ""
+
+msgid "An error occurred while 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 checking group path. Please refresh and try again."
+msgstr ""
+
+msgid "An error occurred while committing your changes."
+msgstr ""
+
+msgid "An error occurred while creating the list. Please 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 enabling Service Desk."
+msgstr ""
+
+msgid "An error occurred while fetching branches. Retry the search."
+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 markdown preview"
+msgstr ""
+
+msgid "An error occurred while fetching pending comments"
+msgstr ""
+
+msgid "An error occurred while fetching projects autocomplete."
+msgstr ""
+
+msgid "An error occurred while fetching sidebar data"
+msgstr ""
+
+msgid "An error occurred while fetching tags. Retry the search."
+msgstr ""
+
+msgid "An error occurred while fetching terraform reports."
+msgstr ""
+
+msgid "An error occurred while fetching the Service Desk address."
+msgstr ""
+
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the builds."
+msgstr ""
+
+msgid "An error occurred while fetching the job log."
+msgstr ""
+
+msgid "An error occurred while fetching the job trace."
+msgstr ""
+
+msgid "An error occurred while fetching the job."
+msgstr ""
+
+msgid "An error occurred while fetching the jobs."
+msgstr ""
+
+msgid "An error occurred while fetching the latest pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the pipeline."
+msgstr ""
+
+msgid "An error occurred while fetching the releases. Please try again."
+msgstr ""
+
+msgid "An error occurred while fetching this tab."
+msgstr ""
+
+msgid "An error occurred while generating a username. Please try again."
+msgstr ""
+
+msgid "An error occurred while getting files for - %{branchId}"
+msgstr ""
+
+msgid "An error occurred while getting projects"
+msgstr ""
+
+msgid "An error occurred while importing project: %{details}"
+msgstr ""
+
+msgid "An error occurred while initializing path locks"
+msgstr ""
+
+msgid "An error occurred while loading all the files."
+msgstr ""
+
+msgid "An error occurred while loading chart data"
+msgstr ""
+
+msgid "An error occurred while loading commit signatures"
+msgstr ""
+
+msgid "An error occurred while loading designs. Please try again."
+msgstr ""
+
+msgid "An error occurred while loading diff"
+msgstr ""
+
+msgid "An error occurred while loading filenames"
+msgstr ""
+
+msgid "An error occurred while loading group members."
+msgstr ""
+
+msgid "An error occurred while loading issues"
+msgstr ""
+
+msgid "An error occurred while loading merge requests."
+msgstr ""
+
+msgid "An error occurred while loading milestones"
+msgstr ""
+
+msgid "An error occurred while loading project creation UI"
+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 merge request changes."
+msgstr ""
+
+msgid "An error occurred while loading the merge request version data."
+msgstr ""
+
+msgid "An error occurred while loading the merge request."
+msgstr ""
+
+msgid "An error occurred while loading the pipelines jobs."
+msgstr ""
+
+msgid "An error occurred while loading the subscription details."
+msgstr ""
+
+msgid "An error occurred while making the request."
+msgstr ""
+
+msgid "An error occurred while moving the issue."
+msgstr ""
+
+msgid "An error occurred while parsing recent searches"
+msgstr ""
+
+msgid "An error occurred while 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 requesting data from the Jira service"
+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 LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
+msgstr ""
+
+msgid "An error occurred while saving the template. Please check if the template exists."
+msgstr ""
+
+msgid "An error occurred while searching for milestones"
+msgstr ""
+
+msgid "An error occurred while subscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while triggering the job."
+msgstr ""
+
+msgid "An error occurred while trying to run a new pipeline for this Merge Request."
+msgstr ""
+
+msgid "An error occurred while unsubscribing to notifications."
+msgstr ""
+
+msgid "An error occurred while updating approvers"
+msgstr ""
+
+msgid "An error occurred while updating the comment"
+msgstr ""
+
+msgid "An error occurred while updating the list. 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 error ocurred while loading your content. Please try again."
+msgstr ""
+
+msgid "An example project for managing Kubernetes clusters integrated with GitLab."
+msgstr ""
+
+msgid "An example showing how to use Jsonnet with GitLab dynamic child pipelines"
+msgstr ""
+
+msgid "An instance-level serverless domain already exists."
+msgstr ""
+
+msgid "An issue already exists"
+msgstr ""
+
+msgid "An issue can be a bug, a todo or a feature request that needs to be discussed in a project. Besides, issues are searchable and filterable."
+msgstr ""
+
+msgid "An 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 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 "Analytics"
+msgstr ""
+
+msgid "Analyze a review version of your web application."
+msgstr ""
+
+msgid "Analyze your dependencies for known vulnerabilities."
+msgstr ""
+
+msgid "Analyze your source code and git history for secrets."
+msgstr ""
+
+msgid "Analyze your source code for known vulnerabilities."
+msgstr ""
+
+msgid "Ancestors"
+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 Author"
+msgstr ""
+
+msgid "Any Status"
+msgstr ""
+
+msgid "Any branch"
+msgstr ""
+
+msgid "Any eligible user"
+msgstr ""
+
+msgid "Any encrypted tokens"
+msgstr ""
+
+msgid "Any files larger than this limit will not be indexed, and thus will not be searchable."
+msgstr ""
+
+msgid "Any label"
+msgstr ""
+
+msgid "Any member with Developer or higher permissions to the project."
+msgstr ""
+
+msgid "Any milestone"
+msgstr ""
+
+msgid "Any namespace"
+msgstr ""
+
+msgid "Any user"
+msgstr ""
+
+msgid "App ID"
+msgstr ""
+
+msgid "Appearance"
+msgstr ""
+
+msgid "Appearance was successfully created."
+msgstr ""
+
+msgid "Appearance was successfully updated."
+msgstr ""
+
+msgid "Append the comment with %{shrug}"
+msgstr ""
+
+msgid "Append the comment with %{tableflip}"
+msgstr ""
+
+msgid "Application"
+msgstr ""
+
+msgid "Application ID"
+msgstr ""
+
+msgid "Application settings saved successfully"
+msgstr ""
+
+msgid "Application 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 "Applications"
+msgstr ""
+
+msgid "Applied"
+msgstr ""
+
+msgid "Apply"
+msgstr ""
+
+msgid "Apply a label"
+msgstr ""
+
+msgid "Apply a template"
+msgstr ""
+
+msgid "Apply changes"
+msgstr ""
+
+msgid "Apply suggestion"
+msgstr ""
+
+msgid "Apply suggestions"
+msgstr ""
+
+msgid "Apply template"
+msgstr ""
+
+msgid "Apply this approval rule to any branch 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 "ApprovalRuleRemove|%d member"
+msgid_plural "ApprovalRuleRemove|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|Approvals from this member are not revoked."
+msgid_plural "ApprovalRuleRemove|Approvals from these members are not revoked."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleRemove|You are about to remove the %{name} approver group which has %{nMembers}."
+msgstr ""
+
+msgid "ApprovalRuleSummary|%d member"
+msgid_plural "ApprovalRuleSummary|%d members"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRuleSummary|%{count} approval required from %{membersCount}"
+msgid_plural "ApprovalRuleSummary|%{count} approvals required from %{membersCount}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ApprovalRule|Approvers"
+msgstr ""
+
+msgid "ApprovalRule|Name"
+msgstr ""
+
+msgid "ApprovalRule|No. approvals required"
+msgstr ""
+
+msgid "ApprovalRule|Rule name"
+msgstr ""
+
+msgid "ApprovalRule|Target branch"
+msgstr ""
+
+msgid "ApprovalRule|e.g. QA, Security, etc."
+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|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 "Apr"
+msgstr ""
+
+msgid "April"
+msgstr ""
+
+msgid "Architecture not found for OS"
+msgstr ""
+
+msgid "Archive"
+msgstr ""
+
+msgid "Archive jobs"
+msgstr ""
+
+msgid "Archive project"
+msgstr ""
+
+msgid "Archived"
+msgstr ""
+
+msgid "Archived in this version"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read only"
+msgstr ""
+
+msgid "Archived project! Repository and other project resources are read-only"
+msgstr ""
+
+msgid "Archived projects"
+msgstr ""
+
+msgid "Archiving the project will make it entirely read only. It is hidden from the dashboard and doesn't show up in searches. %{strong_start}The repository cannot be committed to, and no issues, comments, or other entities can be created.%{strong_end}"
+msgstr ""
+
+msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
+msgstr ""
+
+msgid "Are you sure that you want to archive this project?"
+msgstr ""
+
+msgid "Are you sure that you want to unarchive this project?"
+msgstr ""
+
+msgid "Are you sure you want to cancel 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 board?"
+msgstr ""
+
+msgid "Are you sure you want to delete this device? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to delete this list?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline schedule?"
+msgstr ""
+
+msgid "Are you sure you want to delete this pipeline? Doing so will expire all pipeline caches and delete all related objects, such as builds, logs, artifacts, and triggers. This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to deploy this environment?"
+msgstr ""
+
+msgid "Are you sure you want to discard this comment?"
+msgstr ""
+
+msgid "Are you sure you want to erase this build?"
+msgstr ""
+
+msgid "Are you sure you want to lose unsaved changes?"
+msgstr ""
+
+msgid "Are you sure you want to lose your issue information?"
+msgstr ""
+
+msgid "Are you sure you want to merge immediately?"
+msgstr ""
+
+msgid "Are you sure you want to permanently delete this license?"
+msgstr ""
+
+msgid "Are you sure you want to re-deploy this environment?"
+msgstr ""
+
+msgid "Are you sure you want to regenerate the public key? You will have to update the public key on the remote server before mirroring will work again."
+msgstr ""
+
+msgid "Are you sure you want to remove %{group_name}?"
+msgstr ""
+
+msgid "Are you sure you want to remove the attachment?"
+msgstr ""
+
+msgid "Are you sure you want to remove the license?"
+msgstr ""
+
+msgid "Are you sure you want to remove this identity?"
+msgstr ""
+
+msgid "Are you sure you want to reset registration token?"
+msgstr ""
+
+msgid "Are you sure you want to reset the SCIM token? SCIM provisioning will stop working until the new token is updated."
+msgstr ""
+
+msgid "Are you sure you want to reset the health check token?"
+msgstr ""
+
+msgid "Are you sure you want to revoke this %{type}? This action cannot be undone."
+msgstr ""
+
+msgid "Are you sure you want to revoke this nickname?"
+msgstr ""
+
+msgid "Are you sure you want to stop this environment?"
+msgstr ""
+
+msgid "Are you sure you want to unlock %{path_lock_path}?"
+msgstr ""
+
+msgid "Are you sure you want to unsubscribe from the %{type}: %{link_to_noteable_text}?"
+msgstr ""
+
+msgid "Are you sure?"
+msgstr ""
+
+msgid "Are you sure? All commits that were signed with this GPG key will be unverified."
+msgstr ""
+
+msgid "Are you sure? Removing this GPG key does not affect already signed commits."
+msgstr ""
+
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
+
+msgid "Are you sure? This will invalidate your registered applications and U2F devices."
+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 U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
+msgstr ""
+
+msgid "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|Asana - Teamwork without email"
+msgstr ""
+
+msgid "AsanaService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "AsanaService|User Personal Access Token. User must have access to task, all comments will be attributed to this user."
+msgstr ""
+
+msgid "Ascending"
+msgstr ""
+
+msgid "Ask your group maintainer to set up a group Runner."
+msgstr ""
+
+msgid "Assertion consumer service URL"
+msgstr ""
+
+msgid "Assets"
+msgstr ""
+
+msgid "Assets:"
+msgstr ""
+
+msgid "Assign"
+msgstr ""
+
+msgid "Assign Iteration"
+msgstr ""
+
+msgid "Assign To"
+msgstr ""
+
+msgid "Assign custom color like #FF0000"
+msgstr ""
+
+msgid "Assign epic"
+msgstr ""
+
+msgid "Assign labels"
+msgstr ""
+
+msgid "Assign milestone"
+msgstr ""
+
+msgid "Assign some issues to this milestone."
+msgstr ""
+
+msgid "Assign to"
+msgstr ""
+
+msgid "Assign to commenting user"
+msgstr ""
+
+msgid "Assign yourself to these issues"
+msgstr ""
+
+msgid "Assign yourself to this issue"
+msgstr ""
+
+msgid "Assigned %{assignee_users_sentence}."
+msgstr ""
+
+msgid "Assigned Issues"
+msgstr ""
+
+msgid "Assigned Merge Requests"
+msgstr ""
+
+msgid "Assigned to %{assigneeName}"
+msgstr ""
+
+msgid "Assigned to %{assignee_name}"
+msgstr ""
+
+msgid "Assigned to me"
+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 lists show all issues assigned to the selected user."
+msgstr ""
+
+msgid "Assignee(s)"
+msgstr ""
+
+msgid "Assignees"
+msgstr ""
+
+msgid "Assigns %{assignee_users_sentence}."
+msgstr ""
+
+msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
+msgstr ""
+
+msgid "At least one logging option is required to be enabled"
+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 a file"
+msgid_plural "Attaching %d files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Attaching the file failed."
+msgstr ""
+
+msgid "Attachment"
+msgstr ""
+
+msgid "Attachments"
+msgstr ""
+
+msgid "Audit Events"
+msgstr ""
+
+msgid "Audit Events is a way to keep track of important events that happened in GitLab."
+msgstr ""
+
+msgid "Audit Log"
+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|User Events"
+msgstr ""
+
+msgid "Aug"
+msgstr ""
+
+msgid "August"
+msgstr ""
+
+msgid "Authenticate"
+msgstr ""
+
+msgid "Authenticate with GitHub"
+msgstr ""
+
+msgid "Authenticating"
+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 "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 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 "Authorize external services to send alerts to GitLab"
+msgstr ""
+
+msgid "Authorized %{new_chat_name}"
+msgstr ""
+
+msgid "Authorized At"
+msgstr ""
+
+msgid "Authorized applications (%{size})"
+msgstr ""
+
+msgid "Authors: %{authors}"
+msgstr ""
+
+msgid "Auto DevOps"
+msgstr ""
+
+msgid "Auto DevOps enabled"
+msgstr ""
+
+msgid "Auto DevOps, runners and job artifacts"
+msgstr ""
+
+msgid "Auto stop successfully canceled."
+msgstr ""
+
+msgid "Auto-cancel redundant, pending pipelines"
+msgstr ""
+
+msgid "Auto-close referenced issues on default branch"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps"
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applications based on predefined continuous integration and delivery configuration. %{auto_devops_start}Learn more about Auto DevOps%{auto_devops_end} or use our %{quickstart_start}quick start guide%{quickstart_end} to get started right away."
+msgstr ""
+
+msgid "AutoDevOps|Auto DevOps documentation"
+msgstr ""
+
+msgid "AutoDevOps|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. %{more_information_link}"
+msgstr ""
+
+msgid "Autocomplete"
+msgstr ""
+
+msgid "Autocomplete description"
+msgstr ""
+
+msgid "Autocomplete hint"
+msgstr ""
+
+msgid "Autocomplete usage hint"
+msgstr ""
+
+msgid "Automatic certificate management using %{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}"
+msgstr ""
+
+msgid "Automatic certificate management using Let's Encrypt"
+msgstr ""
+
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
+msgid "Automatically create merge requests for vulnerabilities that have fixes available."
+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 Runners: %{runners}"
+msgstr ""
+
+msgid "Available for dependency and container scanning"
+msgstr ""
+
+msgid "Available group Runners: %{runners}"
+msgstr ""
+
+msgid "Available shared Runners:"
+msgstr ""
+
+msgid "Available specific runners"
+msgstr ""
+
+msgid "Avatar for %{assigneeName}"
+msgstr ""
+
+msgid "Avatar for %{name}"
+msgstr ""
+
+msgid "Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Average per day: %{average}"
+msgstr ""
+
+msgid "Back to page %{number}"
+msgstr ""
+
+msgid "Background Color"
+msgstr ""
+
+msgid "Background Jobs"
+msgstr ""
+
+msgid "Background color"
+msgstr ""
+
+msgid "Badges"
+msgstr ""
+
+msgid "Badges|A new badge was added."
+msgstr ""
+
+msgid "Badges|Add badge"
+msgstr ""
+
+msgid "Badges|Adding the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|Badge image URL"
+msgstr ""
+
+msgid "Badges|Badge image preview"
+msgstr ""
+
+msgid "Badges|Delete badge"
+msgstr ""
+
+msgid "Badges|Delete badge?"
+msgstr ""
+
+msgid "Badges|Deleting the badge failed, please try again."
+msgstr ""
+
+msgid "Badges|Group Badge"
+msgstr ""
+
+msgid "Badges|Link"
+msgstr ""
+
+msgid "Badges|Name"
+msgstr ""
+
+msgid "Badges|No badge image"
+msgstr ""
+
+msgid "Badges|No image to preview"
+msgstr ""
+
+msgid "Badges|Please fill in a valid URL"
+msgstr ""
+
+msgid "Badges|Project Badge"
+msgstr ""
+
+msgid "Badges|Reload badge image"
+msgstr ""
+
+msgid "Badges|Save changes"
+msgstr ""
+
+msgid "Badges|Saving the badge failed, please check the entered URLs and try again."
+msgstr ""
+
+msgid "Badges|The %{docsLinkStart}variables%{docsLinkEnd} GitLab supports: %{placeholders}"
+msgstr ""
+
+msgid "Badges|The badge was deleted."
+msgstr ""
+
+msgid "Badges|The badge was saved."
+msgstr ""
+
+msgid "Badges|This group has no badges"
+msgstr ""
+
+msgid "Badges|This project has no badges"
+msgstr ""
+
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
+
+msgid "Badges|Your badges"
+msgstr ""
+
+msgid "Badges|e.g. %{exampleUrl}"
+msgstr ""
+
+msgid "Balsamiq file could not be loaded."
+msgstr ""
+
+msgid "BambooService|A continuous integration and build server"
+msgstr ""
+
+msgid "BambooService|A user with API access, if applicable"
+msgstr ""
+
+msgid "BambooService|Atlassian Bamboo CI"
+msgstr ""
+
+msgid "BambooService|Bamboo build plan key like KEY"
+msgstr ""
+
+msgid "BambooService|Bamboo root URL like https://bamboo.example.com"
+msgstr ""
+
+msgid "BambooService|You must set up automatic revision labeling and a repository trigger in Bamboo."
+msgstr ""
+
+msgid "BatchComments|Delete all pending comments"
+msgstr ""
+
+msgid "BatchComments|Discard review?"
+msgstr ""
+
+msgid "BatchComments|You're about to discard your review which will delete all of your pending comments. The deleted comments %{strong_start}cannot%{strong_end} be restored."
+msgstr ""
+
+msgid "Be careful. Changing the project's namespace can have unintended side effects."
+msgstr ""
+
+msgid "Be careful. Renaming a project's repository can have unintended side effects."
+msgstr ""
+
+msgid "Begin with the selected commit"
+msgstr ""
+
+msgid "Below are examples of regex for existing tools:"
+msgstr ""
+
+msgid "Below are the fingerprints for the current instance SSH host keys."
+msgstr ""
+
+msgid "Below you will find all the groups that are public."
+msgstr ""
+
+msgid "Bi-weekly code coverage"
+msgstr ""
+
+msgid "Billing"
+msgstr ""
+
+msgid "BillingPlans|%{group_name} is currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|@%{user_name} you are currently using the %{plan_name} plan."
+msgstr ""
+
+msgid "BillingPlans|Congratulations, your new trial is activated"
+msgstr ""
+
+msgid "BillingPlans|If you would like to downgrade your plan please contact %{support_link_start}Customer Support%{support_link_end}."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by reading our %{faq_link}, or start a free 30-day trial of GitLab.com Gold."
+msgstr ""
+
+msgid "BillingPlans|Learn more about each plan by visiting our %{pricing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Manage plan"
+msgstr ""
+
+msgid "BillingPlans|Pricing page"
+msgstr ""
+
+msgid "BillingPlans|See all %{plan_name} features"
+msgstr ""
+
+msgid "BillingPlans|This group uses the plan associated with its parent group."
+msgstr ""
+
+msgid "BillingPlans|To manage the plan for this group, visit the billing section of %{parent_billing_page_link}."
+msgstr ""
+
+msgid "BillingPlans|Your GitLab.com %{plan} trial will %{strong_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|frequently asked questions"
+msgstr ""
+
+msgid "BillingPlans|monthly"
+msgstr ""
+
+msgid "BillingPlans|per user"
+msgstr ""
+
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
+msgid "BillingPlan|Upgrade"
+msgstr ""
+
+msgid "Bitbucket Server Import"
+msgstr ""
+
+msgid "Bitbucket Server import"
+msgstr ""
+
+msgid "Bitbucket import"
+msgstr ""
+
+msgid "Blame"
+msgstr ""
+
+msgid "Blocked"
+msgstr ""
+
+msgid "Blocked issue"
+msgstr ""
+
+msgid "Blocking issues"
+msgstr ""
+
+msgid "Blocks"
+msgstr ""
+
+msgid "Blog"
+msgstr ""
+
+msgid "Board name"
+msgstr ""
+
+msgid "Board scope"
+msgstr ""
+
+msgid "Board scope affects which issues are displayed for anyone who visits this board"
+msgstr ""
+
+msgid "BoardBlankState|Add default lists"
+msgstr ""
+
+msgid "BoardBlankState|Add the following default lists to your Issue Board with one click:"
+msgstr ""
+
+msgid "BoardBlankState|Nevermind, I'll use my own"
+msgstr ""
+
+msgid "BoardBlankState|Starting out with the default set of lists will get you right on the way to making the most of your board."
+msgstr ""
+
+msgid "Boards"
+msgstr ""
+
+msgid "Boards and Board Lists"
+msgstr ""
+
+msgid "Boards|Collapse"
+msgstr ""
+
+msgid "Boards|Edit board"
+msgstr ""
+
+msgid "Boards|Expand"
+msgstr ""
+
+msgid "Boards|View scope"
+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 has changed"
+msgstr ""
+
+msgid "Branch is already taken"
+msgstr ""
+
+msgid "Branch name"
+msgstr ""
+
+msgid "Branch not loaded - %{branchId}"
+msgstr ""
+
+msgid "Branch prefix"
+msgstr ""
+
+msgid "BranchSwitcherPlaceholder|Search branches"
+msgstr ""
+
+msgid "BranchSwitcherTitle|Switch branch"
+msgstr ""
+
+msgid "Branches"
+msgstr ""
+
+msgid "Branches|Active"
+msgstr ""
+
+msgid "Branches|Active branches"
+msgstr ""
+
+msgid "Branches|All"
+msgstr ""
+
+msgid "Branches|Cant find HEAD commit for this branch"
+msgstr ""
+
+msgid "Branches|Compare"
+msgstr ""
+
+msgid "Branches|Delete all branches that are merged into '%{default_branch}'"
+msgstr ""
+
+msgid "Branches|Delete branch"
+msgstr ""
+
+msgid "Branches|Delete merged branches"
+msgstr ""
+
+msgid "Branches|Delete protected branch"
+msgstr ""
+
+msgid "Branches|Delete protected branch '%{branch_name}'?"
+msgstr ""
+
+msgid "Branches|Deleting the '%{branch_name}' branch cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Deleting the merged branches cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "Branches|Filter by branch name"
+msgstr ""
+
+msgid "Branches|Merged into %{default_branch}"
+msgstr ""
+
+msgid "Branches|New branch"
+msgstr ""
+
+msgid "Branches|No branches to show"
+msgstr ""
+
+msgid "Branches|Once you confirm and press %{delete_protected_branch}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Branches|Only a project maintainer or owner can delete a protected branch"
+msgstr ""
+
+msgid "Branches|Overview"
+msgstr ""
+
+msgid "Branches|Protected branches can be managed in %{project_settings_link}."
+msgstr ""
+
+msgid "Branches|Show active branches"
+msgstr ""
+
+msgid "Branches|Show all branches"
+msgstr ""
+
+msgid "Branches|Show more active branches"
+msgstr ""
+
+msgid "Branches|Show more stale branches"
+msgstr ""
+
+msgid "Branches|Show overview of the branches"
+msgstr ""
+
+msgid "Branches|Show stale branches"
+msgstr ""
+
+msgid "Branches|Sort by"
+msgstr ""
+
+msgid "Branches|Stale"
+msgstr ""
+
+msgid "Branches|Stale branches"
+msgstr ""
+
+msgid "Branches|The branch could not be updated automatically because it has diverged from its upstream counterpart."
+msgstr ""
+
+msgid "Branches|The default branch cannot be deleted"
+msgstr ""
+
+msgid "Branches|This branch hasn’t been merged into %{default_branch}."
+msgstr ""
+
+msgid "Branches|To avoid data loss, consider merging this branch before deleting it."
+msgstr ""
+
+msgid "Branches|To confirm, type %{branch_name_confirmation}:"
+msgstr ""
+
+msgid "Branches|To discard the local changes and overwrite the branch with the upstream version, delete it here and choose 'Update Now' above."
+msgstr ""
+
+msgid "Branches|You’re about to permanently delete the protected branch %{branch_name}."
+msgstr ""
+
+msgid "Branches|diverged from upstream"
+msgstr ""
+
+msgid "Branches|merged"
+msgstr ""
+
+msgid "Branches|project settings"
+msgstr ""
+
+msgid "Branches|protected"
+msgstr ""
+
+msgid "Broadcast Message was successfully created."
+msgstr ""
+
+msgid "Broadcast Message was successfully updated."
+msgstr ""
+
+msgid "Broadcast Messages"
+msgstr ""
+
+msgid "Browse Directory"
+msgstr ""
+
+msgid "Browse File"
+msgstr ""
+
+msgid "Browse Files"
+msgstr ""
+
+msgid "Browse artifacts"
+msgstr ""
+
+msgid "Browse files"
+msgstr ""
+
+msgid "BuildArtifacts|An error occurred while fetching the artifacts"
+msgstr ""
+
+msgid "BuildArtifacts|Loading artifacts"
+msgstr ""
+
+msgid "Built-in"
+msgstr ""
+
+msgid "Bulk request concurrency"
+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 "Buy License"
+msgstr ""
+
+msgid "Buy more Pipeline minutes"
+msgstr ""
+
+msgid "By %{user_name}"
+msgstr ""
+
+msgid "By URL"
+msgstr ""
+
+msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}"
+msgstr ""
+
+msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
+msgstr ""
+
+msgid "By default, all projects and groups will use the global notifications setting."
+msgstr ""
+
+msgid "ByAuthor|by"
+msgstr ""
+
+msgid "CHANGELOG"
+msgstr ""
+
+msgid "CI / CD"
+msgstr ""
+
+msgid "CI / CD Analytics"
+msgstr ""
+
+msgid "CI / CD Settings"
+msgstr ""
+
+msgid "CI Lint"
+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 configuration"
+msgstr ""
+
+msgid "CI/CD for external repo"
+msgstr ""
+
+msgid "CI/CD settings"
+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|Auto DevOps"
+msgstr ""
+
+msgid "CICD|Automatic deployment to staging, manual deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production"
+msgstr ""
+
+msgid "CICD|Continuous deployment to production using timed incremental rollout"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline"
+msgstr ""
+
+msgid "CICD|Default to Auto DevOps pipeline for all projects"
+msgstr ""
+
+msgid "CICD|Deployment strategy"
+msgstr ""
+
+msgid "CICD|Jobs"
+msgstr ""
+
+msgid "CICD|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "CICD|You must add a %{base_domain_link_start}base domain%{link_end} to your %{kubernetes_cluster_link_start}Kubernetes cluster%{link_end} in order for your deployment strategy to work."
+msgstr ""
+
+msgid "CICD|group enabled"
+msgstr ""
+
+msgid "CICD|instance enabled"
+msgstr ""
+
+msgid "CLOSED"
+msgstr ""
+
+msgid "CLOSED (MOVED)"
+msgstr ""
+
+msgid "CONTRIBUTING"
+msgstr ""
+
+msgid "CPU"
+msgstr ""
+
+msgid "Callback URL"
+msgstr ""
+
+msgid "Can be manually deployed to"
+msgstr ""
+
+msgid "Can override approvers and approvals required per merge request"
+msgstr ""
+
+msgid "Can't 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 create snippet: %{err}"
+msgstr ""
+
+msgid "Can't edit as source branch was deleted"
+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 remove group members without group managed account"
+msgstr ""
+
+msgid "Can't scan the code?"
+msgstr ""
+
+msgid "Can't update snippet: %{err}"
+msgstr ""
+
+msgid "Canary"
+msgstr ""
+
+msgid "Canary Deployments is a popular CI strategy, where a small portion of the fleet is updated to the new version of your application."
+msgstr ""
+
+msgid "Cancel"
+msgstr ""
+
+msgid "Cancel index deletion"
+msgstr ""
+
+msgid "Cancel running"
+msgstr ""
+
+msgid "Cancel this job"
+msgstr ""
+
+msgid "Cancel, keep project"
+msgstr ""
+
+msgid "Canceled deployment to"
+msgstr ""
+
+msgid "Cancelling Preview"
+msgstr ""
+
+msgid "Cannot be merged automatically"
+msgstr ""
+
+msgid "Cannot create the abuse report. The user has been deleted."
+msgstr ""
+
+msgid "Cannot create the abuse report. This user has been blocked."
+msgstr ""
+
+msgid "Cannot 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 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 set confidential epic for a non-confidential issue"
+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 "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 milestone"
+msgstr ""
+
+msgid "Change path"
+msgstr ""
+
+msgid "Change permissions"
+msgstr ""
+
+msgid "Change status"
+msgstr ""
+
+msgid "Change subscription"
+msgstr ""
+
+msgid "Change template"
+msgstr ""
+
+msgid "Change this value to influence how frequently the GitLab UI polls for updates."
+msgstr ""
+
+msgid "Change title"
+msgstr ""
+
+msgid "Change your password"
+msgstr ""
+
+msgid "Change your password or recover your current one"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Pick into branch"
+msgstr ""
+
+msgid "ChangeTypeActionLabel|Revert in branch"
+msgstr ""
+
+msgid "ChangeTypeAction|Cherry-pick"
+msgstr ""
+
+msgid "ChangeTypeAction|Revert"
+msgstr ""
+
+msgid "ChangeTypeAction|This will create a new commit in order to revert the existing changes."
+msgstr ""
+
+msgid "Changed assignee(s)."
+msgstr ""
+
+msgid "Changed the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes"
+msgstr ""
+
+msgid "Changes affect new repositories only. If not specified, Git's default name %{branch_name_default} will be used."
+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 are still tracked. Useful for cluster/index migrations."
+msgstr ""
+
+msgid "Changes suppressed. Click to show."
+msgstr ""
+
+msgid "Changes the title to \"%{title_param}\"."
+msgstr ""
+
+msgid "Changes won't take place until the index is %{link_start}recreated%{link_end}."
+msgstr ""
+
+msgid "Changing a Release tag is only supported via Releases API. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "Changing group URL can have unintended side effects."
+msgstr ""
+
+msgid "Channel handle (e.g. town-square)"
+msgstr ""
+
+msgid "Charts"
+msgstr ""
+
+msgid "Charts can't be displayed as the request for data has timed out. %{documentationLink}"
+msgstr ""
+
+msgid "Chat"
+msgstr ""
+
+msgid "ChatMessage|%{project_link}: Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Branch"
+msgstr ""
+
+msgid "ChatMessage|Commit"
+msgstr ""
+
+msgid "ChatMessage|Failed job"
+msgstr ""
+
+msgid "ChatMessage|Failed stage"
+msgstr ""
+
+msgid "ChatMessage|Invalid CI config YAML file"
+msgstr ""
+
+msgid "ChatMessage|Pipeline #%{pipeline_id} %{humanized_status} in %{duration}"
+msgstr ""
+
+msgid "ChatMessage|Pipeline %{pipeline_link} of %{ref_type} %{ref_link} by %{user_combined_name} %{humanized_status}"
+msgstr ""
+
+msgid "ChatMessage|Tag"
+msgstr ""
+
+msgid "ChatMessage|and [%{count} more](%{pipeline_failed_jobs_url})"
+msgstr ""
+
+msgid "ChatMessage|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 the %{docs_link_start}documentation%{docs_link_end}."
+msgstr ""
+
+msgid "Check your Docker images for known vulnerabilities."
+msgstr ""
+
+msgid "Checking %{text} availability…"
+msgstr ""
+
+msgid "Checking approval status"
+msgstr ""
+
+msgid "Checking branch availability..."
+msgstr ""
+
+msgid "Checking group URL availability..."
+msgstr ""
+
+msgid "Checking group path availability..."
+msgstr ""
+
+msgid "Checking username availability..."
+msgstr ""
+
+msgid "Checkout"
+msgstr ""
+
+msgid "Checkout|$%{selectedPlanPrice} per user per year"
+msgstr ""
+
+msgid "Checkout|%{cardType} ending in %{lastFourDigits}"
+msgstr ""
+
+msgid "Checkout|%{name}'s GitLab subscription"
+msgstr ""
+
+msgid "Checkout|%{selectedPlanText} plan"
+msgstr ""
+
+msgid "Checkout|%{startDate} - %{endDate}"
+msgstr ""
+
+msgid "Checkout|(x%{numberOfUsers})"
+msgstr ""
+
+msgid "Checkout|Billing address"
+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|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 register credit card. Please try again."
+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|Select"
+msgstr ""
+
+msgid "Checkout|State"
+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|Users"
+msgstr ""
+
+msgid "Checkout|You'll create your new group after checkout"
+msgstr ""
+
+msgid "Checkout|Your organization"
+msgstr ""
+
+msgid "Checkout|Your subscription will be applied to this group"
+msgstr ""
+
+msgid "Checkout|Zip code"
+msgstr ""
+
+msgid "Checkout|company or team"
+msgstr ""
+
+msgid "Cherry-pick this commit"
+msgstr ""
+
+msgid "Cherry-pick this merge request"
+msgstr ""
+
+msgid "Child"
+msgstr ""
+
+msgid "Child epic does not exist."
+msgstr ""
+
+msgid "Child epic doesn't exist."
+msgstr ""
+
+msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete."
+msgstr ""
+
+msgid "Choose %{strong_open}Next%{strong_close} at the bottom of the page."
+msgstr ""
+
+msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
+msgstr ""
+
+msgid "Choose a file"
+msgstr ""
+
+msgid "Choose a group"
+msgstr ""
+
+msgid "Choose a role permission"
+msgstr ""
+
+msgid "Choose a template"
+msgstr ""
+
+msgid "Choose a template..."
+msgstr ""
+
+msgid "Choose a type..."
+msgstr ""
+
+msgid "Choose any color."
+msgstr ""
+
+msgid "Choose between %{code_open}clone%{code_close} or %{code_open}fetch%{code_close} to get the recent application code"
+msgstr ""
+
+msgid "Choose file…"
+msgstr ""
+
+msgid "Choose labels"
+msgstr ""
+
+msgid "Choose the top-level group for your repository imports."
+msgstr ""
+
+msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
+msgstr ""
+
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
+
+msgid "Choose which repositories you want to connect and run CI/CD pipelines."
+msgstr ""
+
+msgid "Choose your framework"
+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 row"
+msgstr ""
+
+msgid "CiVariables|Scope"
+msgstr ""
+
+msgid "CiVariables|Specify variable values to be used in this run. The values specified in %{linkStart}CI/CD settings%{linkEnd} will be used as default"
+msgstr ""
+
+msgid "CiVariables|State"
+msgstr ""
+
+msgid "CiVariables|Type"
+msgstr ""
+
+msgid "CiVariables|Value"
+msgstr ""
+
+msgid "CiVariables|Variables"
+msgstr ""
+
+msgid "CiVariable|* (All environments)"
+msgstr ""
+
+msgid "CiVariable|All environments"
+msgstr ""
+
+msgid "CiVariable|Create wildcard"
+msgstr ""
+
+msgid "CiVariable|Error occurred while saving variables"
+msgstr ""
+
+msgid "CiVariable|Masked"
+msgstr ""
+
+msgid "CiVariable|New environment"
+msgstr ""
+
+msgid "CiVariable|Protected"
+msgstr ""
+
+msgid "CiVariable|Search environments"
+msgstr ""
+
+msgid "CiVariable|Toggle masked"
+msgstr ""
+
+msgid "CiVariable|Toggle protected"
+msgstr ""
+
+msgid "CiVariable|Validation failed"
+msgstr ""
+
+msgid "Classification Label (optional)"
+msgstr ""
+
+msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
+msgstr ""
+
+msgid "Cleanup policy for tags"
+msgstr ""
+
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
+msgid "Clear"
+msgstr ""
+
+msgid "Clear all repository checks"
+msgstr ""
+
+msgid "Clear chart filters"
+msgstr ""
+
+msgid "Clear due date"
+msgstr ""
+
+msgid "Clear input"
+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 weight."
+msgstr ""
+
+msgid "Clears weight."
+msgstr ""
+
+msgid "Click the %{strong_open}Download%{strong_close} button and wait for downloading to complete."
+msgstr ""
+
+msgid "Click the %{strong_open}Select none%{strong_close} button on the right, since we only need \"Google Code Project Hosting\"."
+msgstr ""
+
+msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
+msgstr ""
+
+msgid "Click to expand it."
+msgstr ""
+
+msgid "Click to expand text"
+msgstr ""
+
+msgid "Client authentication certificate"
+msgstr ""
+
+msgid "Client authentication key"
+msgstr ""
+
+msgid "Client authentication key password"
+msgstr ""
+
+msgid "Clients"
+msgstr ""
+
+msgid "Clone"
+msgstr ""
+
+msgid "Clone repository"
+msgstr ""
+
+msgid "Clone with %{http_label}"
+msgstr ""
+
+msgid "Clone with %{protocol}"
+msgstr ""
+
+msgid "Clone with KRB5"
+msgstr ""
+
+msgid "Clone with SSH"
+msgstr ""
+
+msgid "Close"
+msgstr ""
+
+msgid "Close %{display_issuable_type}"
+msgstr ""
+
+msgid "Close %{tabname}"
+msgstr ""
+
+msgid "Close epic"
+msgstr ""
+
+msgid "Close milestone"
+msgstr ""
+
+msgid "Close sidebar"
+msgstr ""
+
+msgid "Close this %{quick_action_target}"
+msgstr ""
+
+msgid "Closed"
+msgstr ""
+
+msgid "Closed %{epicTimeagoDate}"
+msgstr ""
+
+msgid "Closed epics"
+msgstr ""
+
+msgid "Closed issues"
+msgstr ""
+
+msgid "Closed this %{quick_action_target}."
+msgstr ""
+
+msgid "Closed: %{closedIssuesCount}"
+msgstr ""
+
+msgid "Closes this %{quick_action_target}."
+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 "ClusterAgent|This feature is only available for premium plans"
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|%{title} uninstalled successfully."
+msgstr ""
+
+msgid "ClusterIntegration|%{title} updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|A cluster management project can be used to run deployment jobs with Kubernetes %{code_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|All data not committed to GitLab will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All data will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
+
+msgid "ClusterIntegration|Amazon EKS"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred when trying to contact the Google Cloud API. Please try again later."
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch project zones: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch your projects: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
+msgstr ""
+
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
+msgid "ClusterIntegration|Any running pipelines will be canceled."
+msgstr ""
+
+msgid "ClusterIntegration|Apply for credit"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with AWS"
+msgstr ""
+
+msgid "ClusterIntegration|Authenticate with Amazon Web Services"
+msgstr ""
+
+msgid "ClusterIntegration|Base domain"
+msgstr ""
+
+msgid "ClusterIntegration|Blocking mode"
+msgstr ""
+
+msgid "ClusterIntegration|CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager"
+msgstr ""
+
+msgid "ClusterIntegration|Cert-Manager is a native Kubernetes certificate management controller that helps with issuing certificates. Installing Cert-Manager on your cluster will issue a certificate by %{linkStart}Let's Encrypt%{linkEnd} and ensure that certificates are valid and up-to-date."
+msgstr ""
+
+msgid "ClusterIntegration|Certificate Authority bundle (PEM format)"
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}security group %{externalLinkIcon} %{endLink} to apply to the EKS-managed Elastic Network Interfaces that are created in your worker node subnets."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the %{startLink}subnets %{externalLinkIcon} %{endLink} in your VPC where your worker nodes will run."
+msgstr ""
+
+msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Choose which of your environments will use this cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Clear cluster cache"
+msgstr ""
+
+msgid "ClusterIntegration|Clear the local cache of namespace and service accounts. This is necessary if your integration has become out of sync. The cache is repopulated during the next CI job that requires namespace and service accounts."
+msgstr ""
+
+msgid "ClusterIntegration|Cluster being created"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster management project (alpha)"
+msgstr ""
+
+msgid "ClusterIntegration|Cluster name is required."
+msgstr ""
+
+msgid "ClusterIntegration|Cluster_applications artifact too big. Maximum allowable size: %{human_size}"
+msgstr ""
+
+msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancestor with a matching environment scope. For example, project clusters will override group clusters."
+msgstr ""
+
+msgid "ClusterIntegration|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 existing cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Copy API URL"
+msgstr ""
+
+msgid "ClusterIntegration|Copy CA Certificate"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Knative Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Copy Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load IAM roles"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load VPCs for the selected region"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load networks"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load regions from your AWS account"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load security groups for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnets for the selected VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Could not load subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Create Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create a provision role on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the account and external ID above. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|Create cluster on"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on EKS"
+msgstr ""
+
+msgid "ClusterIntegration|Create new cluster on GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Creating Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane"
+msgstr ""
+
+msgid "ClusterIntegration|Crossplane enables declarative provisioning of managed services from your cloud of choice using %{codeStart}kubectl%{codeEnd} or %{linkStart}GitLab Integration%{linkEnd}. Crossplane runs inside your Kubernetes cluster and supports secure connectivity and secrets management between app containers and the cloud services they depend on."
+msgstr ""
+
+msgid "ClusterIntegration|Deletes all GitLab resources attached to this cluster during removal"
+msgstr ""
+
+msgid "ClusterIntegration|Did you know?"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Kubernetes Service"
+msgstr ""
+
+msgid "ClusterIntegration|Elastic Stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enable Cloud Run for Anthos"
+msgstr ""
+
+msgid "ClusterIntegration|Enable or disable GitLab's connection to your Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Enable this setting if using role-based access control (RBAC)."
+msgstr ""
+
+msgid "ClusterIntegration|Enabled stack"
+msgstr ""
+
+msgid "ClusterIntegration|Enter 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|Fluentd"
+msgstr ""
+
+msgid "ClusterIntegration|Fluentd is an open source data collector, which lets you unify the data collection and consumption for a better use and understanding of data. It requires at least one of the following logs to be successfully installed."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Container Network Policies"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Integration"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner"
+msgstr ""
+
+msgid "ClusterIntegration|GitLab Runner connects to the repository and executes CI/CD jobs, pushing results back and deploying applications to production."
+msgstr ""
+
+msgid "ClusterIntegration|GitLab-managed cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Global default"
+msgstr ""
+
+msgid "ClusterIntegration|Google Cloud Platform project"
+msgstr ""
+
+msgid "ClusterIntegration|Google GKE"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|Google Kubernetes Engine project"
+msgstr ""
+
+msgid "ClusterIntegration|Group cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Helm Tiller"
+msgstr ""
+
+msgid "ClusterIntegration|Helm release failed to install"
+msgstr ""
+
+msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|If you do not wish to delete all associated GitLab resources, you can simply remove the integration."
+msgstr ""
+
+msgid "ClusterIntegration|In order to view the health of your cluster, you must first install Prometheus in the Applications tab."
+msgstr ""
+
+msgid "ClusterIntegration|Ingress"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress Endpoint"
+msgstr ""
+
+msgid "ClusterIntegration|Ingress gives you a way to route requests to services based on the request host or path, centralizing a number of services into a single entrypoint."
+msgstr ""
+
+msgid "ClusterIntegration|Installing Ingress may incur additional costs. Learn more about %{linkStart}pricing%{linkEnd}."
+msgstr ""
+
+msgid "ClusterIntegration|Instance cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Instance type"
+msgstr ""
+
+msgid "ClusterIntegration|Integrate Kubernetes cluster automation"
+msgstr ""
+
+msgid "ClusterIntegration|Issuer Email"
+msgstr ""
+
+msgid "ClusterIntegration|Issuers represent a certificate authority. You must provide an email address for your Issuer."
+msgstr ""
+
+msgid "ClusterIntegration|Jupyter Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub"
+msgstr ""
+
+msgid "ClusterIntegration|JupyterHub, a multi-user Hub, spawns, manages, and proxies multiple instances of the single-user Jupyter notebook server. JupyterHub can be used to serve notebooks to a class of students, a corporate data science group, or a scientific research group."
+msgstr ""
+
+msgid "ClusterIntegration|Key pair name"
+msgstr ""
+
+msgid "ClusterIntegration|Knative"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Domain Name:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative Endpoint:"
+msgstr ""
+
+msgid "ClusterIntegration|Knative domain name was updated successfully."
+msgstr ""
+
+msgid "ClusterIntegration|Knative extends Kubernetes to provide a set of middleware components that are essential to build modern, source-centric, and container-based applications that can run anywhere: on premises, in the cloud, or even in a third-party data center."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster is being created..."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster name"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes cluster was successfully created."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way."
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes clusters can be used to deploy applications and to provide Review Apps for this project"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version"
+msgstr ""
+
+msgid "ClusterIntegration|Kubernetes version not found"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start_machine_type}machine types%{help_link_end} and %{help_link_start_pricing}pricing%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{help_link_start}zones%{help_link_end}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about %{startLink}Regions %{externalLinkIcon}%{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about group Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Learn more about instance Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Loading IAM Roles"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Key Pairs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading Regions"
+msgstr ""
+
+msgid "ClusterIntegration|Loading VPCs"
+msgstr ""
+
+msgid "ClusterIntegration|Loading instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Loading networks"
+msgstr ""
+
+msgid "ClusterIntegration|Loading security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Loading subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Logging mode"
+msgstr ""
+
+msgid "ClusterIntegration|Machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Make sure your account %{link_to_requirements} to create Kubernetes clusters"
+msgstr ""
+
+msgid "ClusterIntegration|Manage your Kubernetes cluster by visiting %{provider_link}"
+msgstr ""
+
+msgid "ClusterIntegration|No IAM Roles found"
+msgstr ""
+
+msgid "ClusterIntegration|No Key Pairs found"
+msgstr ""
+
+msgid "ClusterIntegration|No VPCs found"
+msgstr ""
+
+msgid "ClusterIntegration|No deployment cluster found for this job"
+msgstr ""
+
+msgid "ClusterIntegration|No deployment found for this job"
+msgstr ""
+
+msgid "ClusterIntegration|No instance type found"
+msgstr ""
+
+msgid "ClusterIntegration|No machine types matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No networks found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects found"
+msgstr ""
+
+msgid "ClusterIntegration|No projects matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|No region found"
+msgstr ""
+
+msgid "ClusterIntegration|No security group found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnet found"
+msgstr ""
+
+msgid "ClusterIntegration|No subnetworks found"
+msgstr ""
+
+msgid "ClusterIntegration|No zones matched your search"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes"
+msgstr ""
+
+msgid "ClusterIntegration|Number of nodes must be a numerical value."
+msgstr ""
+
+msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{linkStart}documentation%{linkEnd} on Kubernetes"
+msgstr ""
+
+msgid "ClusterIntegration|Please make sure that your Google account meets the following requirements:"
+msgstr ""
+
+msgid "ClusterIntegration|Point a wildcard DNS to this generated endpoint in order to access your application after it has been deployed."
+msgstr ""
+
+msgid "ClusterIntegration|Project cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Project namespace prefix (optional, unique)"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus"
+msgstr ""
+
+msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{linkStart}GitLab Integration%{linkEnd} to monitor deployed applications."
+msgstr ""
+
+msgid "ClusterIntegration|Protect your clusters with GitLab Container Network Policies by enforcing how pods communicate with each other and other network endpoints. %{linkStart}Learn more about configuring Network Policies here.%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|Provider details"
+msgstr ""
+
+msgid "ClusterIntegration|Provision Role ARN"
+msgstr ""
+
+msgid "ClusterIntegration|RBAC-enabled cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Read our %{link_start}help page%{link_end} on Kubernetes cluster integration."
+msgstr ""
+
+msgid "ClusterIntegration|Real-time web application monitoring, logging and access control. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|Region"
+msgstr ""
+
+msgid "ClusterIntegration|Remove Kubernetes cluster integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration and resources?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove integration?"
+msgstr ""
+
+msgid "ClusterIntegration|Remove this Kubernetes cluster's configuration from this project. This will not delete your actual Kubernetes cluster."
+msgstr ""
+
+msgid "ClusterIntegration|Removes cluster from project but keeps associated resources"
+msgstr ""
+
+msgid "ClusterIntegration|Replace this with your own hostname if you want. If you do so, point hostname to Ingress IP Address from above."
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin installing failed"
+msgstr ""
+
+msgid "ClusterIntegration|Request to begin uninstalling failed"
+msgstr ""
+
+msgid "ClusterIntegration|SIEM Hostname"
+msgstr ""
+
+msgid "ClusterIntegration|SIEM Port"
+msgstr ""
+
+msgid "ClusterIntegration|SIEM Protocol"
+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 domains"
+msgstr ""
+
+msgid "ClusterIntegration|Search instance types"
+msgstr ""
+
+msgid "ClusterIntegration|Search machine types"
+msgstr ""
+
+msgid "ClusterIntegration|Search networks"
+msgstr ""
+
+msgid "ClusterIntegration|Search projects"
+msgstr ""
+
+msgid "ClusterIntegration|Search regions"
+msgstr ""
+
+msgid "ClusterIntegration|Search security groups"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Search subnetworks"
+msgstr ""
+
+msgid "ClusterIntegration|Search zones"
+msgstr ""
+
+msgid "ClusterIntegration|Security group"
+msgstr ""
+
+msgid "ClusterIntegration|See and edit the details for your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a security group"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to choose a subnet"
+msgstr ""
+
+msgid "ClusterIntegration|Select a VPC to use for your EKS Cluster resources. To use a new VPC, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select a network to choose a subnetwork"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a Key Pair"
+msgstr ""
+
+msgid "ClusterIntegration|Select a region to choose a VPC"
+msgstr ""
+
+msgid "ClusterIntegration|Select a stack to install Crossplane."
+msgstr ""
+
+msgid "ClusterIntegration|Select a zone to choose a network"
+msgstr ""
+
+msgid "ClusterIntegration|Select existing domain or use new"
+msgstr ""
+
+msgid "ClusterIntegration|Select machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project"
+msgstr ""
+
+msgid "ClusterIntegration|Select project and zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Select project to choose zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select the key pair name that will be used to create EC2 nodes. To use a new key pair name, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Select zone"
+msgstr ""
+
+msgid "ClusterIntegration|Select zone to choose machine type"
+msgstr ""
+
+msgid "ClusterIntegration|Send Container Network Policies Logs"
+msgstr ""
+
+msgid "ClusterIntegration|Send Web Application Firewall Logs"
+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|Set the global mode for the WAF in this cluster. This can be overridden at the environmental level."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong on our end."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while creating your Kubernetes cluster"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while installing %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while trying to save your settings. Please try again."
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while uninstalling %{title}"
+msgstr ""
+
+msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
+msgstr ""
+
+msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{linkStart}Auto DevOps.%{linkEnd} The domain should have a wildcard DNS configured matching the domain. "
+msgstr ""
+
+msgid "ClusterIntegration|Subnets"
+msgstr ""
+
+msgid "ClusterIntegration|The %{gitlabNamespace} namespace"
+msgstr ""
+
+msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
+msgstr ""
+
+msgid "ClusterIntegration|The Kubernetes certificate used to authenticate to the cluster."
+msgstr ""
+
+msgid "ClusterIntegration|The URL used to access the Kubernetes API."
+msgstr ""
+
+msgid "ClusterIntegration|The associated IP and all deployed services will be deleted and cannot be restored. Uninstalling Knative will also remove Istio from your cluster. This will not effect any other applications."
+msgstr ""
+
+msgid "ClusterIntegration|The associated Tiller pod, the %{gitlabManagedAppsNamespace} namespace, and all of its resources will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated load balancer and IP will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The associated private key will be deleted and cannot be restored."
+msgstr ""
+
+msgid "ClusterIntegration|The elastic stack collects logs from all pods in your cluster"
+msgstr ""
+
+msgid "ClusterIntegration|The endpoint is in the process of being assigned. Please check your Kubernetes cluster or Quotas on Google Kubernetes Engine if it takes a long time."
+msgstr ""
+
+msgid "ClusterIntegration|The namespace associated with your project. This will be used for deploy boards, logs, and Web terminals."
+msgstr ""
+
+msgid "ClusterIntegration|There was a problem authenticating with your cluster. Please ensure your CA Certificate and Token are valid."
+msgstr ""
+
+msgid "ClusterIntegration|This account must have permissions to create a Kubernetes cluster in the %{link_to_container_project} specified below"
+msgstr ""
+
+msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
+msgstr ""
+
+msgid "ClusterIntegration|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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
+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|Uninstall %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update %{appTitle}"
+msgstr ""
+
+msgid "ClusterIntegration|Update failed. Please check the logs and try again."
+msgstr ""
+
+msgid "ClusterIntegration|Use %{query}"
+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 are about to uninstall %{appTitle} from your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
+msgstr ""
+
+msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
+msgstr ""
+
+msgid "ClusterIntegration|You must have an RBAC-enabled cluster to install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|You must specify a domain before you can install Knative."
+msgstr ""
+
+msgid "ClusterIntegration|You should select at least two subnets"
+msgstr ""
+
+msgid "ClusterIntegration|Your Elasticsearch cluster will be re-created during this upgrade. Your logs will be re-indexed, and you will lose historical logs from hosts terminated in the last 30 days."
+msgstr ""
+
+msgid "ClusterIntegration|Your account must have %{link_to_kubernetes_engine}"
+msgstr ""
+
+msgid "ClusterIntegration|Your cluster API is unreachable. Please ensure your API URL is correct."
+msgstr ""
+
+msgid "ClusterIntegration|Your service role is distinct from the provision role used when authenticating. It will allow Amazon EKS and the Kubernetes control plane to manage AWS resources on your behalf. To use a new role, first create one on %{startLink}Amazon Web Services %{externalLinkIcon} %{endLink}."
+msgstr ""
+
+msgid "ClusterIntegration|Zone"
+msgstr ""
+
+msgid "ClusterIntegration|access to Google Kubernetes Engine"
+msgstr ""
+
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
+
+msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
+msgstr ""
+
+msgid "ClusterIntegration|meets the requirements"
+msgstr ""
+
+msgid "ClusterIntegration|sign up"
+msgstr ""
+
+msgid "ClusterIntergation|Select a VPC"
+msgstr ""
+
+msgid "ClusterIntergation|Select a network"
+msgstr ""
+
+msgid "ClusterIntergation|Select a region"
+msgstr ""
+
+msgid "ClusterIntergation|Select a security group"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnet"
+msgstr ""
+
+msgid "ClusterIntergation|Select a subnetwork"
+msgstr ""
+
+msgid "ClusterIntergation|Select an instance type"
+msgstr ""
+
+msgid "ClusterIntergation|Select key pair"
+msgstr ""
+
+msgid "ClusterIntergation|Select service role"
+msgstr ""
+
+msgid "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 Owners"
+msgstr ""
+
+msgid "Code Owners to the merge request changes."
+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 master %{start_date} - %{end_date}"
+msgstr ""
+
+msgid "Code owner approval is required"
+msgstr ""
+
+msgid "Code owners"
+msgstr ""
+
+msgid "CodeIntelligence|This is the definition"
+msgstr ""
+
+msgid "CodeNavigation|No references found"
+msgstr ""
+
+msgid "CodeOwner|Pattern"
+msgstr ""
+
+msgid "Cohorts"
+msgstr ""
+
+msgid "Cohorts|Inactive users"
+msgstr ""
+
+msgid "Cohorts|Month %{month_index}"
+msgstr ""
+
+msgid "Cohorts|New users"
+msgstr ""
+
+msgid "Cohorts|Registration month"
+msgstr ""
+
+msgid "Cohorts|Returning users"
+msgstr ""
+
+msgid "Cohorts|User cohorts are shown for the last %{months_included} months. Only users with activity are counted in the 'New users' column; inactive users are counted separately."
+msgstr ""
+
+msgid "Collapse"
+msgstr ""
+
+msgid "Collapse approvers"
+msgstr ""
+
+msgid "Collapse milestones"
+msgstr ""
+
+msgid "Collapse replies"
+msgstr ""
+
+msgid "Collapse sidebar"
+msgstr ""
+
+msgid "Collector hostname"
+msgstr ""
+
+msgid "ComboSearch is not defined"
+msgstr ""
+
+msgid "Coming soon"
+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 & close %{noteable_name}"
+msgstr ""
+
+msgid "Comment & reopen %{noteable_name}"
+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 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 "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 "Company"
+msgstr ""
+
+msgid "Company name"
+msgstr ""
+
+msgid "Compare"
+msgstr ""
+
+msgid "Compare Git revisions"
+msgstr ""
+
+msgid "Compare Revisions"
+msgstr ""
+
+msgid "Compare changes"
+msgstr ""
+
+msgid "Compare changes with the last commit"
+msgstr ""
+
+msgid "Compare changes with the merge request target branch"
+msgstr ""
+
+msgid "Compare with previous version"
+msgstr ""
+
+msgid "CompareBranches|%{source_branch} and %{target_branch} are the same."
+msgstr ""
+
+msgid "CompareBranches|Compare"
+msgstr ""
+
+msgid "CompareBranches|Source"
+msgstr ""
+
+msgid "CompareBranches|Target"
+msgstr ""
+
+msgid "CompareBranches|There isn't anything to compare."
+msgstr ""
+
+msgid "Complete"
+msgstr ""
+
+msgid "Completed"
+msgstr ""
+
+msgid "Compliance"
+msgstr ""
+
+msgid "Compliance Dashboard"
+msgstr ""
+
+msgid "Compliance framework (optional)"
+msgstr ""
+
+msgid "Compliance frameworks"
+msgstr ""
+
+msgid "ComplianceDashboard|created by:"
+msgstr ""
+
+msgid "ComplianceFramework|GDPR"
+msgstr ""
+
+msgid "ComplianceFramework|GDPR - General Data Protection Regulation"
+msgstr ""
+
+msgid "ComplianceFramework|HIPAA"
+msgstr ""
+
+msgid "ComplianceFramework|HIPAA - Health Insurance Portability and Accountability Act"
+msgstr ""
+
+msgid "ComplianceFramework|PCI-DSS"
+msgstr ""
+
+msgid "ComplianceFramework|PCI-DSS - Payment Card Industry-Data Security Standard"
+msgstr ""
+
+msgid "ComplianceFramework|SOC 2"
+msgstr ""
+
+msgid "ComplianceFramework|SOC 2 - Service Organization Control 2"
+msgstr ""
+
+msgid "ComplianceFramework|SOX"
+msgstr ""
+
+msgid "ComplianceFramework|SOX - Sarbanes-Oxley"
+msgstr ""
+
+msgid "ComplianceFramework|This project is regulated by %{framework}."
+msgstr ""
+
+msgid "Confidence"
+msgstr ""
+
+msgid "Confidential"
+msgstr ""
+
+msgid "Confidentiality"
+msgstr ""
+
+msgid "Configuration"
+msgstr ""
+
+msgid "Configure GitLab runners to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+msgstr ""
+
+msgid "Configure Gitaly timeouts."
+msgstr ""
+
+msgid "Configure Let's Encrypt"
+msgstr ""
+
+msgid "Configure Prometheus"
+msgstr ""
+
+msgid "Configure 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 automatic git checks and housekeeping on repositories."
+msgstr ""
+
+msgid "Configure existing installation"
+msgstr ""
+
+msgid "Configure limit for issues created per minute by web and API requests."
+msgstr ""
+
+msgid "Configure limits for Project/Group Import/Export."
+msgstr ""
+
+msgid "Configure limits for web and API requests."
+msgstr ""
+
+msgid "Configure limits on the number of inbound alerts able to be sent to a project."
+msgstr ""
+
+msgid "Configure paths to be protected by Rack Attack."
+msgstr ""
+
+msgid "Configure repository mirroring."
+msgstr ""
+
+msgid "Configure storage path settings."
+msgstr ""
+
+msgid "Configure the %{link} integration."
+msgstr ""
+
+msgid "Configure the way a user creates a new account."
+msgstr ""
+
+msgid "Confirm"
+msgstr ""
+
+msgid "Confirmation email sent to %{email}"
+msgstr ""
+
+msgid "Confirmation required"
+msgstr ""
+
+msgid "Confluence"
+msgstr ""
+
+msgid "ConfluenceService|Confluence Workspace"
+msgstr ""
+
+msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project"
+msgstr ""
+
+msgid "ConfluenceService|Enabling the Confluence Workspace will disable the default GitLab Wiki. Your GitLab Wiki data will be saved and you can always re-enable it later by turning off this integration"
+msgstr ""
+
+msgid "ConfluenceService|The URL of the Confluence Workspace"
+msgstr ""
+
+msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
+msgstr ""
+
+msgid "Congratulations! You have enabled Two-factor Authentication!"
+msgstr ""
+
+msgid "Connect"
+msgstr ""
+
+msgid "Connect all repositories"
+msgstr ""
+
+msgid "Connect repositories from GitHub"
+msgstr ""
+
+msgid "Connect your external repositories, and CI/CD pipelines will run for new commits. A GitLab project will be created with only CI/CD features enabled."
+msgstr ""
+
+msgid "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 "Contact sales to upgrade"
+msgstr ""
+
+msgid "Contact support"
+msgstr ""
+
+msgid "Container Registry"
+msgstr ""
+
+msgid "Container Scanning"
+msgstr ""
+
+msgid "Container does not exist"
+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 sync capacity"
+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|%{imageName} tags"
+msgstr ""
+
+msgid "ContainerRegistry|%{title} was successfully scheduled for deletion"
+msgstr ""
+
+msgid "ContainerRegistry|%{toggleStatus} - Tags matching the patterns defined below will be scheduled for deletion"
+msgstr ""
+
+msgid "ContainerRegistry|Build an image"
+msgstr ""
+
+msgid "ContainerRegistry|CLI Commands"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policy for tags is disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policy successfully saved."
+msgstr ""
+
+msgid "ContainerRegistry|Cleanup policy:"
+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 selected"
+msgstr ""
+
+msgid "ContainerRegistry|Deletion disabled due to missing or insufficient permissions."
+msgstr ""
+
+msgid "ContainerRegistry|Digest: %{imageId}"
+msgstr ""
+
+msgid "ContainerRegistry|Docker connection error"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration interval:"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policies help manage the storage space used by the Container Registry, but the expiration policies for this registry are disabled. Contact your administrator to enable. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy is disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration policy will run in %{time}"
+msgstr ""
+
+msgid "ContainerRegistry|Expiration schedule:"
+msgstr ""
+
+msgid "ContainerRegistry|Filter by name"
+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 Repositories"
+msgstr ""
+
+msgid "ContainerRegistry|Image tags"
+msgstr ""
+
+msgid "ContainerRegistry|Invalid tag: missing manifest digest"
+msgstr ""
+
+msgid "ContainerRegistry|Login"
+msgstr ""
+
+msgid "ContainerRegistry|Manifest digest: %{digest}"
+msgstr ""
+
+msgid "ContainerRegistry|Missing or insufficient permission, delete button disabled"
+msgstr ""
+
+msgid "ContainerRegistry|Number of tags to retain:"
+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|Set cleanup policy"
+msgstr ""
+
+msgid "ContainerRegistry|Something went wrong while fetching the cleanup policy."
+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 updating the cleanup policy."
+msgstr ""
+
+msgid "ContainerRegistry|Sorry, your filter produced no results."
+msgstr ""
+
+msgid "ContainerRegistry|Tag expiration policy"
+msgstr ""
+
+msgid "ContainerRegistry|Tag successfully marked for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Tags successfully marked for deletion."
+msgstr ""
+
+msgid "ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}be preserved:%{italicEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Tags with names matching this regex pattern will %{italicStart}expire:%{italicEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|The last tag related to this image was recently removed. This empty image and any associated data will be automatically removed as part of the regular Garbage Collection process. If you have any questions, contact your administrator."
+msgstr ""
+
+msgid "ContainerRegistry|The value of this input should be less than 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 is scheduled for deletion"
+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 Registry, which could be due to an issue with your project name or path. %{docLinkStart}More information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-master%{codeEnd} or %{codeStart}release-.*%{codeEnd} are supported"
+msgstr ""
+
+msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-test%{codeEnd} or %{codeStart}dev-.*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. Push at least one Docker image in one of this group's projects in order to show up here. %{docLinkStart}More Information%{docLinkEnd}"
+msgstr ""
+
+msgid "ContainerRegistry|With the 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 "Contains %{count} blobs of images (%{size})"
+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."
+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 "Contributors"
+msgstr ""
+
+msgid "Control emails linked to your account"
+msgstr ""
+
+msgid "Control the display of third party offers."
+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 %{protocol} clone URL"
+msgstr ""
+
+msgid "Copy %{proxy_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 KRB5 clone URL"
+msgstr ""
+
+msgid "Copy SSH clone URL"
+msgstr ""
+
+msgid "Copy SSH public key"
+msgstr ""
+
+msgid "Copy URL"
+msgstr ""
+
+msgid "Copy branch name"
+msgstr ""
+
+msgid "Copy command"
+msgstr ""
+
+msgid "Copy commands"
+msgstr ""
+
+msgid "Copy commit SHA"
+msgstr ""
+
+msgid "Copy environment"
+msgstr ""
+
+msgid "Copy evidence SHA"
+msgstr ""
+
+msgid "Copy file contents"
+msgstr ""
+
+msgid "Copy file path"
+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 to clipboard"
+msgstr ""
+
+msgid "Copy token"
+msgstr ""
+
+msgid "Copy trigger token"
+msgstr ""
+
+msgid "Copy value"
+msgstr ""
+
+msgid "Could not add admins as members"
+msgstr ""
+
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
+msgid "Could not authorize chat nickname. Try again!"
+msgstr ""
+
+msgid "Could not change HEAD: branch '%{branch}' does not exist"
+msgstr ""
+
+msgid "Could not connect to FogBugz, check your URL"
+msgstr ""
+
+msgid "Could not connect to 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 find design."
+msgstr ""
+
+msgid "Could not find iteration"
+msgstr ""
+
+msgid "Could not remove the trigger."
+msgstr ""
+
+msgid "Could not restore the group"
+msgstr ""
+
+msgid "Could not revoke impersonation token %{token_name}."
+msgstr ""
+
+msgid "Could not revoke personal access token %{personal_access_token_name}."
+msgstr ""
+
+msgid "Could not revoke project access token %{project_access_token_name}."
+msgstr ""
+
+msgid "Could not save group ID"
+msgstr ""
+
+msgid "Could not save project ID"
+msgstr ""
+
+msgid "Could not save prometheus manual configuration"
+msgstr ""
+
+msgid "Could not udpdate wiki page"
+msgstr ""
+
+msgid "Could not update the LDAP settings"
+msgstr ""
+
+msgid "Could not upload your designs as one or more files uploaded are not supported."
+msgstr ""
+
+msgid "Country"
+msgstr ""
+
+msgid "Coverage"
+msgstr ""
+
+msgid "Coverage Fuzzing"
+msgstr ""
+
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Create"
+msgstr ""
+
+msgid "Create %{environment}"
+msgstr ""
+
+msgid "Create %{type}"
+msgstr ""
+
+msgid "Create New Directory"
+msgstr ""
+
+msgid "Create New Domain"
+msgstr ""
+
+msgid "Create Project"
+msgstr ""
+
+msgid "Create Value Stream"
+msgstr ""
+
+msgid "Create a GitLab account first, and then connect it to your %{label} account."
+msgstr ""
+
+msgid "Create a Mattermost team for this group"
+msgstr ""
+
+msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
+msgstr ""
+
+msgid "Create a merge request"
+msgstr ""
+
+msgid "Create a new branch"
+msgstr ""
+
+msgid "Create a new deploy key for this project"
+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 repository"
+msgstr ""
+
+msgid "Create a personal access token on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Create a project pre-populated with the necessary files to get you started quickly."
+msgstr ""
+
+msgid "Create an account using:"
+msgstr ""
+
+msgid "Create an issue. Issues are created for each alert triggered."
+msgstr ""
+
+msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the %{code_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 board"
+msgstr ""
+
+msgid "Create branch"
+msgstr ""
+
+msgid "Create commit"
+msgstr ""
+
+msgid "Create confidential merge request"
+msgstr ""
+
+msgid "Create confidential merge request and branch"
+msgstr ""
+
+msgid "Create directory"
+msgstr ""
+
+msgid "Create empty repository"
+msgstr ""
+
+msgid "Create epic"
+msgstr ""
+
+msgid "Create file"
+msgstr ""
+
+msgid "Create from"
+msgstr ""
+
+msgid "Create group"
+msgstr ""
+
+msgid "Create group label"
+msgstr ""
+
+msgid "Create issue"
+msgstr ""
+
+msgid "Create iteration"
+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 Value Stream"
+msgstr ""
+
+msgid "Create new board"
+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 issue in Jira"
+msgstr ""
+
+msgid "Create new label"
+msgstr ""
+
+msgid "Create new..."
+msgstr ""
+
+msgid "Create project"
+msgstr ""
+
+msgid "Create project label"
+msgstr ""
+
+msgid "Create release"
+msgstr ""
+
+msgid "Create requirement"
+msgstr ""
+
+msgid "Create snippet"
+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 "CreateTokenToCloneLink|create a personal access token"
+msgstr ""
+
+msgid "Created"
+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 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:"
+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|No credentials found"
+msgstr ""
+
+msgid "CredentialsInventory|Personal Access Tokens"
+msgstr ""
+
+msgid "CredentialsInventory|SSH Keys"
+msgstr ""
+
+msgid "Critical vulnerabilities present"
+msgstr ""
+
+msgid "Cron Timezone"
+msgstr ""
+
+msgid "Cron time zone"
+msgstr ""
+
+msgid "Crossplane"
+msgstr ""
+
+msgid "Current Branch"
+msgstr ""
+
+msgid "Current Plan"
+msgstr ""
+
+msgid "Current Project"
+msgstr ""
+
+msgid "Current node"
+msgstr ""
+
+msgid "Current node must be the primary node or you will be locking yourself out"
+msgstr ""
+
+msgid "Current password"
+msgstr ""
+
+msgid "Current vulnerabilities count"
+msgstr ""
+
+msgid "CurrentUser|Buy Pipeline minutes"
+msgstr ""
+
+msgid "CurrentUser|One of your groups is running out"
+msgstr ""
+
+msgid "CurrentUser|Profile"
+msgstr ""
+
+msgid "CurrentUser|Settings"
+msgstr ""
+
+msgid "CurrentUser|Start a Gold trial"
+msgstr ""
+
+msgid "CurrentUser|Upgrade"
+msgstr ""
+
+msgid "Custom Attributes"
+msgstr ""
+
+msgid "Custom CI configuration path"
+msgstr ""
+
+msgid "Custom Git clone URL for HTTP(S)"
+msgstr ""
+
+msgid "Custom hostname (for private commit emails)"
+msgstr ""
+
+msgid "Custom 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 %{notification_link}."
+msgstr ""
+
+msgid "Custom project templates"
+msgstr ""
+
+msgid "Custom project templates have not been set up for groups that you are a member of. They are enabled from a group’s settings page. Contact your group’s Owner or Maintainer to setup custom project templates."
+msgstr ""
+
+msgid "Custom range"
+msgstr ""
+
+msgid "Custom range (UTC)"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add a stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Add stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Editing stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Enter a name for the stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Name"
+msgstr ""
+
+msgid "CustomCycleAnalytics|New stage"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Please select a start event first"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Select stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stage name already exists"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event changed, please select a valid stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Start event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Stop event label"
+msgstr ""
+
+msgid "CustomCycleAnalytics|Update stage"
+msgstr ""
+
+msgid "Customer Portal"
+msgstr ""
+
+msgid "Customizable by an administrator."
+msgstr ""
+
+msgid "Customize colors"
+msgstr ""
+
+msgid "Customize how FogBugz email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize how Google Code email addresses and usernames are imported into GitLab. In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Customize icon"
+msgstr ""
+
+msgid "Customize language and region related settings."
+msgstr ""
+
+msgid "Customize name"
+msgstr ""
+
+msgid "Customize your pipeline configuration, view your pipeline status and coverage report."
+msgstr ""
+
+msgid "Customize your pipeline configuration."
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
+msgid "Cycle Time"
+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 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|Date"
+msgstr ""
+
+msgid "CycleAnalytics|Days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Display chart filters"
+msgstr ""
+
+msgid "CycleAnalytics|No stages selected"
+msgstr ""
+
+msgid "CycleAnalytics|Number of tasks"
+msgstr ""
+
+msgid "CycleAnalytics|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} labels"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' and %{selectedProjectCount} projects from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Showing data for group '%{groupName}' from %{startDate} to %{endDate}"
+msgstr ""
+
+msgid "CycleAnalytics|Stages"
+msgstr ""
+
+msgid "CycleAnalytics|Tasks by type"
+msgstr ""
+
+msgid "CycleAnalytics|The given date range is larger than 180 days"
+msgstr ""
+
+msgid "CycleAnalytics|Total days to completion"
+msgstr ""
+
+msgid "CycleAnalytics|Type of work"
+msgstr ""
+
+msgid "CycleAnalytics|group dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|not allowed for the given start event"
+msgstr ""
+
+msgid "CycleAnalytics|project dropdown filter"
+msgstr ""
+
+msgid "CycleAnalytics|stage dropdown"
+msgstr ""
+
+msgid "DAG"
+msgstr ""
+
+msgid "DAG visualization requires at least 3 dependent jobs."
+msgstr ""
+
+msgid "DAST Profiles"
+msgstr ""
+
+msgid "DNS"
+msgstr ""
+
+msgid "Dashboard"
+msgstr ""
+
+msgid "Dashboard uid not found"
+msgstr ""
+
+msgid "DashboardProjects|All"
+msgstr ""
+
+msgid "DashboardProjects|Personal"
+msgstr ""
+
+msgid "DashboardProjects|Trending"
+msgstr ""
+
+msgid "Dashboards"
+msgstr ""
+
+msgid "Dashboard|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|%{firstProject}, %{rest}, and %{secondProject}"
+msgstr ""
+
+msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
+msgstr ""
+
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
+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|Download validation text file"
+msgstr ""
+
+msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
+msgstr ""
+
+msgid "DastProfiles|Edit site profile"
+msgstr ""
+
+msgid "DastProfiles|Error Details"
+msgstr ""
+
+msgid "DastProfiles|Manage Profiles"
+msgstr ""
+
+msgid "DastProfiles|Manage 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 Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
+msgstr ""
+
+msgid "DastProfiles|New site profile"
+msgstr ""
+
+msgid "DastProfiles|No profiles created yet"
+msgstr ""
+
+msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
+msgstr ""
+
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
+msgid "DastProfiles|Profile name"
+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|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
+msgid "DastProfiles|Site Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
+msgid "DastProfiles|Target URL"
+msgstr ""
+
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
+msgid "Data is still calculating..."
+msgstr ""
+
+msgid "Datasource name not found"
+msgstr ""
+
+msgid "Date"
+msgstr ""
+
+msgid "Date picker"
+msgstr ""
+
+msgid "Date range cannot exceed %{maxDateRange} 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 "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 "Default Branch"
+msgstr ""
+
+msgid "Default CI configuration path"
+msgstr ""
+
+msgid "Default artifacts expiration"
+msgstr ""
+
+msgid "Default branch"
+msgstr ""
+
+msgid "Default branch and protected branches"
+msgstr ""
+
+msgid "Default classification label"
+msgstr ""
+
+msgid "Default deletion 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 issue template"
+msgstr ""
+
+msgid "Default project deletion protection"
+msgstr ""
+
+msgid "Default projects limit"
+msgstr ""
+
+msgid "Default stages"
+msgstr ""
+
+msgid "Default: Directly import the Google Code email address or username"
+msgstr ""
+
+msgid "Default: Map a FogBugz account ID to a full name"
+msgstr ""
+
+msgid "DefaultBranchLabel|default"
+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 "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 it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Are you sure you want to run %{job_name} immediately? This job will run automatically after it's timer finishes."
+msgstr ""
+
+msgid "DelayedJobs|Start now"
+msgstr ""
+
+msgid "DelayedJobs|Unschedule"
+msgstr ""
+
+msgid "DelayedJobs|delayed"
+msgstr ""
+
+msgid "Delete"
+msgstr ""
+
+msgid "Delete Comment"
+msgstr ""
+
+msgid "Delete Snippet"
+msgstr ""
+
+msgid "Delete account"
+msgstr ""
+
+msgid "Delete artifacts"
+msgstr ""
+
+msgid "Delete board"
+msgstr ""
+
+msgid "Delete comment"
+msgstr ""
+
+msgid "Delete domain"
+msgstr ""
+
+msgid "Delete label"
+msgstr ""
+
+msgid "Delete label: %{label_name} ?"
+msgstr ""
+
+msgid "Delete license"
+msgstr ""
+
+msgid "Delete list"
+msgstr ""
+
+msgid "Delete pipeline"
+msgstr ""
+
+msgid "Delete project"
+msgstr ""
+
+msgid "Delete project. Are you ABSOLUTELY SURE?"
+msgstr ""
+
+msgid "Delete serverless domain?"
+msgstr ""
+
+msgid "Delete snippet"
+msgstr ""
+
+msgid "Delete snippet?"
+msgstr ""
+
+msgid "Delete source branch"
+msgstr ""
+
+msgid "Delete this attachment"
+msgstr ""
+
+msgid "Delete user list"
+msgstr ""
+
+msgid "Delete variable"
+msgstr ""
+
+msgid "DeleteProject|Delete %{name}"
+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 wiki repository. Please try again or contact administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore project repository. Please contact the administrator."
+msgstr ""
+
+msgid "DeleteProject|Failed to restore wiki repository. Please contact the administrator."
+msgstr ""
+
+msgid "Deleted"
+msgstr ""
+
+msgid "Deleted Projects"
+msgstr ""
+
+msgid "Deleted chat nickname: %{chat_name}!"
+msgstr ""
+
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
+msgstr ""
+
+msgid "Deleting the license failed. The license was not found."
+msgstr ""
+
+msgid "Deleting the license failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
+msgid "Deletion pending. This project will be removed 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|License"
+msgstr ""
+
+msgid "Dependencies|Location"
+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|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 proxy"
+msgstr ""
+
+msgid "Dependency proxy URL"
+msgstr ""
+
+msgid "Dependency proxy feature is limited to public groups for now."
+msgstr ""
+
+msgid "DependencyProxy|Toggle Dependency Proxy"
+msgstr ""
+
+msgid "Depends on %d merge request being merged"
+msgid_plural "Depends on %d merge requests being merged"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Depends on %{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 freezes"
+msgstr ""
+
+msgid "Deploy key was successfully updated."
+msgstr ""
+
+msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository"
+msgstr ""
+
+msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one."
+msgstr ""
+
+msgid "Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one."
+msgstr ""
+
+msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
+msgstr ""
+
+msgid "Deploy to..."
+msgstr ""
+
+msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy boards. To see all instances on your board, you must update your chart and redeploy."
+msgstr ""
+
+msgid "DeployFreeze|Freeze end"
+msgstr ""
+
+msgid "DeployFreeze|Freeze start"
+msgstr ""
+
+msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
+msgstr ""
+
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgstr ""
+
+msgid "DeployFreeze|Time zone"
+msgstr ""
+
+msgid "DeployFreeze|You can specify deploy freezes using only %{cron_syntax_link_start}cron syntax%{cron_syntax_link_end}."
+msgstr ""
+
+msgid "DeployKeys|+%{count} others"
+msgstr ""
+
+msgid "DeployKeys|Current project"
+msgstr ""
+
+msgid "DeployKeys|Deploy key"
+msgstr ""
+
+msgid "DeployKeys|Enabled deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error enabling deploy key"
+msgstr ""
+
+msgid "DeployKeys|Error getting deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Error removing deploy key"
+msgstr ""
+
+msgid "DeployKeys|Expand %{count} other projects"
+msgstr ""
+
+msgid "DeployKeys|Loading deploy keys"
+msgstr ""
+
+msgid "DeployKeys|No deploy keys found. Create one with the form above."
+msgstr ""
+
+msgid "DeployKeys|Privately accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Project usage"
+msgstr ""
+
+msgid "DeployKeys|Publicly accessible deploy keys"
+msgstr ""
+
+msgid "DeployKeys|Read access only"
+msgstr ""
+
+msgid "DeployKeys|Write access allowed"
+msgstr ""
+
+msgid "DeployKeys|You are going to remove this deploy key. Are you sure?"
+msgstr ""
+
+msgid "DeployTokens|Active Deploy Tokens (%{active_tokens})"
+msgstr ""
+
+msgid "DeployTokens|Add a deploy token"
+msgstr ""
+
+msgid "DeployTokens|Allows read access to the package registry"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Allows read-only access to the repository"
+msgstr ""
+
+msgid "DeployTokens|Allows write access to the package registry"
+msgstr ""
+
+msgid "DeployTokens|Allows write access to the registry images"
+msgstr ""
+
+msgid "DeployTokens|Copy deploy token"
+msgstr ""
+
+msgid "DeployTokens|Copy username"
+msgstr ""
+
+msgid "DeployTokens|Create deploy token"
+msgstr ""
+
+msgid "DeployTokens|Created"
+msgstr ""
+
+msgid "DeployTokens|Default format is \"gitlab+deploy-token-{n}\". Enter custom username if you want to change it."
+msgstr ""
+
+msgid "DeployTokens|Deploy Tokens"
+msgstr ""
+
+msgid "DeployTokens|Deploy tokens allow access to packages, your repository, and registry images."
+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|Pick a name for the application, and we'll give you a unique deploy token."
+msgstr ""
+
+msgid "DeployTokens|Revoke"
+msgstr ""
+
+msgid "DeployTokens|Revoke %{b_start}%{name}%{b_end}?"
+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|Use this token as a password. Make sure you save it - you won't be able to access it again."
+msgstr ""
+
+msgid "DeployTokens|Use this username as a login."
+msgstr ""
+
+msgid "DeployTokens|Username"
+msgstr ""
+
+msgid "DeployTokens|You are about to revoke %{b_start}%{name}%{b_end}."
+msgstr ""
+
+msgid "DeployTokens|Your New Deploy Token"
+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 "Deploying to"
+msgstr ""
+
+msgid "Deploying to AWS is easy with GitLab"
+msgstr ""
+
+msgid "Deployment Frequency"
+msgstr ""
+
+msgid "Deployment|API"
+msgstr ""
+
+msgid "Deployment|This deployment was created using the API"
+msgstr ""
+
+msgid "Deployment|canceled"
+msgstr ""
+
+msgid "Deployment|created"
+msgstr ""
+
+msgid "Deployment|failed"
+msgstr ""
+
+msgid "Deployment|running"
+msgstr ""
+
+msgid "Deployment|success"
+msgstr ""
+
+msgid "Deprioritize label"
+msgstr ""
+
+msgid "Descending"
+msgstr ""
+
+msgid "Describe the goal of the changes and what reviewers should be aware of."
+msgstr ""
+
+msgid "Describe the requirement here"
+msgstr ""
+
+msgid "Description"
+msgstr ""
+
+msgid "Description parsed with %{link_start}GitLab Flavored Markdown%{link_end}"
+msgstr ""
+
+msgid "Description templates allow you to define context-specific templates for issue and merge request description fields for your project."
+msgstr ""
+
+msgid "Description:"
+msgstr ""
+
+msgid "Descriptive label"
+msgstr ""
+
+msgid "Deselect all"
+msgstr ""
+
+msgid "Design Management 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."
+msgstr ""
+
+msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
+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|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|The maximum number of designs allowed to be uploaded is %{upload_limit}. Please try again."
+msgstr ""
+
+msgid "DesignManagement|To upload designs, you'll need to enable LFS. %{requirements_link_start}More information%{requirements_link_end}"
+msgstr ""
+
+msgid "DesignManagement|Unresolve thread"
+msgstr ""
+
+msgid "DesignManagement|Upload designs"
+msgstr ""
+
+msgid "DesignManagement|Upload skipped."
+msgstr ""
+
+msgid "DesignManagement|and %{moreCount} more."
+msgstr ""
+
+msgid "Designs"
+msgstr ""
+
+msgid "Destroy"
+msgstr ""
+
+msgid "Detail"
+msgstr ""
+
+msgid "Details"
+msgstr ""
+
+msgid "Details (default)"
+msgstr ""
+
+msgid "Detect host keys"
+msgstr ""
+
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
+msgstr ""
+
+msgid "Diff content limits"
+msgstr ""
+
+msgid "Diff limits"
+msgstr ""
+
+msgid "Diff view settings"
+msgstr ""
+
+msgid "Difference between start date and now"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(HEAD)"
+msgstr ""
+
+msgid "DiffsCompareBaseBranch|(base)"
+msgstr ""
+
+msgid "Diffs|No file name available"
+msgstr ""
+
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
+
+msgid "Diffs|Something went wrong while fetching diff lines."
+msgstr ""
+
+msgid "Direction"
+msgstr ""
+
+msgid "Directory name"
+msgstr ""
+
+msgid "Disable"
+msgstr ""
+
+msgid "Disable for this project"
+msgstr ""
+
+msgid "Disable group Runners"
+msgstr ""
+
+msgid "Disable public access to Pages sites"
+msgstr ""
+
+msgid "Disable shared Runners"
+msgstr ""
+
+msgid "Disable two-factor authentication"
+msgstr ""
+
+msgid "Disabled"
+msgstr ""
+
+msgid "Disabled mirrors can only be enabled by instance owners. It is recommended that you delete them."
+msgstr ""
+
+msgid "Discard"
+msgstr ""
+
+msgid "Discard all changes"
+msgstr ""
+
+msgid "Discard all changes?"
+msgstr ""
+
+msgid "Discard changes"
+msgstr ""
+
+msgid "Discard changes to %{path}?"
+msgstr ""
+
+msgid "Discard draft"
+msgstr ""
+
+msgid "Discard review"
+msgstr ""
+
+msgid "DiscordService|Discord Notifications"
+msgstr ""
+
+msgid "DiscordService|Receive event notifications in Discord"
+msgstr ""
+
+msgid "Discover GitLab Geo"
+msgstr ""
+
+msgid "Discover projects, groups and snippets. Share your projects with others"
+msgstr ""
+
+msgid "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|Give feedback for this page"
+msgstr ""
+
+msgid "Discover|Security capabilities, integrated into your development lifecycle"
+msgstr ""
+
+msgid "Discover|See the other features of the %{linkStart}gold plan%{linkEnd}"
+msgstr ""
+
+msgid "Discover|Start a free trial"
+msgstr ""
+
+msgid "Discover|Upgrade now"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved"
+msgstr ""
+
+msgid "Discuss a specific suggestion or question that needs to be resolved."
+msgstr ""
+
+msgid "Discuss a specific suggestion or question."
+msgstr ""
+
+msgid "Discussion 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 DevOps Report introduction"
+msgstr ""
+
+msgid "Dismiss Merge Request promotion"
+msgstr ""
+
+msgid "Dismiss Selected"
+msgstr ""
+
+msgid "Dismiss Value Stream Analytics introduction box"
+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 your monitoring tools directly within GitLab."
+msgstr ""
+
+msgid "Display name"
+msgstr ""
+
+msgid "Display rendered file"
+msgstr ""
+
+msgid "Display source"
+msgstr ""
+
+msgid "Do not display offers from third parties within GitLab"
+msgstr ""
+
+msgid "Do you want to customize how Google Code email addresses and usernames are imported into GitLab?"
+msgstr ""
+
+msgid "Dockerfile"
+msgstr ""
+
+msgid "Documentation"
+msgstr ""
+
+msgid "Documentation for popular identity providers"
+msgstr ""
+
+msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)"
+msgstr ""
+
+msgid "Doing"
+msgstr ""
+
+msgid "Domain"
+msgstr ""
+
+msgid "Domain cannot be deleted while associated to one or more clusters."
+msgstr ""
+
+msgid "Domain verification is an essential security measure for public GitLab sites. Users are required to demonstrate they control a domain before it is enabled"
+msgstr ""
+
+msgid "Domain was successfully created."
+msgstr ""
+
+msgid "Domain was successfully deleted."
+msgstr ""
+
+msgid "Domain was successfully updated."
+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 show again"
+msgstr ""
+
+msgid "Done"
+msgstr ""
+
+msgid "Download"
+msgstr ""
+
+msgid "Download %{format}"
+msgstr ""
+
+msgid "Download %{format}:"
+msgstr ""
+
+msgid "Download CSV"
+msgstr ""
+
+msgid "Download artifacts"
+msgstr ""
+
+msgid "Download as"
+msgstr ""
+
+msgid "Download as CSV"
+msgstr ""
+
+msgid "Download asset"
+msgstr ""
+
+msgid "Download codes"
+msgstr ""
+
+msgid "Download evidence JSON"
+msgstr ""
+
+msgid "Download export"
+msgstr ""
+
+msgid "Download image"
+msgstr ""
+
+msgid "Download license"
+msgstr ""
+
+msgid "Download 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 "Draft merge requests can't be merged."
+msgstr ""
+
+msgid "Drop or %{linkStart}upload%{linkEnd} designs to attach"
+msgstr ""
+
+msgid "Drop your designs to start your upload."
+msgstr ""
+
+msgid "Due Date"
+msgstr ""
+
+msgid "Due date"
+msgstr ""
+
+msgid "Duration"
+msgstr ""
+
+msgid "Duration for the last 30 commits"
+msgstr ""
+
+msgid "During this process, you’ll be asked for URLs from GitLab’s side. Use the URLs shown below."
+msgstr ""
+
+msgid "Dynamic Application Security Testing (DAST)"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states and/or belong to one of the following types:"
+msgstr ""
+
+msgid "Each Runner can be in one of the following states:"
+msgstr ""
+
+msgid "Edit"
+msgstr ""
+
+msgid "Edit %{issuable}"
+msgstr ""
+
+msgid "Edit %{name}"
+msgstr ""
+
+msgid "Edit Comment"
+msgstr ""
+
+msgid "Edit Deploy Key"
+msgstr ""
+
+msgid "Edit Geo Node"
+msgstr ""
+
+msgid "Edit Group Hook"
+msgstr ""
+
+msgid "Edit Label"
+msgstr ""
+
+msgid "Edit Milestone"
+msgstr ""
+
+msgid "Edit Password"
+msgstr ""
+
+msgid "Edit Pipeline Schedule %{id}"
+msgstr ""
+
+msgid "Edit 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 board"
+msgstr ""
+
+msgid "Edit comment"
+msgstr ""
+
+msgid "Edit description"
+msgstr ""
+
+msgid "Edit environment"
+msgstr ""
+
+msgid "Edit file"
+msgstr ""
+
+msgid "Edit files in the editor and commit changes here"
+msgstr ""
+
+msgid "Edit fork in Web IDE"
+msgstr ""
+
+msgid "Edit group: %{group_name}"
+msgstr ""
+
+msgid "Edit identity for %{user_name}"
+msgstr ""
+
+msgid "Edit issues"
+msgstr ""
+
+msgid "Edit iteration"
+msgstr ""
+
+msgid "Edit public deploy key"
+msgstr ""
+
+msgid "Edit stage"
+msgstr ""
+
+msgid "Edit this release"
+msgstr ""
+
+msgid "Edit wiki page"
+msgstr ""
+
+msgid "Edit your most recent comment in a thread (from an empty textarea)"
+msgstr ""
+
+msgid "Edited %{timeago}"
+msgstr ""
+
+msgid "Editing"
+msgstr ""
+
+msgid "Elasticsearch"
+msgstr ""
+
+msgid "Elasticsearch AWS IAM credentials"
+msgstr ""
+
+msgid "Elasticsearch indexing restrictions"
+msgstr ""
+
+msgid "Elasticsearch indexing started"
+msgstr ""
+
+msgid "Elasticsearch integration. Elasticsearch AWS IAM."
+msgstr ""
+
+msgid "Elasticsearch reindexing is already in progress"
+msgstr ""
+
+msgid "Elasticsearch reindexing triggered"
+msgstr ""
+
+msgid "Elasticsearch returned status code: %{status_code}"
+msgstr ""
+
+msgid "Elasticsearch zero-downtime reindexing"
+msgstr ""
+
+msgid "Elastic|None. Select namespaces to index."
+msgstr ""
+
+msgid "Elastic|None. Select projects to index."
+msgstr ""
+
+msgid "Email"
+msgstr ""
+
+msgid "Email %{number}"
+msgstr ""
+
+msgid "Email Notification"
+msgstr ""
+
+msgid "Email address"
+msgstr ""
+
+msgid "Email could not be sent"
+msgstr ""
+
+msgid "Email display name"
+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 restrictions"
+msgstr ""
+
+msgid "Email restrictions for sign-ups"
+msgstr ""
+
+msgid "Email sent"
+msgstr ""
+
+msgid "Email the pipelines status to a list of recipients."
+msgstr ""
+
+msgid "EmailError|It appears that the email is blank. Make sure your reply is at the top of the email, we can't process inline replies."
+msgstr ""
+
+msgid "EmailError|The thread you are replying to no longer exists, perhaps it was deleted? If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is for. Please create your issue or comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what the email is in reply to. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't figure out what user corresponds to the email. Please create your comment through the web interface."
+msgstr ""
+
+msgid "EmailError|We couldn't find the project. Please check if there's any typo."
+msgstr ""
+
+msgid "EmailError|You are not allowed to perform this action. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailError|Your account has been blocked. If you believe this is in error, contact a staff member."
+msgstr ""
+
+msgid "EmailToken|reset it"
+msgstr ""
+
+msgid "EmailToken|resetting..."
+msgstr ""
+
+msgid "Emails"
+msgstr ""
+
+msgid "Emails sent from Service Desk will have this name"
+msgstr ""
+
+msgid "Emails separated by comma"
+msgstr ""
+
+msgid "EmailsOnPushService|Disable code diffs"
+msgstr ""
+
+msgid "EmailsOnPushService|Don't include possibly sensitive code diffs in notification body."
+msgstr ""
+
+msgid "EmailsOnPushService|Email the commits and diff of each push to a list of recipients."
+msgstr ""
+
+msgid "EmailsOnPushService|Emails on push"
+msgstr ""
+
+msgid "EmailsOnPushService|Emails separated by whitespace"
+msgstr ""
+
+msgid "EmailsOnPushService|Send from committer"
+msgstr ""
+
+msgid "EmailsOnPushService|Send notifications from the committer's email address if the domain is part of the domain GitLab is running on (e.g. %{domains})."
+msgstr ""
+
+msgid "Embed"
+msgstr ""
+
+msgid "Empty file"
+msgstr ""
+
+msgid "Enable"
+msgstr ""
+
+msgid "Enable Auto DevOps"
+msgstr ""
+
+msgid "Enable HTML emails"
+msgstr ""
+
+msgid "Enable Incident Management inbound alert limit"
+msgstr ""
+
+msgid "Enable PlantUML"
+msgstr ""
+
+msgid "Enable Pseudonymizer data collection"
+msgstr ""
+
+msgid "Enable Seat Link"
+msgstr ""
+
+msgid "Enable Spam Check via external API endpoint"
+msgstr ""
+
+msgid "Enable access to Grafana"
+msgstr ""
+
+msgid "Enable access to the Performance Bar for a given group."
+msgstr ""
+
+msgid "Enable and configure Grafana."
+msgstr ""
+
+msgid "Enable and configure Prometheus metrics."
+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 ""
+
+msgid "Enable email restrictions for sign ups"
+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 integration"
+msgstr ""
+
+msgid "Enable maintenance mode"
+msgstr ""
+
+msgid "Enable mirror configuration"
+msgstr ""
+
+msgid "Enable or disable Seat Link."
+msgstr ""
+
+msgid "Enable or disable keyboard shortcuts"
+msgstr ""
+
+msgid "Enable or disable the Pseudonymizer data collection."
+msgstr ""
+
+msgid "Enable or disable version check and usage ping."
+msgstr ""
+
+msgid "Enable protected paths rate limit"
+msgstr ""
+
+msgid "Enable proxy"
+msgstr ""
+
+msgid "Enable reCAPTCHA or Akismet and set IP limits. For reCAPTCHA, we currently only support %{recaptcha_v2_link_start}v2%{recaptcha_v2_link_end}"
+msgstr ""
+
+msgid "Enable shared Runners"
+msgstr ""
+
+msgid "Enable snowplow tracking"
+msgstr ""
+
+msgid "Enable two-factor authentication"
+msgstr ""
+
+msgid "Enable usage ping"
+msgstr ""
+
+msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
+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|Close"
+msgstr ""
+
+msgid "EnableReviewApp|Copy snippet text"
+msgstr ""
+
+msgid "Enabled"
+msgstr ""
+
+msgid "Enabled Git access protocols"
+msgstr ""
+
+msgid "Enabled sources for code import during project creation. OmniAuth must be configured for GitHub"
+msgstr ""
+
+msgid "Enabling this will only make licensed EE features available to projects if the project namespace's plan includes the feature or if the project is public."
+msgstr ""
+
+msgid "Encountered an error while rendering: %{err}"
+msgstr ""
+
+msgid "End date"
+msgstr ""
+
+msgid "Ends at (UTC)"
+msgstr ""
+
+msgid "Enforce DNS rebinding attack protection"
+msgstr ""
+
+msgid "Enforce personal access token expiration"
+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 2FA for Admin Mode"
+msgstr ""
+
+msgid "Enter Admin Mode"
+msgstr ""
+
+msgid "Enter IP address range"
+msgstr ""
+
+msgid "Enter a number"
+msgstr ""
+
+msgid "Enter a whole number between 0 and 100"
+msgstr ""
+
+msgid "Enter at least three characters to search"
+msgstr ""
+
+msgid "Enter board name"
+msgstr ""
+
+msgid "Enter domain"
+msgstr ""
+
+msgid "Enter in your Bitbucket Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter in your Phabricator Server URL and personal access token below"
+msgstr ""
+
+msgid "Enter merge request URLs"
+msgstr ""
+
+msgid "Enter new %{field_title}"
+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 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 issue description"
+msgstr ""
+
+msgid "Enter the issue title"
+msgstr ""
+
+msgid "Enter the merge request description"
+msgstr ""
+
+msgid "Enter the merge request title"
+msgstr ""
+
+msgid "Enter the name of your application, and we'll return a unique %{type}."
+msgstr ""
+
+msgid "Enter weights for storages for new repositories."
+msgstr ""
+
+msgid "Enter your password to approve"
+msgstr ""
+
+msgid "Environment"
+msgstr ""
+
+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 variables are applied to environments via the Runner. You can use environment variables for passwords, secret keys, etc. Make variables available to the running application by prepending the variable key with %{code_open}K8S_SECRET_%{code_close}. You can set variables to be:"
+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 %{link_to_read_more}."
+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|More information"
+msgstr ""
+
+msgid "EnvironmentsDashboard|Remove"
+msgstr ""
+
+msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
+msgstr ""
+
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project, 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. %{readMoreLink}"
+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 in"
+msgstr ""
+
+msgid "Environments|Auto stops %{auto_stop_time}"
+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 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|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|Managed apps"
+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|Note that this action will stop the environment, but it will %{emphasis_start}not%{emphasis_end} have an effect on any existing deployment due to no “stop environment action†being defined in the %{ci_config_link_start}.gitlab-ci.yml%{ci_config_link_end} file."
+msgstr ""
+
+msgid "Environments|Open live environment"
+msgstr ""
+
+msgid "Environments|Pod name"
+msgstr ""
+
+msgid "Environments|Re-deploy"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{environment_name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy environment %{name}?"
+msgstr ""
+
+msgid "Environments|Re-deploy to environment"
+msgstr ""
+
+msgid "Environments|Rollback"
+msgstr ""
+
+msgid "Environments|Rollback environment"
+msgstr ""
+
+msgid "Environments|Rollback environment %{environment_name}?"
+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"
+msgstr ""
+
+msgid "Environments|There was an error fetching the logs. Please try again."
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{commit_id}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will relaunch the job for commit %{linkStart}%{commitId}%{linkEnd}, putting the environment in a previous version. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{environment_name} for commit %{commit_id}, putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|This action will run the job defined by %{name} for commit %{linkStart}%{commitId}%{linkEnd} putting the environment in a previous version. You can revert it by re-deploying the latest version of your application. Are you sure you want to continue?"
+msgstr ""
+
+msgid "Environments|Updated"
+msgstr ""
+
+msgid "Environments|You don't have any environments right now"
+msgstr ""
+
+msgid "Environments|protected"
+msgstr ""
+
+msgid "Epic"
+msgstr ""
+
+msgid "Epic cannot be found."
+msgstr ""
+
+msgid "Epic events"
+msgstr ""
+
+msgid "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|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|Enter a title for your epic"
+msgstr ""
+
+msgid "Epics|How can I solve this?"
+msgstr ""
+
+msgid "Epics|Leave empty to inherit from milestone dates"
+msgstr ""
+
+msgid "Epics|More information"
+msgstr ""
+
+msgid "Epics|Remove epic"
+msgstr ""
+
+msgid "Epics|Remove issue"
+msgstr ""
+
+msgid "Epics|Show more"
+msgstr ""
+
+msgid "Epics|Something went wrong while assigning issue to epic."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while creating issue."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching child epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while fetching group epics."
+msgstr ""
+
+msgid "Epics|Something went wrong while 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|These dates affect how your epics appear in the roadmap. Dates from milestones come from the milestones assigned to issues in the epic. You can also set fixed dates or remove them entirely."
+msgstr ""
+
+msgid "Epics|This 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 perform this action"
+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 iteration"
+msgstr ""
+
+msgid "Error creating repository for snippet with id %{snippet_id}"
+msgstr ""
+
+msgid "Error creating the snippet"
+msgstr ""
+
+msgid "Error deleting %{issuableType}"
+msgstr ""
+
+msgid "Error deleting project. Check logs for error details."
+msgstr ""
+
+msgid "Error fetching diverging counts for branches. Please try again."
+msgstr ""
+
+msgid "Error fetching forked projects. Please try again."
+msgstr ""
+
+msgid "Error fetching labels."
+msgstr ""
+
+msgid "Error fetching network graph."
+msgstr ""
+
+msgid "Error fetching payload data."
+msgstr ""
+
+msgid "Error fetching projects"
+msgstr ""
+
+msgid "Error fetching refs"
+msgstr ""
+
+msgid "Error fetching the dependency list. Please check your network connection and try again."
+msgstr ""
+
+msgid "Error 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 message:"
+msgstr ""
+
+msgid "Error occurred when fetching sidebar data"
+msgstr ""
+
+msgid "Error occurred when saving assignees"
+msgstr ""
+
+msgid "Error occurred when toggling the notification subscription"
+msgstr ""
+
+msgid "Error occurred while updating the issue 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 blocked"
+msgstr ""
+
+msgid "Error occurred. User was not confirmed"
+msgstr ""
+
+msgid "Error occurred. User was not unblocked"
+msgstr ""
+
+msgid "Error occurred. User was not unlocked"
+msgstr ""
+
+msgid "Error rendering markdown preview"
+msgstr ""
+
+msgid "Error 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: %{stripped}"
+msgstr ""
+
+msgid "Error while loading the merge request. Please try again."
+msgstr ""
+
+msgid "Error while loading the project data. Please try again."
+msgstr ""
+
+msgid "Error while migrating %{upload_id}: %{error_message}"
+msgstr ""
+
+msgid "Error with Akismet. Please check the logs for more info."
+msgstr ""
+
+msgid "Error: %{error_message}"
+msgstr ""
+
+msgid "Error: Unable to create deploy freeze"
+msgstr ""
+
+msgid "ErrorTracking|Active"
+msgstr ""
+
+msgid "ErrorTracking|After adding your Auth Token, use the 'Connect' button to load projects"
+msgstr ""
+
+msgid "ErrorTracking|Auth Token"
+msgstr ""
+
+msgid "ErrorTracking|Click 'Connect' to re-establish the connection to Sentry and activate the dropdown."
+msgstr ""
+
+msgid "ErrorTracking|Connection has failed. Re-check Auth Token and try again."
+msgstr ""
+
+msgid "ErrorTracking|If you self-host Sentry, enter the full URL of your Sentry instance. If you're using Sentry's hosted solution, enter https://sentry.io"
+msgstr ""
+
+msgid "ErrorTracking|No projects available"
+msgstr ""
+
+msgid "ErrorTracking|Select project"
+msgstr ""
+
+msgid "ErrorTracking|To enable project selection, enter a valid Auth Token"
+msgstr ""
+
+msgid "Errors"
+msgstr ""
+
+msgid "Errors:"
+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 "Events in %{project_path}"
+msgstr ""
+
+msgid "Every %{action} attempt has failed: %{job_error_message}. Please try again."
+msgstr ""
+
+msgid "Every day"
+msgstr ""
+
+msgid "Every day (at %{time})"
+msgstr ""
+
+msgid "Every month"
+msgstr ""
+
+msgid "Every month (Day %{day} at %{time})"
+msgstr ""
+
+msgid "Every three months"
+msgstr ""
+
+msgid "Every two weeks"
+msgstr ""
+
+msgid "Every week"
+msgstr ""
+
+msgid "Every week (%{weekday} at %{time})"
+msgstr ""
+
+msgid "Everyone"
+msgstr ""
+
+msgid "Everyone With Access"
+msgstr ""
+
+msgid "Everyone can contribute"
+msgstr ""
+
+msgid "Everything on your to-do list is marked as done."
+msgstr ""
+
+msgid "Everything you need to create a GitLab Pages site using 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: %{ip_address}. %{read_more_link}."
+msgstr ""
+
+msgid "Example: @sub\\.company\\.com$"
+msgstr ""
+
+msgid "Example: My Value Stream"
+msgstr ""
+
+msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
+msgstr ""
+
+msgid "Except policy:"
+msgstr ""
+
+msgid "Excluding merge commits. Limited to %{limit} commits."
+msgstr ""
+
+msgid "Excluding merge commits. Limited to 6,000 commits."
+msgstr ""
+
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
+msgid "Existing members and groups"
+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 approvers"
+msgstr ""
+
+msgid "Expand dropdown"
+msgstr ""
+
+msgid "Expand milestones"
+msgstr ""
+
+msgid "Expand sidebar"
+msgstr ""
+
+msgid "Expected documents: %{expected_documents}"
+msgstr ""
+
+msgid "Experienced"
+msgstr ""
+
+msgid "Expiration"
+msgstr ""
+
+msgid "Expiration date"
+msgstr ""
+
+msgid "Expired"
+msgstr ""
+
+msgid "Expired %{expiredOn}"
+msgstr ""
+
+msgid "Expired:"
+msgstr ""
+
+msgid "Expires"
+msgstr ""
+
+msgid "Expires at"
+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 "Export"
+msgstr ""
+
+msgid "Export as CSV"
+msgstr ""
+
+msgid "Export group"
+msgstr ""
+
+msgid "Export issues"
+msgstr ""
+
+msgid "Export project"
+msgstr ""
+
+msgid "Export this group with all related data to a new GitLab instance. Once complete, you can import the data file from the \"New Group\" page."
+msgstr ""
+
+msgid "Export this project with all its related data in order to move your project to a new GitLab instance. Once the export is finished, you can import the file from the \"New Project\" page."
+msgstr ""
+
+msgid "Export variable to pipelines running on protected branches and tags only."
+msgstr ""
+
+msgid "External Classification Policy Authorization"
+msgstr ""
+
+msgid "External ID"
+msgstr ""
+
+msgid "External URL"
+msgstr ""
+
+msgid "External Wiki"
+msgstr ""
+
+msgid "External authentication"
+msgstr ""
+
+msgid "External authorization denied access to this project"
+msgstr ""
+
+msgid "External authorization request timeout"
+msgstr ""
+
+msgid "External storage URL"
+msgstr ""
+
+msgid "External storage authentication token"
+msgstr ""
+
+msgid "ExternalAuthorizationService|Classification label"
+msgstr ""
+
+msgid "ExternalAuthorizationService|When no classification label is set the default label `%{default_label}` will be used."
+msgstr ""
+
+msgid "ExternalWikiService|External Wiki"
+msgstr ""
+
+msgid "ExternalWikiService|Replaces the link to the internal wiki with a link to an external wiki."
+msgstr ""
+
+msgid "ExternalWikiService|The URL of the external Wiki"
+msgstr ""
+
+msgid "Facebook"
+msgstr ""
+
+msgid "Failed"
+msgstr ""
+
+msgid "Failed Jobs"
+msgstr ""
+
+msgid "Failed on"
+msgstr ""
+
+msgid "Failed to add a Zoom meeting"
+msgstr ""
+
+msgid "Failed to apply commands."
+msgstr ""
+
+msgid "Failed to assign a user because no user was found."
+msgstr ""
+
+msgid "Failed to cancel auto stop because failed to update the environment."
+msgstr ""
+
+msgid "Failed to cancel auto stop because the environment is not set as auto stop."
+msgstr ""
+
+msgid "Failed to cancel auto stop because you do not have permission to update the environment."
+msgstr ""
+
+msgid "Failed to change the owner"
+msgstr ""
+
+msgid "Failed to check related branches."
+msgstr ""
+
+msgid "Failed to create Merge Request. Please try again."
+msgstr ""
+
+msgid "Failed to create a branch for this issue. Please try again."
+msgstr ""
+
+msgid "Failed to create import label for jira import."
+msgstr ""
+
+msgid "Failed to create repository"
+msgstr ""
+
+msgid "Failed to create resources"
+msgstr ""
+
+msgid "Failed to create wiki"
+msgstr ""
+
+msgid "Failed to delete board. Please try again."
+msgstr ""
+
+msgid "Failed to deploy to"
+msgstr ""
+
+msgid "Failed to enqueue the rebase operation, possibly due to a long-lived transaction. Try again later."
+msgstr ""
+
+msgid "Failed to find import label for Jira import."
+msgstr ""
+
+msgid "Failed to get ref."
+msgstr ""
+
+msgid "Failed to install."
+msgstr ""
+
+msgid "Failed to load assignees. Please try again."
+msgstr ""
+
+msgid "Failed to load authors. Please try again."
+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."
+msgstr ""
+
+msgid "Failed to load labels. Please try again."
+msgstr ""
+
+msgid "Failed to load milestones. Please try again."
+msgstr ""
+
+msgid "Failed to load related branches"
+msgstr ""
+
+msgid "Failed to load stacktrace."
+msgstr ""
+
+msgid "Failed to mark this issue as a duplicate because referenced issue was not found."
+msgstr ""
+
+msgid "Failed to move this issue because label was not found."
+msgstr ""
+
+msgid "Failed to move this issue because only a single label can be provided."
+msgstr ""
+
+msgid "Failed to move this issue because target project doesn't exist."
+msgstr ""
+
+msgid "Failed to promote label due to internal error. Please contact administrators."
+msgstr ""
+
+msgid "Failed to protect the branch"
+msgstr ""
+
+msgid "Failed to protect the environment"
+msgstr ""
+
+msgid "Failed to publish issue on status page."
+msgstr ""
+
+msgid "Failed to remove a Zoom meeting"
+msgstr ""
+
+msgid "Failed to remove issue from board, please try again."
+msgstr ""
+
+msgid "Failed to remove mirror."
+msgstr ""
+
+msgid "Failed to remove the pipeline schedule"
+msgstr ""
+
+msgid "Failed to remove user identity."
+msgstr ""
+
+msgid "Failed to remove user key."
+msgstr ""
+
+msgid "Failed to reset key. Please try again."
+msgstr ""
+
+msgid "Failed to save merge conflicts resolutions. Please try again!"
+msgstr ""
+
+msgid "Failed to save new settings"
+msgstr ""
+
+msgid "Failed to save preferences (%{error_message})."
+msgstr ""
+
+msgid "Failed to save preferences."
+msgstr ""
+
+msgid "Failed to set due date because the date format is invalid."
+msgstr ""
+
+msgid "Failed to set iteration on this issue. Please try again."
+msgstr ""
+
+msgid "Failed to signing using smartcard authentication"
+msgstr ""
+
+msgid "Failed to update branch!"
+msgstr ""
+
+msgid "Failed to update environment!"
+msgstr ""
+
+msgid "Failed to update issue status"
+msgstr ""
+
+msgid "Failed to update issues, please try again."
+msgstr ""
+
+msgid "Failed to update tag!"
+msgstr ""
+
+msgid "Failed to update."
+msgstr ""
+
+msgid "Failed to upgrade."
+msgstr ""
+
+msgid "Failed to upload object map file"
+msgstr ""
+
+msgid "Failed to verify domain ownership"
+msgstr ""
+
+msgid "Failure"
+msgstr ""
+
+msgid "False positive"
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto %{targetBranch} to allow this merge request to be merged."
+msgstr ""
+
+msgid "Fast-forward merge is not possible. Rebase the source branch onto the target branch."
+msgstr ""
+
+msgid "Fast-forward merge without a merge commit"
+msgstr ""
+
+msgid "Faster as it re-uses the project workspace (falling back to clone if it doesn't exist)"
+msgstr ""
+
+msgid "Faster releases. Better code. Less pain."
+msgstr ""
+
+msgid "Favicon was successfully removed."
+msgstr ""
+
+msgid "Feature Flags"
+msgstr ""
+
+msgid "Feature flag was not removed."
+msgstr ""
+
+msgid "Feature flag was successfully removed."
+msgstr ""
+
+msgid "FeatureFlags|%d user"
+msgid_plural "FeatureFlags|%d users"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "FeatureFlags|* (All Environments)"
+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|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 specific environments by defining feature flag strategies."
+msgstr ""
+
+msgid "FeatureFlags|Environment Spec"
+msgstr ""
+
+msgid "FeatureFlags|Environment Specs"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag"
+msgstr ""
+
+msgid "FeatureFlags|Feature Flag User List Details"
+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 Flags will look different in the next milestone. No action is needed, but you may notice the functionality was changed to improve the workflow."
+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|Flag becomes read only soon"
+msgstr ""
+
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
+msgid "FeatureFlags|Get started with feature flags"
+msgstr ""
+
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
+msgstr ""
+
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
+msgid "FeatureFlags|ID"
+msgstr ""
+
+msgid "FeatureFlags|Inactive"
+msgstr ""
+
+msgid "FeatureFlags|Inactive flag for %{scope}"
+msgstr ""
+
+msgid "FeatureFlags|Include additional user IDs"
+msgstr ""
+
+msgid "FeatureFlags|Install a %{docs_link_anchored_start}compatible client library%{docs_link_anchored_end} and specify the API URL, application name, and instance ID during the configuration setup. %{docs_link_start}More Information%{docs_link_end}"
+msgstr ""
+
+msgid "FeatureFlags|Instance ID"
+msgstr ""
+
+msgid "FeatureFlags|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|New list"
+msgstr ""
+
+msgid "FeatureFlags|Percent of users"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout (logged in users)"
+msgstr ""
+
+msgid "FeatureFlags|Percent rollout must be a whole number between 0 and 100"
+msgstr ""
+
+msgid "FeatureFlags|Protected"
+msgstr ""
+
+msgid "FeatureFlags|Remove"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Percentage"
+msgstr ""
+
+msgid "FeatureFlags|Rollout Strategy"
+msgstr ""
+
+msgid "FeatureFlags|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|Target environments"
+msgstr ""
+
+msgid "FeatureFlags|There was an error fetching the feature flags."
+msgstr ""
+
+msgid "FeatureFlags|There was an error retrieving user lists"
+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 "FeatureFlag|List"
+msgstr ""
+
+msgid "FeatureFlag|Percentage"
+msgstr ""
+
+msgid "FeatureFlag|Select a user list"
+msgstr ""
+
+msgid "FeatureFlag|There are no configured user lists"
+msgstr ""
+
+msgid "FeatureFlag|Type"
+msgstr ""
+
+msgid "FeatureFlag|User IDs"
+msgstr ""
+
+msgid "Feb"
+msgstr ""
+
+msgid "February"
+msgstr ""
+
+msgid "Fetching incoming email"
+msgstr ""
+
+msgid "Fetching licenses failed."
+msgstr ""
+
+msgid "Fetching licenses failed. The request endpoint was not found."
+msgstr ""
+
+msgid "Fetching licenses failed. You are not permitted to perform this action."
+msgstr ""
+
+msgid "File"
+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 format is no longer supported"
+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 sync capacity"
+msgstr ""
+
+msgid "File templates"
+msgstr ""
+
+msgid "File upload error."
+msgstr ""
+
+msgid "Files"
+msgstr ""
+
+msgid "Files breadcrumb"
+msgstr ""
+
+msgid "Files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Fill in the fields below, turn on %{strong_open}Enable SAML authentication for this group%{strong_close}, and press %{strong_open}Save changes%{strong_close}"
+msgstr ""
+
+msgid "Filter"
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently closed."
+msgstr ""
+
+msgid "Filter by %{issuable_type} that are currently opened."
+msgstr ""
+
+msgid "Filter by %{page_context_word} that are currently opened."
+msgstr ""
+
+msgid "Filter by Git revision"
+msgstr ""
+
+msgid "Filter by issues that are currently closed."
+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 name"
+msgstr ""
+
+msgid "Filter by name"
+msgstr ""
+
+msgid "Filter by requirements that are currently archived."
+msgstr ""
+
+msgid "Filter by requirements that are currently opened."
+msgstr ""
+
+msgid "Filter by status"
+msgstr ""
+
+msgid "Filter by two-factor authentication"
+msgstr ""
+
+msgid "Filter by user"
+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 your projects by name"
+msgstr ""
+
+msgid "Filter..."
+msgstr ""
+
+msgid "Find File"
+msgstr ""
+
+msgid "Find bugs in your code with coverage-guided fuzzing"
+msgstr ""
+
+msgid "Find by path"
+msgstr ""
+
+msgid "Find existing members by name"
+msgstr ""
+
+msgid "Find file"
+msgstr ""
+
+msgid "Find the downloaded ZIP file and decompress it."
+msgstr ""
+
+msgid "Find the newly extracted %{code_open}Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json%{code_close} file."
+msgstr ""
+
+msgid "Fingerprint"
+msgstr ""
+
+msgid "Fingerprints"
+msgstr ""
+
+msgid "Finish editing this message first!"
+msgstr ""
+
+msgid "Finish review"
+msgstr ""
+
+msgid "Finish setting up your dedicated account for %{group_name}."
+msgstr ""
+
+msgid "Finished"
+msgstr ""
+
+msgid "First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "First Seen"
+msgstr ""
+
+msgid "First day of the week"
+msgstr ""
+
+msgid "First name"
+msgstr ""
+
+msgid "First seen"
+msgstr ""
+
+msgid "Fixed date"
+msgstr ""
+
+msgid "Fixed due date"
+msgstr ""
+
+msgid "Fixed start date"
+msgstr ""
+
+msgid "Fixed:"
+msgstr ""
+
+msgid "Flags"
+msgstr ""
+
+msgid "FlowdockService|Flowdock Git source token"
+msgstr ""
+
+msgid "FlowdockService|Flowdock is a collaboration web app for technical teams."
+msgstr ""
+
+msgid "FogBugz Email"
+msgstr ""
+
+msgid "FogBugz Import"
+msgstr ""
+
+msgid "FogBugz Password"
+msgstr ""
+
+msgid "FogBugz URL"
+msgstr ""
+
+msgid "FogBugz import"
+msgstr ""
+
+msgid "Folder/%{name}"
+msgstr ""
+
+msgid "Follow the steps below to export your Google Code project data."
+msgstr ""
+
+msgid "Font Color"
+msgstr ""
+
+msgid "Footer message"
+msgstr ""
+
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
+msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For more info, read the documentation."
+msgstr ""
+
+msgid "For more information, go to the "
+msgstr ""
+
+msgid "For more information, please review %{link_start_tag}Jaeger's configuration doc%{link_end_tag}"
+msgstr ""
+
+msgid "For more information, see the File Hooks documentation."
+msgstr ""
+
+msgid "For more information, see the documentation on %{deactivating_usage_ping_link_start}deactivating the usage ping%{deactivating_usage_ping_link_end}."
+msgstr ""
+
+msgid "For more information, see the documentation on %{link_start}disabling Seat Link%{link_end}."
+msgstr ""
+
+msgid "For private projects, any member (guest or higher) can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "For public projects, anyone can view pipelines and access job details (output logs and artifacts)"
+msgstr ""
+
+msgid "Forgot your password?"
+msgstr ""
+
+msgid "Fork"
+msgstr ""
+
+msgid "Fork Error!"
+msgstr ""
+
+msgid "Fork project"
+msgstr ""
+
+msgid "Fork project?"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from"
+msgstr ""
+
+msgid "ForkedFromProjectPath|Forked from an inaccessible project"
+msgstr ""
+
+msgid "Forking a repository allows you to make changes without affecting the original project."
+msgstr ""
+
+msgid "Forking in progress"
+msgstr ""
+
+msgid "Forks"
+msgstr ""
+
+msgid "Format: %{dateFormat}"
+msgstr ""
+
+msgid "Forward external support email address to"
+msgstr ""
+
+msgid "Found errors in your %{gitlab_ci_yml}:"
+msgstr ""
+
+msgid "Found errors in your .gitlab-ci.yml:"
+msgstr ""
+
+msgid "Free Trial"
+msgstr ""
+
+msgid "Free Trial of GitLab.com Gold"
+msgstr ""
+
+msgid "Freeze end"
+msgstr ""
+
+msgid "Freeze start"
+msgstr ""
+
+msgid "Frequency"
+msgstr ""
+
+msgid "Friday"
+msgstr ""
+
+msgid "From"
+msgstr ""
+
+msgid "From %{code_open}%{source_title}%{code_close} into"
+msgstr ""
+
+msgid "From %{providerTitle}"
+msgstr ""
+
+msgid "From Google Code"
+msgstr ""
+
+msgid "From issue creation until deploy to production"
+msgstr ""
+
+msgid "From merge request merge until deploy to production"
+msgstr ""
+
+msgid "From the Kubernetes cluster details view, install Runner from the applications list"
+msgstr ""
+
+msgid "Full name"
+msgstr ""
+
+msgid "GPG Key ID:"
+msgstr ""
+
+msgid "GPG Keys"
+msgstr ""
+
+msgid "GPG keys allow you to verify signed commits."
+msgstr ""
+
+msgid "GPG signature (loading...)"
+msgstr ""
+
+msgid "General"
+msgstr ""
+
+msgid "General Settings"
+msgstr ""
+
+msgid "General pipelines"
+msgstr ""
+
+msgid "Generate a default set of labels"
+msgstr ""
+
+msgid "Generate key"
+msgstr ""
+
+msgid "Generate new export"
+msgstr ""
+
+msgid "Generate new token"
+msgstr ""
+
+msgid "Geo"
+msgstr ""
+
+msgid "Geo Nodes"
+msgstr ""
+
+msgid "Geo Nodes|Cannot remove a primary node if there is a secondary node"
+msgstr ""
+
+msgid "Geo Replication"
+msgstr ""
+
+msgid "Geo Settings"
+msgstr ""
+
+msgid "Geo nodes are paused using a command run on the node"
+msgstr ""
+
+msgid "GeoNodeStatusEvent|%{timeAgoStr} (%{pendingEvents} events)"
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is failing or broken."
+msgstr ""
+
+msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
+msgstr ""
+
+msgid "GeoNodes|Consult Geo troubleshooting information"
+msgstr ""
+
+msgid "GeoNodes|Data replication lag"
+msgstr ""
+
+msgid "GeoNodes|Does not match the primary storage configuration"
+msgstr ""
+
+msgid "GeoNodes|Full"
+msgstr ""
+
+msgid "GeoNodes|GitLab version"
+msgstr ""
+
+msgid "GeoNodes|GitLab version does not match the primary node version"
+msgstr ""
+
+msgid "GeoNodes|Health status"
+msgstr ""
+
+msgid "GeoNodes|Internal URL"
+msgstr ""
+
+msgid "GeoNodes|Last event ID processed by cursor"
+msgstr ""
+
+msgid "GeoNodes|Last event ID seen from primary"
+msgstr ""
+
+msgid "GeoNodes|Learn more about Geo node statuses"
+msgstr ""
+
+msgid "GeoNodes|Loading nodes"
+msgstr ""
+
+msgid "GeoNodes|New node"
+msgstr ""
+
+msgid "GeoNodes|Node Authentication was successfully repaired."
+msgstr ""
+
+msgid "GeoNodes|Node URL"
+msgstr ""
+
+msgid "GeoNodes|Node was successfully removed."
+msgstr ""
+
+msgid "GeoNodes|Node's status was updated %{timeAgo}."
+msgstr ""
+
+msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo primary node stops the synchronization to all nodes. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Removing a Geo secondary node stops the synchronization to that node. Are you sure?"
+msgstr ""
+
+msgid "GeoNodes|Replicated data is verified with the %{nodeText} using checksums"
+msgstr ""
+
+msgid "GeoNodes|Replication slot WAL"
+msgstr ""
+
+msgid "GeoNodes|Replication slots"
+msgstr ""
+
+msgid "GeoNodes|Replication status"
+msgstr ""
+
+msgid "GeoNodes|Selective (%{syncLabel})"
+msgstr ""
+
+msgid "GeoNodes|Selective synchronization"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while changing node status"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while fetching nodes"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while removing node"
+msgstr ""
+
+msgid "GeoNodes|Something went wrong while repairing node"
+msgstr ""
+
+msgid "GeoNodes|Storage config"
+msgstr ""
+
+msgid "GeoNodes|Sync settings"
+msgstr ""
+
+msgid "GeoNodes|Unused slots"
+msgstr ""
+
+msgid "GeoNodes|Updated %{timeAgo}"
+msgstr ""
+
+msgid "GeoNodes|Used slots"
+msgstr ""
+
+msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
+msgstr ""
+
+msgid "GeoNodes|You have configured Geo nodes using an insecure HTTP connection. We recommend the use of HTTPS."
+msgstr ""
+
+msgid "GeoNodes|primary node"
+msgstr ""
+
+msgid "GeoNodes|secondary nodes"
+msgstr ""
+
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+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|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 %{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|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|Could not remove tracking entry for an existing project."
+msgstr ""
+
+msgid "Geo|Could not remove tracking entry for an existing upload."
+msgstr ""
+
+msgid "Geo|Failed"
+msgstr ""
+
+msgid "Geo|Filter by status"
+msgstr ""
+
+msgid "Geo|Geo Status"
+msgstr ""
+
+msgid "Geo|Go to the primary site"
+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|Last repository check run"
+msgstr ""
+
+msgid "Geo|Last successful sync"
+msgstr ""
+
+msgid "Geo|Last sync attempt"
+msgstr ""
+
+msgid "Geo|Last time verified"
+msgstr ""
+
+msgid "Geo|Never"
+msgstr ""
+
+msgid "Geo|Next sync scheduled at"
+msgstr ""
+
+msgid "Geo|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 ""
+
+msgid "Geo|Pending synchronization"
+msgstr ""
+
+msgid "Geo|Pending verification"
+msgstr ""
+
+msgid "Geo|Please refer to Geo Troubleshooting."
+msgstr ""
+
+msgid "Geo|Project"
+msgstr ""
+
+msgid "Geo|Project (ID: %{project_id}) no longer exists on the primary. It is safe to remove this entry, as this will not remove any data on disk."
+msgstr ""
+
+msgid "Geo|Projects in certain groups"
+msgstr ""
+
+msgid "Geo|Projects in certain storage shards"
+msgstr ""
+
+msgid "Geo|Redownload"
+msgstr ""
+
+msgid "Geo|Remove"
+msgstr ""
+
+msgid "Geo|Remove entry"
+msgstr ""
+
+msgid "Geo|Remove tracking database entry"
+msgstr ""
+
+msgid "Geo|Resync"
+msgstr ""
+
+msgid "Geo|Resync all"
+msgstr ""
+
+msgid "Geo|Retry count"
+msgstr ""
+
+msgid "Geo|Reverify"
+msgstr ""
+
+msgid "Geo|Reverify all"
+msgstr ""
+
+msgid "Geo|Review replication status, and resynchronize and reverify items with the primary node."
+msgstr ""
+
+msgid "Geo|Status"
+msgstr ""
+
+msgid "Geo|Synced"
+msgstr ""
+
+msgid "Geo|Synced at"
+msgstr ""
+
+msgid "Geo|Synchronization failed - %{error}"
+msgstr ""
+
+msgid "Geo|Synchronization of %{itemTitle} is disabled."
+msgstr ""
+
+msgid "Geo|The database is currently %{db_lag} behind the primary node."
+msgstr ""
+
+msgid "Geo|The node is currently %{minutes_behind} behind the primary node."
+msgstr ""
+
+msgid "Geo|There are no %{replicable_type} to show"
+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|Tracking entry for upload (%{type}/%{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|Unknown state"
+msgstr ""
+
+msgid "Geo|Verification failed - %{error}"
+msgstr ""
+
+msgid "Geo|Waiting for scheduler"
+msgstr ""
+
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
+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 started"
+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 LFS is not enabled on this GitLab server, contact your admin."
+msgstr ""
+
+msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors."
+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 for pipelines"
+msgstr ""
+
+msgid "Git version"
+msgstr ""
+
+msgid "GitHub API rate limit exceeded. Try again after %{reset_time}"
+msgstr ""
+
+msgid "GitHub import"
+msgstr ""
+
+msgid "GitLab / Unsubscribe"
+msgstr ""
+
+msgid "GitLab Enterprise Edition %{plan}"
+msgstr ""
+
+msgid "GitLab Group Runners can execute code for all the projects in this group."
+msgstr ""
+
+msgid "GitLab Import"
+msgstr ""
+
+msgid "GitLab Issue"
+msgstr ""
+
+msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email."
+msgstr ""
+
+msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
+msgstr ""
+
+msgid "GitLab Support Bot"
+msgstr ""
+
+msgid "GitLab Team Member"
+msgstr ""
+
+msgid "GitLab User"
+msgstr ""
+
+msgid "GitLab allows you to continue using your license even if you exceed the number of seats you purchased. You will be required to pay for these seats when you renew your license."
+msgstr ""
+
+msgid "GitLab commit"
+msgstr ""
+
+msgid "GitLab export"
+msgstr ""
+
+msgid "GitLab for Slack"
+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 undergoing maintenance and is operating in a read-only mode."
+msgstr ""
+
+msgid "GitLab member or Email address"
+msgstr ""
+
+msgid "GitLab metadata URL"
+msgstr ""
+
+msgid "GitLab project export"
+msgstr ""
+
+msgid "GitLab restart is required to apply changes."
+msgstr ""
+
+msgid "GitLab single sign-on URL"
+msgstr ""
+
+msgid "GitLab username"
+msgstr ""
+
+msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
+msgstr ""
+
+msgid "GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "GitLab.com"
+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|It may take up to 30 minutes before the site is available after the first deployment."
+msgstr ""
+
+msgid "GitLabPages|Learn how to upload your static site and have it served by GitLab by following the %{link_start}documentation on GitLab Pages%{link_end}."
+msgstr ""
+
+msgid "GitLabPages|Learn more."
+msgstr ""
+
+msgid "GitLabPages|Maximum size of pages (MB)"
+msgstr ""
+
+msgid "GitLabPages|New Domain"
+msgstr ""
+
+msgid "GitLabPages|Only project maintainers can remove pages"
+msgstr ""
+
+msgid "GitLabPages|Pages"
+msgstr ""
+
+msgid "GitLabPages|Remove"
+msgstr ""
+
+msgid "GitLabPages|Remove pages"
+msgstr ""
+
+msgid "GitLabPages|Removing pages will prevent them from being exposed to the outside world."
+msgstr ""
+
+msgid "GitLabPages|Save"
+msgstr ""
+
+msgid "GitLabPages|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 using Pages under the general domain of a GitLab instance (%{pages_host}), you cannot use HTTPS with sub-subdomains. This means that if your username/groupname contains a dot it will not work. This is a limitation of the HTTP Over TLS protocol. HTTP pages will continue to work provided you don't redirect HTTP to HTTPS."
+msgstr ""
+
+msgid "GitLabPages|With GitLab Pages you can host your static websites on GitLab. Combined with the power of GitLab CI and the help of GitLab Runner you can deploy static pages for your individual projects, your user or your group."
+msgstr ""
+
+msgid "GitLabPages|Your pages are served under:"
+msgstr ""
+
+msgid "Gitaly"
+msgstr ""
+
+msgid "Gitaly Servers"
+msgstr ""
+
+msgid "Gitaly relative path:"
+msgstr ""
+
+msgid "Gitaly storage name:"
+msgstr ""
+
+msgid "Gitaly|Address"
+msgstr ""
+
+msgid "Gitea Host URL"
+msgstr ""
+
+msgid "Gitea Import"
+msgstr ""
+
+msgid "Gitlab Pages"
+msgstr ""
+
+msgid "Given access %{time_ago}"
+msgstr ""
+
+msgid "Given epic is already related to this epic."
+msgstr ""
+
+msgid "Global Shortcuts"
+msgstr ""
+
+msgid "Global notification settings"
+msgstr ""
+
+msgid "Go Back"
+msgstr ""
+
+msgid "Go Micro is a framework for micro service development."
+msgstr ""
+
+msgid "Go back"
+msgstr ""
+
+msgid "Go back (while searching for files)"
+msgstr ""
+
+msgid "Go back to %{startTag}Open issues%{endTag} and select some issues to add to your board."
+msgstr ""
+
+msgid "Go full screen"
+msgstr ""
+
+msgid "Go to %{link_to_google_takeout}."
+msgstr ""
+
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
+msgstr ""
+
+msgid "Go to Webhooks"
+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 parent"
+msgstr ""
+
+msgid "Go to project"
+msgstr ""
+
+msgid "Go to releases"
+msgstr ""
+
+msgid "Go to repository charts"
+msgstr ""
+
+msgid "Go to repository graph"
+msgstr ""
+
+msgid "Go to snippets"
+msgstr ""
+
+msgid "Go to the activity feed"
+msgstr ""
+
+msgid "Go to the milestone list"
+msgstr ""
+
+msgid "Go to the project's activity feed"
+msgstr ""
+
+msgid "Go to the project's overview page"
+msgstr ""
+
+msgid "Go to wiki"
+msgstr ""
+
+msgid "Go to your To-Do list"
+msgstr ""
+
+msgid "Go to your fork"
+msgstr ""
+
+msgid "Go to your groups"
+msgstr ""
+
+msgid "Go to your issues"
+msgstr ""
+
+msgid "Go to your merge requests"
+msgstr ""
+
+msgid "Go to your projects"
+msgstr ""
+
+msgid "Go to your snippets"
+msgstr ""
+
+msgid "Google Cloud Platform"
+msgstr ""
+
+msgid "Google Code import"
+msgstr ""
+
+msgid "Google Takeout"
+msgstr ""
+
+msgid "Google authentication is not %{link_start}properly configured%{link_end}. Ask your GitLab administrator if you want to use this service."
+msgstr ""
+
+msgid "Got it"
+msgstr ""
+
+msgid "Got it!"
+msgstr ""
+
+msgid "Grafana URL"
+msgstr ""
+
+msgid "Grafana response contains invalid json"
+msgstr ""
+
+msgid "GrafanaIntegration|API Token"
+msgstr ""
+
+msgid "GrafanaIntegration|Active"
+msgstr ""
+
+msgid "GrafanaIntegration|Embed Grafana charts in GitLab issues."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the Grafana API Token."
+msgstr ""
+
+msgid "GrafanaIntegration|Enter the base URL of the Grafana instance."
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana URL"
+msgstr ""
+
+msgid "GrafanaIntegration|Grafana authentication"
+msgstr ""
+
+msgid "Grant access"
+msgstr ""
+
+msgid "Graph"
+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 Audit Events"
+msgstr ""
+
+msgid "Group CI/CD settings"
+msgstr ""
+
+msgid "Group Git LFS status:"
+msgstr ""
+
+msgid "Group Hooks"
+msgstr ""
+
+msgid "Group ID"
+msgstr ""
+
+msgid "Group ID: %{group_id}"
+msgstr ""
+
+msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
+msgstr ""
+
+msgid "Group Runners"
+msgstr ""
+
+msgid "Group SAML must be enabled to test"
+msgstr ""
+
+msgid "Group URL"
+msgstr ""
+
+msgid "Group avatar"
+msgstr ""
+
+msgid "Group by:"
+msgstr ""
+
+msgid "Group description"
+msgstr ""
+
+msgid "Group description (optional)"
+msgstr ""
+
+msgid "Group details"
+msgstr ""
+
+msgid "Group export could not be started."
+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 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 info:"
+msgstr ""
+
+msgid "Group is required when cluster_type is :group"
+msgstr ""
+
+msgid "Group maintainers can register group runners in the %{link}"
+msgstr ""
+
+msgid "Group members"
+msgstr ""
+
+msgid "Group milestone"
+msgstr ""
+
+msgid "Group name"
+msgstr ""
+
+msgid "Group name (your organization)"
+msgstr ""
+
+msgid "Group overview"
+msgstr ""
+
+msgid "Group overview content"
+msgstr ""
+
+msgid "Group path is already taken. Suggestions: "
+msgstr ""
+
+msgid "Group path is available."
+msgstr ""
+
+msgid "Group pipeline minutes were successfully reset."
+msgstr ""
+
+msgid "Group project URLs are prefixed with the group namespace"
+msgstr ""
+
+msgid "Group push rule exists, try updating"
+msgstr ""
+
+msgid "Group requires separate account"
+msgstr ""
+
+msgid "Group variables (inherited)"
+msgstr ""
+
+msgid "Group was exported"
+msgstr ""
+
+msgid "Group was successfully updated."
+msgstr ""
+
+msgid "Group-level events in %{group_name} (no project-level events)"
+msgstr ""
+
+msgid "Group: %{group_name}"
+msgstr ""
+
+msgid "Group: %{name}"
+msgstr ""
+
+msgid "GroupActivityMetrics|Issues opened"
+msgstr ""
+
+msgid "GroupActivityMetrics|Members added"
+msgstr ""
+
+msgid "GroupActivityMetrics|Merge Requests opened"
+msgstr ""
+
+msgid "GroupActivityMetrics|Recent activity (last 90 days)"
+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 "GroupRoadmap|%{dateWord} – No end date"
+msgstr ""
+
+msgid "GroupRoadmap|%{startDateInWords} – %{endDateInWords}"
+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|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 "GroupSAML|Certificate fingerprint"
+msgstr ""
+
+msgid "GroupSAML|Configuration"
+msgstr ""
+
+msgid "GroupSAML|Copy SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|Default membership role"
+msgstr ""
+
+msgid "GroupSAML|Enable SAML authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce SSO-only authentication for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforce users to have dedicated group managed accounts for this group."
+msgstr ""
+
+msgid "GroupSAML|Enforced SSO"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token"
+msgstr ""
+
+msgid "GroupSAML|Generate a SCIM token to set up your System for Cross-Domain Identity Management."
+msgstr ""
+
+msgid "GroupSAML|Identity"
+msgstr ""
+
+msgid "GroupSAML|Identity provider single sign-on URL"
+msgstr ""
+
+msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
+msgstr ""
+
+msgid "GroupSAML|Manage your group’s membership while adding another level of security with SAML."
+msgstr ""
+
+msgid "GroupSAML|Members"
+msgstr ""
+
+msgid "GroupSAML|Members will be forwarded here when signing in to your group. Get this from your identity provider, where it can also be called \"SSO Service Location\", \"SAML Token Issuance Endpoint\", or \"SAML 2.0/W-Federation URL\"."
+msgstr ""
+
+msgid "GroupSAML|NameID"
+msgstr ""
+
+msgid "GroupSAML|NameID Format"
+msgstr ""
+
+msgid "GroupSAML|Prohibit outer forks"
+msgstr ""
+
+msgid "GroupSAML|Prohibit outer forks for this group."
+msgstr ""
+
+msgid "GroupSAML|SAML Response Output"
+msgstr ""
+
+msgid "GroupSAML|SAML Response XML"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On"
+msgstr ""
+
+msgid "GroupSAML|SAML Single Sign On Settings"
+msgstr ""
+
+msgid "GroupSAML|SCIM API endpoint URL"
+msgstr ""
+
+msgid "GroupSAML|SCIM Token"
+msgstr ""
+
+msgid "GroupSAML|SHA1 fingerprint of the SAML token signing certificate. Get this from your identity provider, where it can also be called \"Thumbprint\"."
+msgstr ""
+
+msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token again, you need to "
+msgstr ""
+
+msgid "GroupSAML|This will be set as the access level of users added to the group."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable enforced SSO, you first need to enable SAML authentication."
+msgstr ""
+
+msgid "GroupSAML|To be able to enable group managed accounts, you first need to enable enforced SSO."
+msgstr ""
+
+msgid "GroupSAML|To be able to prohibit outer forks, you first need to enforce dedicate group managed accounts."
+msgstr ""
+
+msgid "GroupSAML|Toggle SAML authentication"
+msgstr ""
+
+msgid "GroupSAML|Valid SAML Response"
+msgstr ""
+
+msgid "GroupSAML|With group managed accounts enabled, all the users without a group managed account will be excluded from the group."
+msgstr ""
+
+msgid "GroupSAML|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|must match stored NameID of \"%{extern_uid}\" as we use this to identify users. If the NameID changes users will be unable to sign in."
+msgstr ""
+
+msgid "GroupSAML|should be \"persistent\""
+msgstr ""
+
+msgid "GroupSAML|should be a random persistent ID, emails are discouraged"
+msgstr ""
+
+msgid "GroupSettings|Apply integration settings to all Projects"
+msgstr ""
+
+msgid "GroupSettings|Auto DevOps pipeline was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Badges"
+msgstr ""
+
+msgid "GroupSettings|Be careful. Changing a group's parent can have unintended %{side_effects_link_start}side effects%{side_effects_link_end}."
+msgstr ""
+
+msgid "GroupSettings|Cannot update the path because there are projects under this group that contain Docker images in their Container Registry. Please remove the images from your projects first and try again."
+msgstr ""
+
+msgid "GroupSettings|Change group URL"
+msgstr ""
+
+msgid "GroupSettings|Changing group URL can have unintended side effects."
+msgstr ""
+
+msgid "GroupSettings|Custom project templates"
+msgstr ""
+
+msgid "GroupSettings|Customize your group badges."
+msgstr ""
+
+msgid "GroupSettings|Default to Auto DevOps pipeline for all projects within this group"
+msgstr ""
+
+msgid "GroupSettings|Disable email notifications"
+msgstr ""
+
+msgid "GroupSettings|Disable group mentions"
+msgstr ""
+
+msgid "GroupSettings|Enable delayed project removal"
+msgstr ""
+
+msgid "GroupSettings|Export group"
+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|Integrations configured here will automatically apply to all projects in this group."
+msgstr ""
+
+msgid "GroupSettings|Learn more about badges."
+msgstr ""
+
+msgid "GroupSettings|Learn more about group-level project templates."
+msgstr ""
+
+msgid "GroupSettings|New runners registration token has been generated!"
+msgstr ""
+
+msgid "GroupSettings|Pipeline settings was updated for the group"
+msgstr ""
+
+msgid "GroupSettings|Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "GroupSettings|Prevent forking outside of the group"
+msgstr ""
+
+msgid "GroupSettings|Prevent forking setting was not saved"
+msgstr ""
+
+msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
+msgstr ""
+
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
+msgstr ""
+
+msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
+msgstr ""
+
+msgid "GroupSettings|The Auto DevOps pipeline will run if no alternative CI configuration file is found."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating Auto DevOps pipeline: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|There was a problem updating the pipeline settings: %{error_messages}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group} and has been overridden on this subgroup."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. To share projects in this group with another group, ask the owner to override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting is applied on %{ancestor_group}. You can override the setting or %{remove_ancestor_share_with_group_lock}."
+msgstr ""
+
+msgid "GroupSettings|This setting will be applied to all subgroups unless overridden by a group owner. Groups that already have access to the project will continue to have access unless removed manually."
+msgstr ""
+
+msgid "GroupSettings|This setting will override user notification preferences for all members of the group, subgroups, and projects."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from being notified if the group is mentioned."
+msgstr ""
+
+msgid "GroupSettings|This setting will prevent group members from forking projects outside of the group."
+msgstr ""
+
+msgid "GroupSettings|Transfer group"
+msgstr ""
+
+msgid "GroupSettings|You can only transfer the group to a group you manage."
+msgstr ""
+
+msgid "GroupSettings|You will need to update your local repositories to point to the new location."
+msgstr ""
+
+msgid "GroupSettings|cannot be 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 (%{groups})"
+msgstr ""
+
+msgid "Groups and projects"
+msgstr ""
+
+msgid "Groups and subgroups"
+msgstr ""
+
+msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
+msgstr ""
+
+msgid "Groups to synchronize"
+msgstr ""
+
+msgid "Groups with access to %{strong_open}%{project_name}%{strong_close}"
+msgstr ""
+
+msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
+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|Contact an administrator to enable options for importing your group."
+msgstr ""
+
+msgid "GroupsNew|Create"
+msgstr ""
+
+msgid "GroupsNew|Create group"
+msgstr ""
+
+msgid "GroupsNew|GitLab group export"
+msgstr ""
+
+msgid "GroupsNew|Import"
+msgstr ""
+
+msgid "GroupsNew|Import group"
+msgstr ""
+
+msgid "GroupsNew|My Awesome Group"
+msgstr ""
+
+msgid "GroupsNew|No import options available"
+msgstr ""
+
+msgid "GroupsNew|To copy a GitLab group between installations, navigate to the group settings page for the original installation, generate an export file, and upload it here."
+msgstr ""
+
+msgid "GroupsTree|Are you sure you want to leave the \"%{fullName}\" group?"
+msgstr ""
+
+msgid "GroupsTree|Create a project in this group."
+msgstr ""
+
+msgid "GroupsTree|Create a subgroup in this group."
+msgstr ""
+
+msgid "GroupsTree|Edit group"
+msgstr ""
+
+msgid "GroupsTree|Failed to leave the group. Please make sure you are not the only owner."
+msgstr ""
+
+msgid "GroupsTree|Leave this group"
+msgstr ""
+
+msgid "GroupsTree|Loading groups"
+msgstr ""
+
+msgid "GroupsTree|No groups matched your search"
+msgstr ""
+
+msgid "GroupsTree|No groups or projects matched your search"
+msgstr ""
+
+msgid "GroupsTree|Search by name"
+msgstr ""
+
+msgid "Guideline"
+msgstr ""
+
+msgid "HTTP Basic: Access denied\\nYou must use a personal access token with 'api' scope for Git over HTTP.\\nYou can generate one at %{profile_personal_access_tokens_url}"
+msgstr ""
+
+msgid "Hashed 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 your users email"
+msgstr ""
+
+msgid "Header logo was successfully removed."
+msgstr ""
+
+msgid "Header message"
+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 there"
+msgstr ""
+
+msgid "Hello, %{username}!"
+msgstr ""
+
+msgid "Help"
+msgstr ""
+
+msgid "Help page"
+msgstr ""
+
+msgid "Help page text and support page url."
+msgstr ""
+
+msgid "Helps prevent bots from brute-force attacks."
+msgstr ""
+
+msgid "Helps prevent bots from creating accounts."
+msgstr ""
+
+msgid "Helps reduce alert volume (e.g. if creating too many issues)"
+msgstr ""
+
+msgid "Helps reduce request volume for protected paths"
+msgstr ""
+
+msgid "Here are all your projects in your group, including the one you just created. To start, let’s take a look at your personalized learning project which will help you learn about GitLab at your own pace."
+msgstr ""
+
+msgid "Here you will find recent merge request activity"
+msgstr ""
+
+msgid "Hi %{username}!"
+msgstr ""
+
+msgid "Hide archived projects"
+msgstr ""
+
+msgid "Hide chart"
+msgid_plural "Hide charts"
+msgstr[0] ""
+msgstr[1] ""
+
+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 help"
+msgstr ""
+
+msgid "Hide payload"
+msgstr ""
+
+msgid "Hide shared projects"
+msgstr ""
+
+msgid "Hide stage"
+msgstr ""
+
+msgid "Hide value"
+msgid_plural "Hide values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Hide values"
+msgstr ""
+
+msgid "High or unknown vulnerabilities present"
+msgstr ""
+
+msgid "Highest number of requests per minute for each raw path, default to 300. To disable throttling set to 0."
+msgstr ""
+
+msgid "Highest role:"
+msgstr ""
+
+msgid "History"
+msgstr ""
+
+msgid "History of authentications"
+msgstr ""
+
+msgid "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 "Hour (UTC)"
+msgstr ""
+
+msgid "Housekeeping"
+msgstr ""
+
+msgid "Housekeeping successfully started"
+msgstr ""
+
+msgid "Housekeeping, export, path, transfer, remove, archive."
+msgstr ""
+
+msgid "How it works"
+msgstr ""
+
+msgid "How many days need to pass between marking entity for deletion and actual removing it."
+msgstr ""
+
+msgid "How many replicas each Elasticsearch shard has."
+msgstr ""
+
+msgid "How many shards to split the Elasticsearch index over."
+msgstr ""
+
+msgid "How many users will be evaluating the trial?"
+msgstr ""
+
+msgid "How to upgrade"
+msgstr ""
+
+msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
+msgstr ""
+
+msgid "I accept the %{terms_link_start}Terms of Service and Privacy Policy%{terms_link_end}"
+msgstr ""
+
+msgid "I accept the %{terms_link}"
+msgstr ""
+
+msgid "I accept the|Terms of Service and Privacy Policy"
+msgstr ""
+
+msgid "I forgot my password"
+msgstr ""
+
+msgid "I have read and agree to the Let's Encrypt %{link_start}Terms of Service%{link_end} (PDF)"
+msgstr ""
+
+msgid "I'd like to receive updates via email about GitLab"
+msgstr ""
+
+msgid "ID"
+msgstr ""
+
+msgid "ID:"
+msgstr ""
+
+msgid "IDE"
+msgstr ""
+
+msgid "IDE|Allow live previews of JavaScript projects in the Web IDE using CodeSandbox Live Preview."
+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 subnet restriction only allowed for top-level groups"
+msgstr ""
+
+msgid "Identifier"
+msgstr ""
+
+msgid "Identifiers"
+msgstr ""
+
+msgid "Identities"
+msgstr ""
+
+msgid "If any indexed field exceeds this limit it will be truncated to this number of characters and the rest will not be indexed or searchable. This does not apply to repository and wiki indexing. Setting this to 0 means it is unlimited."
+msgstr ""
+
+msgid "If any job surpasses this timeout threshold, it will be marked as failed. Human readable time input language is accepted like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "If 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 admins will be able to configure repository mirroring."
+msgstr ""
+
+msgid "If disabled, the access level will depend on the user's permissions in the project."
+msgstr ""
+
+msgid "If enabled"
+msgstr ""
+
+msgid "If enabled, GitLab will handle Object Storage replication using Geo. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "If enabled, access to projects will be validated on an external service using their classification label."
+msgstr ""
+
+msgid "If there is no previous license or if the previous license has expired, some GitLab functionality will be blocked until a new, valid license is uploaded."
+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 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 lose your recovery codes you can generate new ones, invalidating all previous codes."
+msgstr ""
+
+msgid "If you reach 100%% storage capacity, you will not be able to: %{base_message}"
+msgstr ""
+
+msgid "If you recently signed in and recognize the IP address, you may disregard this email."
+msgstr ""
+
+msgid "If you remove this license, GitLab will fall back on the previous license, if any."
+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 your HTTP repository is not publicly accessible, add your credentials."
+msgstr ""
+
+msgid "Iglu registry URL (optional)"
+msgstr ""
+
+msgid "Ignore"
+msgstr ""
+
+msgid "Ignored"
+msgstr ""
+
+msgid "Image Details"
+msgstr ""
+
+msgid "Image URL"
+msgstr ""
+
+msgid "ImageDiffViewer|2-up"
+msgstr ""
+
+msgid "ImageDiffViewer|Onion skin"
+msgstr ""
+
+msgid "ImageDiffViewer|Swipe"
+msgstr ""
+
+msgid "ImageViewerDimensions|H"
+msgstr ""
+
+msgid "ImageViewerDimensions|W"
+msgstr ""
+
+msgid "Impersonation Tokens"
+msgstr ""
+
+msgid "Impersonation has been disabled"
+msgstr ""
+
+msgid "Import"
+msgstr ""
+
+msgid "Import CSV"
+msgstr ""
+
+msgid "Import Projects from Gitea"
+msgstr ""
+
+msgid "Import all compatible projects"
+msgstr ""
+
+msgid "Import all compatible repositories"
+msgstr ""
+
+msgid "Import all projects"
+msgstr ""
+
+msgid "Import all repositories"
+msgstr ""
+
+msgid "Import an exported GitLab project"
+msgstr ""
+
+msgid "Import failed due to a GitHub error: %{original}"
+msgstr ""
+
+msgid "Import from"
+msgstr ""
+
+msgid "Import from Jira"
+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 members"
+msgstr ""
+
+msgid "Import projects from Bitbucket"
+msgstr ""
+
+msgid "Import projects from Bitbucket Server"
+msgstr ""
+
+msgid "Import projects from FogBugz"
+msgstr ""
+
+msgid "Import projects from GitLab.com"
+msgstr ""
+
+msgid "Import projects from Google Code"
+msgstr ""
+
+msgid "Import repositories from Bitbucket Server"
+msgstr ""
+
+msgid "Import repositories from GitHub"
+msgstr ""
+
+msgid "Import repository"
+msgstr ""
+
+msgid "Import 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 "Import/Export Rate Limits"
+msgstr ""
+
+msgid "Import/Export illustration"
+msgstr ""
+
+msgid "ImportButtons|Connect repositories from"
+msgstr ""
+
+msgid "ImportProjects|Blocked import URL: %{message}"
+msgstr ""
+
+msgid "ImportProjects|Error importing repository %{project_safe_import_url} into %{project_full_path} - %{message}"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed"
+msgstr ""
+
+msgid "ImportProjects|Importing the project failed: %{reason}"
+msgstr ""
+
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
+msgid "ImportProjects|Requesting your %{provider} repositories failed"
+msgstr ""
+
+msgid "ImportProjects|Select the projects you want to import"
+msgstr ""
+
+msgid "ImportProjects|The remote data could not be imported."
+msgstr ""
+
+msgid "ImportProjects|The repository could not be created."
+msgstr ""
+
+msgid "ImportProjects|Update of imported projects with realtime changes failed"
+msgstr ""
+
+msgid "Improve Issue Boards"
+msgstr ""
+
+msgid "Improve Issue boards"
+msgstr ""
+
+msgid "Improve Issue boards with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve Merge Requests and customer support with GitLab Enterprise Edition."
+msgstr ""
+
+msgid "Improve customer support with GitLab Service Desk."
+msgstr ""
+
+msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
+msgstr ""
+
+msgid "In %{time_to_now}"
+msgstr ""
+
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
+
+msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
+msgstr ""
+
+msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
+msgstr ""
+
+msgid "In progress"
+msgstr ""
+
+msgid "In the next step, you'll be able to select the projects you want to import."
+msgstr ""
+
+msgid "Incident"
+msgstr ""
+
+msgid "Incident Management Limits"
+msgstr ""
+
+msgid "IncidentManagement|All"
+msgstr ""
+
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be 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|Date created"
+msgstr ""
+
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
+msgid "IncidentManagement|Incident"
+msgstr ""
+
+msgid "IncidentManagement|Incidents"
+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|There are no closed incidents"
+msgstr ""
+
+msgid "IncidentManagement|There was an error displaying the incidents."
+msgstr ""
+
+msgid "IncidentManagement|Unassigned"
+msgstr ""
+
+msgid "IncidentManagement|Unpublished"
+msgstr ""
+
+msgid "IncidentSettings|Alert integration"
+msgstr ""
+
+msgid "IncidentSettings|Grafana integration"
+msgstr ""
+
+msgid "IncidentSettings|Incidents"
+msgstr ""
+
+msgid "IncidentSettings|PagerDuty integration"
+msgstr ""
+
+msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents."
+msgstr ""
+
+msgid "Incidents"
+msgstr ""
+
+msgid "Include a Terms of Service agreement and Privacy Policy that all users must accept."
+msgstr ""
+
+msgid "Include author name in notification email body"
+msgstr ""
+
+msgid "Include description in commit message"
+msgstr ""
+
+msgid "Include merge request description"
+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 Project"
+msgstr ""
+
+msgid "Incompatible options set!"
+msgstr ""
+
+msgid "Incompatible project"
+msgstr ""
+
+msgid "Indent"
+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 "Information about additional Pages templates and how to install them can be found in our %{pages_getting_started_guide}."
+msgstr ""
+
+msgid "Inherited:"
+msgstr ""
+
+msgid "Inline"
+msgstr ""
+
+msgid "Input host keys manually"
+msgstr ""
+
+msgid "Input your repository URL"
+msgstr ""
+
+msgid "Insert"
+msgstr ""
+
+msgid "Insert a code block"
+msgstr ""
+
+msgid "Insert a quote"
+msgstr ""
+
+msgid "Insert an image"
+msgstr ""
+
+msgid "Insert code"
+msgstr ""
+
+msgid "Insert inline code"
+msgstr ""
+
+msgid "Insert suggestion"
+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"
+msgstr ""
+
+msgid "Install GitLab Runner"
+msgstr ""
+
+msgid "Install Runner on Kubernetes"
+msgstr ""
+
+msgid "Install a soft token authenticator like %{free_otp_link} or Google Authenticator from your application repository and use that app to scan this QR code. More information is available in the %{help_link_start}documentation%{help_link_end}."
+msgstr ""
+
+msgid "Install on clusters"
+msgstr ""
+
+msgid "Installation"
+msgstr ""
+
+msgid "Installed"
+msgstr ""
+
+msgid "Installing"
+msgstr ""
+
+msgid "Instance"
+msgid_plural "Instances"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Instance Configuration"
+msgstr ""
+
+msgid "Instance Statistics"
+msgstr ""
+
+msgid "Instance administrators group already exists"
+msgstr ""
+
+msgid "Instance license"
+msgstr ""
+
+msgid "Integration"
+msgstr ""
+
+msgid "Integration Settings"
+msgstr ""
+
+msgid "Integrations"
+msgstr ""
+
+msgid "Integrations|All details"
+msgstr ""
+
+msgid "Integrations|Comment detail:"
+msgstr ""
+
+msgid "Integrations|Comment settings:"
+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|Enable comments"
+msgstr ""
+
+msgid "Integrations|Includes Standard plus entire commit message, commit hash, and issue IDs"
+msgstr ""
+
+msgid "Integrations|Includes commit title and branch"
+msgstr ""
+
+msgid "Integrations|Standard"
+msgstr ""
+
+msgid "Integrations|Use custom settings"
+msgstr ""
+
+msgid "Integrations|Use default settings"
+msgstr ""
+
+msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
+msgstr ""
+
+msgid "Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "Internal"
+msgstr ""
+
+msgid "Internal - The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "Internal - The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "Internal URL (optional)"
+msgstr ""
+
+msgid "Internal users"
+msgstr ""
+
+msgid "Interval Pattern"
+msgstr ""
+
+msgid "Introducing Value Stream Analytics"
+msgstr ""
+
+msgid "Introducing Your DevOps Report"
+msgstr ""
+
+msgid "Invalid Git ref"
+msgstr ""
+
+msgid "Invalid Insights config file detected"
+msgstr ""
+
+msgid "Invalid Login or password"
+msgstr ""
+
+msgid "Invalid OS"
+msgstr ""
+
+msgid "Invalid URL"
+msgstr ""
+
+msgid "Invalid board"
+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 import params"
+msgstr ""
+
+msgid "Invalid input, please avoid emojis"
+msgstr ""
+
+msgid "Invalid login or password"
+msgstr ""
+
+msgid "Invalid pin code"
+msgstr ""
+
+msgid "Invalid pod_name"
+msgstr ""
+
+msgid "Invalid query"
+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 "Invitation"
+msgstr ""
+
+msgid "Invite"
+msgstr ""
+
+msgid "Invite \"%{trimmed}\" by email"
+msgstr ""
+
+msgid "Invite Members"
+msgstr ""
+
+msgid "Invite another teammate"
+msgstr ""
+
+msgid "Invite group"
+msgstr ""
+
+msgid "Invite member"
+msgstr ""
+
+msgid "Invite teammates (optional)"
+msgstr ""
+
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
+msgid "Invited users will be added with developer level permissions. You can always change this later."
+msgstr ""
+
+msgid "Invocations"
+msgstr ""
+
+msgid "Is blocked by"
+msgstr ""
+
+msgid "Is this GitLab trial for your company?"
+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 already promoted to epic."
+msgstr ""
+
+msgid "Issue cannot be found."
+msgstr ""
+
+msgid "Issue events"
+msgstr ""
+
+msgid "Issue first depoloyed to production"
+msgstr ""
+
+msgid "Issue label"
+msgstr ""
+
+msgid "Issue or Merge Request ID is required"
+msgstr ""
+
+msgid "Issue published on status page."
+msgstr ""
+
+msgid "Issue template (optional)"
+msgstr ""
+
+msgid "Issue update failed"
+msgstr ""
+
+msgid "Issue was closed by %{name} %{reason}"
+msgstr ""
+
+msgid "Issue weight"
+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 "IssueTracker|Bugzilla issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Custom issue tracker"
+msgstr ""
+
+msgid "IssueTracker|Redmine issue tracker"
+msgstr ""
+
+msgid "IssueTracker|YouTrack issue tracker"
+msgstr ""
+
+msgid "Issues"
+msgstr ""
+
+msgid "Issues Rate Limits"
+msgstr ""
+
+msgid "Issues and Merge Requests"
+msgstr ""
+
+msgid "Issues can be bugs, tasks or ideas to be discussed. Also, issues are searchable and filterable."
+msgstr ""
+
+msgid "Issues closed"
+msgstr ""
+
+msgid "Issues referenced by merge requests and commits within the default branch will be closed automatically"
+msgstr ""
+
+msgid "Issues with comments, merge requests with diffs and comments, labels, milestones, snippets, and other project entities"
+msgstr ""
+
+msgid "Issues 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 looks like you have some draft commits in this branch."
+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 "Iteration"
+msgstr ""
+
+msgid "Iteration changed to"
+msgstr ""
+
+msgid "Iteration removed"
+msgstr ""
+
+msgid "Iteration updated"
+msgstr ""
+
+msgid "Iterations"
+msgstr ""
+
+msgid "Iteration|Dates cannot overlap with other existing Iterations"
+msgstr ""
+
+msgid "Iteration|cannot be in the past"
+msgstr ""
+
+msgid "Iteration|cannot be more than 500 years in the future"
+msgstr ""
+
+msgid "I’m familiar with the basics of project management and DevOps."
+msgstr ""
+
+msgid "I’m not very familiar with the basics of project management and DevOps."
+msgstr ""
+
+msgid "Jaeger URL"
+msgstr ""
+
+msgid "Jaeger tracing"
+msgstr ""
+
+msgid "Jan"
+msgstr ""
+
+msgid "January"
+msgstr ""
+
+msgid "Jira Issues"
+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 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 "JiraService| on branch %{branch_link}"
+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|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|Events for %{noteable_model_name} are disabled."
+msgstr ""
+
+msgid "JiraService|If different from Web URL"
+msgstr ""
+
+msgid "JiraService|Issue List"
+msgstr ""
+
+msgid "JiraService|Jira API URL"
+msgstr ""
+
+msgid "JiraService|Jira Issues"
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
+msgstr ""
+
+msgid "JiraService|Jira comments will be created when an issue gets referenced in a merge request."
+msgstr ""
+
+msgid "JiraService|Jira issue tracker"
+msgstr ""
+
+msgid "JiraService|Jira project key"
+msgstr ""
+
+msgid "JiraService|Open Jira"
+msgstr ""
+
+msgid "JiraService|Password or API token"
+msgstr ""
+
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
+msgid "JiraService|Transition ID(s)"
+msgstr ""
+
+msgid "JiraService|Use , or ; to separate multiple transition IDs"
+msgstr ""
+
+msgid "JiraService|Use a password for server version and an API token for cloud version"
+msgstr ""
+
+msgid "JiraService|Use a username for server version and an email for cloud version"
+msgstr ""
+
+msgid "JiraService|Username or Email"
+msgstr ""
+
+msgid "JiraService|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 will be 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|e.g. AB"
+msgstr ""
+
+msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
+msgstr ""
+
+msgid "Job"
+msgstr ""
+
+msgid "Job Failed #%{build_id}"
+msgstr ""
+
+msgid "Job ID"
+msgstr ""
+
+msgid "Job 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 "Job|Browse"
+msgstr ""
+
+msgid "Job|Complete Raw"
+msgstr ""
+
+msgid "Job|Download"
+msgstr ""
+
+msgid "Job|Erase job log"
+msgstr ""
+
+msgid "Job|Job artifacts"
+msgstr ""
+
+msgid "Job|Job has been erased"
+msgstr ""
+
+msgid "Job|Job has been erased by"
+msgstr ""
+
+msgid "Job|Keep"
+msgstr ""
+
+msgid "Job|Pipeline"
+msgstr ""
+
+msgid "Job|Scroll to bottom"
+msgstr ""
+
+msgid "Job|Scroll to top"
+msgstr ""
+
+msgid "Job|Show complete raw"
+msgstr ""
+
+msgid "Job|The artifacts were removed"
+msgstr ""
+
+msgid "Job|The artifacts will be removed"
+msgstr ""
+
+msgid "Job|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|for"
+msgstr ""
+
+msgid "Job|into"
+msgstr ""
+
+msgid "Job|with"
+msgstr ""
+
+msgid "Join Zoom meeting"
+msgstr ""
+
+msgid "Jul"
+msgstr ""
+
+msgid "July"
+msgstr ""
+
+msgid "Jump to first unresolved thread"
+msgstr ""
+
+msgid "Jump to next unresolved thread"
+msgstr ""
+
+msgid "Jun"
+msgstr ""
+
+msgid "June"
+msgstr ""
+
+msgid "Just me"
+msgstr ""
+
+msgid "K8s pod health"
+msgstr ""
+
+msgid "Keep divergent refs"
+msgstr ""
+
+msgid "Kerberos access denied"
+msgstr ""
+
+msgid "Key"
+msgstr ""
+
+msgid "Key (PEM)"
+msgstr ""
+
+msgid "Key: %{key}"
+msgstr ""
+
+msgid "Keyboard shortcuts"
+msgstr ""
+
+msgid "Keys"
+msgstr ""
+
+msgid "Ki"
+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 deployment not found"
+msgstr ""
+
+msgid "Kubernetes error: %{error_code}"
+msgstr ""
+
+msgid "Kubernetes popover"
+msgstr ""
+
+msgid "LDAP"
+msgstr ""
+
+msgid "LDAP Synchronization"
+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 "LFS"
+msgstr ""
+
+msgid "LFS object"
+msgstr ""
+
+msgid "LFS objects"
+msgstr ""
+
+msgid "LFSStatus|Disabled"
+msgstr ""
+
+msgid "LFSStatus|Enabled"
+msgstr ""
+
+msgid "LICENSE"
+msgstr ""
+
+msgid "Label"
+msgstr ""
+
+msgid "Label actions dropdown"
+msgstr ""
+
+msgid "Label lists show all issues with the selected label."
+msgstr ""
+
+msgid "Label was created"
+msgstr ""
+
+msgid "Label was removed"
+msgstr ""
+
+msgid "Label was successfully updated."
+msgstr ""
+
+msgid "LabelSelect|%{firstLabelName} +%{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|%{labelsString}, and %{remainingLabelCount} more"
+msgstr ""
+
+msgid "LabelSelect|Labels"
+msgstr ""
+
+msgid "Labels"
+msgstr ""
+
+msgid "Labels can be applied to %{features}. Group labels are available for any project within the group."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests to categorize them."
+msgstr ""
+
+msgid "Labels can be applied to issues and merge requests."
+msgstr ""
+
+msgid "Labels|%{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 "Labels|and %{count} more"
+msgstr ""
+
+msgid "Language"
+msgstr ""
+
+msgid "Large File Storage"
+msgstr ""
+
+msgid "Last %d day"
+msgid_plural "Last %d days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Last %{days} days"
+msgstr ""
+
+msgid "Last Accessed On"
+msgstr ""
+
+msgid "Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Last Pipeline"
+msgstr ""
+
+msgid "Last Seen"
+msgstr ""
+
+msgid "Last 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 %{name}"
+msgstr ""
+
+msgid "Last item before this page loaded in your browser:"
+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 repository check run"
+msgstr ""
+
+msgid "Last seen"
+msgstr ""
+
+msgid "Last successful sync"
+msgstr ""
+
+msgid "Last successful update"
+msgstr ""
+
+msgid "Last time verified"
+msgstr ""
+
+msgid "Last update"
+msgstr ""
+
+msgid "Last update attempt"
+msgstr ""
+
+msgid "Last updated"
+msgstr ""
+
+msgid "Last used"
+msgstr ""
+
+msgid "Last used on:"
+msgstr ""
+
+msgid "LastCommit|authored"
+msgstr ""
+
+msgid "LastPushEvent|You pushed to"
+msgstr ""
+
+msgid "LastPushEvent|at"
+msgstr ""
+
+msgid "Latest changes"
+msgstr ""
+
+msgid "Latest pipeline for the most recent commit on this branch"
+msgstr ""
+
+msgid "Lead"
+msgstr ""
+
+msgid "Lead Time"
+msgstr ""
+
+msgid "Learn GitLab"
+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 how to enable synchronization"
+msgstr ""
+
+msgid "Learn more"
+msgstr ""
+
+msgid "Learn more about Auto DevOps"
+msgstr ""
+
+msgid "Learn more about Kubernetes"
+msgstr ""
+
+msgid "Learn more about License-Check"
+msgstr ""
+
+msgid "Learn more about Vulnerability-Check"
+msgstr ""
+
+msgid "Learn more about Web Terminal"
+msgstr ""
+
+msgid "Learn more about 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 approvals."
+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 job dependencies"
+msgstr ""
+
+msgid "Learn more about signing commits"
+msgstr ""
+
+msgid "Learn more about the dependency list"
+msgstr ""
+
+msgid "Learn more in the"
+msgstr ""
+
+msgid "Learn more in the|pipeline schedules documentation"
+msgstr ""
+
+msgid "Leave"
+msgstr ""
+
+msgid "Leave Admin Mode"
+msgstr ""
+
+msgid "Leave blank for no limit. Once set, existing personal access tokens may be revoked."
+msgstr ""
+
+msgid "Leave edit mode? All unsaved changes will be lost."
+msgstr ""
+
+msgid "Leave group"
+msgstr ""
+
+msgid "Leave project"
+msgstr ""
+
+msgid "Leave the \"File type\" and \"Delivery method\" options on their default values."
+msgstr ""
+
+msgid "Leave zen mode"
+msgstr ""
+
+msgid "Let's Encrypt does not accept emails on example.com"
+msgstr ""
+
+msgid "Let's Encrypt is a free, automated, and open certificate authority (CA) that gives digital certificates in order to enable HTTPS (SSL/TLS) for websites. Learn more about Let's Encrypt configuration by following the %{docs_link_start}documentation on GitLab Pages%{docs_link_end}."
+msgstr ""
+
+msgid "License"
+msgstr ""
+
+msgid "License Compliance"
+msgstr ""
+
+msgid "License History"
+msgstr ""
+
+msgid "License ID:"
+msgstr ""
+
+msgid "License overview"
+msgstr ""
+
+msgid "License-Check"
+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 a license"
+msgstr ""
+
+msgid "LicenseCompliance|Add license and related 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"
+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 details"
+msgstr ""
+
+msgid "LicenseCompliance|License name"
+msgstr ""
+
+msgid "LicenseCompliance|License review"
+msgstr ""
+
+msgid "LicenseCompliance|Packages"
+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|URL"
+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 Features"
+msgstr ""
+
+msgid "Licensed to"
+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|Disallow Merge request if detected and will instruct the developer to remove"
+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|Learn more about license compliance"
+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|View license details for your project"
+msgstr ""
+
+msgid "License|Buy license"
+msgstr ""
+
+msgid "License|License"
+msgstr ""
+
+msgid "License|You can restore access to the Gold features at any time by upgrading."
+msgstr ""
+
+msgid "License|You can start a free trial of GitLab Ultimate without any obligation or payment details."
+msgstr ""
+
+msgid "License|You do not have a license."
+msgstr ""
+
+msgid "License|Your License"
+msgstr ""
+
+msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
+msgstr ""
+
+msgid "Limit display of time tracking units to hours."
+msgstr ""
+
+msgid "Limit namespaces and projects that can be indexed"
+msgstr ""
+
+msgid "Limited to showing %d event at most"
+msgid_plural "Limited to showing %d events at most"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Line changes"
+msgstr ""
+
+msgid "Link Prometheus monitoring to GitLab."
+msgstr ""
+
+msgid "Link copied"
+msgstr ""
+
+msgid "Link title"
+msgstr ""
+
+msgid "Link title is required"
+msgstr ""
+
+msgid "Link to go to GitLab pipeline documentation"
+msgstr ""
+
+msgid "Linked emails (%{email_count})"
+msgstr ""
+
+msgid "Linked issues"
+msgstr ""
+
+msgid "LinkedIn"
+msgstr ""
+
+msgid "LinkedPipelines|%{counterLabel} more downstream pipelines"
+msgstr ""
+
+msgid "Links"
+msgstr ""
+
+msgid "List"
+msgstr ""
+
+msgid "List Your Gitea Repositories"
+msgstr ""
+
+msgid "List available repositories"
+msgstr ""
+
+msgid "List of all merge commits"
+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 "Lists"
+msgstr ""
+
+msgid "Live preview"
+msgstr ""
+
+msgid "Load more"
+msgstr ""
+
+msgid "Load more users"
+msgstr ""
+
+msgid "Loading"
+msgstr ""
+
+msgid "Loading contribution stats for group members"
+msgstr ""
+
+msgid "Loading files, directories, and submodules in the path %{path} for commit reference %{ref}"
+msgstr ""
+
+msgid "Loading functions timed out. Please reload the page to try again."
+msgstr ""
+
+msgid "Loading issues"
+msgstr ""
+
+msgid "Loading snippet"
+msgstr ""
+
+msgid "Loading the GitLab IDE..."
+msgstr ""
+
+msgid "Loading..."
+msgstr ""
+
+msgid "Loading…"
+msgstr ""
+
+msgid "Local IP addresses and domain names that hooks and services may access."
+msgstr ""
+
+msgid "Localization"
+msgstr ""
+
+msgid "Location"
+msgstr ""
+
+msgid "Lock"
+msgstr ""
+
+msgid "Lock %{issuableDisplayName}"
+msgstr ""
+
+msgid "Lock memberships to LDAP synchronization"
+msgstr ""
+
+msgid "Lock not found"
+msgstr ""
+
+msgid "Lock the discussion"
+msgstr ""
+
+msgid "Lock this %{issuableDisplayName}? Only %{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 "Login with smartcard"
+msgstr ""
+
+msgid "Logo was successfully removed."
+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 "MRDiff|Show changes only"
+msgstr ""
+
+msgid "MRDiff|Show full file"
+msgstr ""
+
+msgid "Made this issue confidential."
+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 "Make sure you're logged into the account that owns the projects you'd like to import."
+msgstr ""
+
+msgid "Make this epic confidential"
+msgstr ""
+
+msgid "Makes this issue confidential."
+msgstr ""
+
+msgid "Manage"
+msgstr ""
+
+msgid "Manage Web IDE features"
+msgstr ""
+
+msgid "Manage access"
+msgstr ""
+
+msgid "Manage all notifications"
+msgstr ""
+
+msgid "Manage applications that can use GitLab as an OAuth provider, and applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage applications that you've authorized to use your account."
+msgstr ""
+
+msgid "Manage group labels"
+msgstr ""
+
+msgid "Manage labels"
+msgstr ""
+
+msgid "Manage milestones"
+msgstr ""
+
+msgid "Manage project labels"
+msgstr ""
+
+msgid "Manage storage usage"
+msgstr ""
+
+msgid "Manage two-factor authentication"
+msgstr ""
+
+msgid "Manage your license"
+msgstr ""
+
+msgid "Managed Account"
+msgstr ""
+
+msgid "Manifest"
+msgstr ""
+
+msgid "Manifest file import"
+msgstr ""
+
+msgid "Manifest import"
+msgstr ""
+
+msgid "ManualOrdering|Couldn't save the order of the issues"
+msgstr ""
+
+msgid "Map a FogBugz account ID to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a GitLab user"
+msgstr ""
+
+msgid "Map a Google Code user to a full email address"
+msgstr ""
+
+msgid "Map a Google Code user to a full name"
+msgstr ""
+
+msgid "Mar"
+msgstr ""
+
+msgid "March"
+msgstr ""
+
+msgid "Mark To Do as done"
+msgstr ""
+
+msgid "Mark as done"
+msgstr ""
+
+msgid "Mark as resolved"
+msgstr ""
+
+msgid "Mark this issue as a duplicate of another issue"
+msgstr ""
+
+msgid "Mark this issue as related to another issue"
+msgstr ""
+
+msgid "Markdown"
+msgstr ""
+
+msgid "Markdown Help"
+msgstr ""
+
+msgid "Markdown enabled"
+msgstr ""
+
+msgid "Markdown is supported"
+msgstr ""
+
+msgid "Marked For Deletion At - %{deletion_time}"
+msgstr ""
+
+msgid "Marked To Do as done."
+msgstr ""
+
+msgid "Marked this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marked this issue as a duplicate of %{duplicate_param}."
+msgstr ""
+
+msgid "Marked this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Marks To Do as done."
+msgstr ""
+
+msgid "Marks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Marks this issue as a duplicate of %{duplicate_reference}."
+msgstr ""
+
+msgid "Marks this issue as related to %{issue_ref}."
+msgstr ""
+
+msgid "Mask variable"
+msgstr ""
+
+msgid "Match not found; try refining your search query."
+msgstr ""
+
+msgid "MattermostService|Add to Mattermost"
+msgstr ""
+
+msgid "MattermostService|Command trigger word"
+msgstr ""
+
+msgid "MattermostService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "MattermostService|Request URL"
+msgstr ""
+
+msgid "MattermostService|Request method"
+msgstr ""
+
+msgid "MattermostService|Response icon"
+msgstr ""
+
+msgid "MattermostService|Response username"
+msgstr ""
+
+msgid "MattermostService|See list of available commands in Mattermost after setting up this service, by entering"
+msgstr ""
+
+msgid "MattermostService|Suggestions:"
+msgstr ""
+
+msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
+msgstr ""
+
+msgid "Max Group Export Download requests per minute per user"
+msgstr ""
+
+msgid "Max Group Export requests per minute per user"
+msgstr ""
+
+msgid "Max Group Import requests per minute per user"
+msgstr ""
+
+msgid "Max Project Export Download requests per minute per user"
+msgstr ""
+
+msgid "Max Project Export requests per minute per user"
+msgstr ""
+
+msgid "Max Project Import requests per minute per user"
+msgstr ""
+
+msgid "Max access level"
+msgstr ""
+
+msgid "Max seats used"
+msgstr ""
+
+msgid "Maximum Users:"
+msgstr ""
+
+msgid "Maximum allowable lifetime for personal access token (days)"
+msgstr ""
+
+msgid "Maximum artifacts size (MB)"
+msgstr ""
+
+msgid "Maximum attachment size (MB)"
+msgstr ""
+
+msgid "Maximum bulk request size (MiB)"
+msgstr ""
+
+msgid "Maximum capacity"
+msgstr ""
+
+msgid "Maximum concurrency of Elasticsearch bulk requests per indexing operation."
+msgstr ""
+
+msgid "Maximum delay (Minutes)"
+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 2MB. Please select a smaller file."
+msgstr ""
+
+msgid "Maximum import size (MB)"
+msgstr ""
+
+msgid "Maximum job timeout"
+msgstr ""
+
+msgid "Maximum job timeout has a value which could not be accepted"
+msgstr ""
+
+msgid "Maximum length 100 characters"
+msgstr ""
+
+msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
+msgstr ""
+
+msgid "Maximum number of %{name} (%{count}) exceeded"
+msgstr ""
+
+msgid "Maximum number of comments exceeded"
+msgstr ""
+
+msgid "Maximum number of mirrors that can be synchronizing at the same time."
+msgstr ""
+
+msgid "Maximum number of projects."
+msgstr ""
+
+msgid "Maximum page reached"
+msgstr ""
+
+msgid "Maximum push size (MB)"
+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 time between updates that a mirror can have when scheduled to synchronize."
+msgstr ""
+
+msgid "May"
+msgstr ""
+
+msgid "Measured in bytes of code. Excludes generated and vendored code."
+msgstr ""
+
+msgid "Median"
+msgstr ""
+
+msgid "Medium vulnerabilities present"
+msgstr ""
+
+msgid "Member lock"
+msgstr ""
+
+msgid "Member since %{date}"
+msgstr ""
+
+msgid "Members"
+msgstr ""
+
+msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
+msgstr ""
+
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
+msgstr ""
+
+msgid "Members of a group may only view projects they have permission to access"
+msgstr ""
+
+msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
+msgstr ""
+
+msgid "Memory Usage"
+msgstr ""
+
+msgid "Merge"
+msgstr ""
+
+msgid "Merge (when the pipeline succeeds)"
+msgstr ""
+
+msgid "Merge Conflicts"
+msgstr ""
+
+msgid "Merge Request"
+msgstr ""
+
+msgid "Merge Request Analytics"
+msgstr ""
+
+msgid "Merge Request Approvals"
+msgstr ""
+
+msgid "Merge Request Commits"
+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 commit message"
+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 %{iid} authored by %{authorName}"
+msgstr ""
+
+msgid "Merge request %{mr_link} was reviewed by %{mr_author}"
+msgstr ""
+
+msgid "Merge request approvals"
+msgstr ""
+
+msgid "Merge request approvals allow you to set the number of necessary approvals and predefine a list of approvers that will need to approve every merge request in a project."
+msgstr ""
+
+msgid "Merge request dependencies"
+msgstr ""
+
+msgid "Merge request was scheduled to merge after pipeline succeeds"
+msgstr ""
+
+msgid "Merge requests"
+msgstr ""
+
+msgid "Merge requests approvals"
+msgstr ""
+
+msgid "Merge requests are a place to propose changes you've made to a project and discuss those changes with others"
+msgstr ""
+
+msgid "Merge requests are read-only in a secondary Geo node"
+msgstr ""
+
+msgid "Merge when pipeline succeeds"
+msgstr ""
+
+msgid "MergeConflict|Commit to source branch"
+msgstr ""
+
+msgid "MergeConflict|Committing..."
+msgstr ""
+
+msgid "MergeConflict|HEAD//our changes"
+msgstr ""
+
+msgid "MergeConflict|Use ours"
+msgstr ""
+
+msgid "MergeConflict|Use theirs"
+msgstr ""
+
+msgid "MergeConflict|conflict"
+msgstr ""
+
+msgid "MergeConflict|conflicts"
+msgstr ""
+
+msgid "MergeConflict|origin//their changes"
+msgstr ""
+
+msgid "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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
+msgstr ""
+
+msgid "MergeRequestDiffs|Select comment starting line"
+msgstr ""
+
+msgid "MergeRequests|Add a reply"
+msgstr ""
+
+msgid "MergeRequests|An error occurred while checking whether another squash is in progress."
+msgstr ""
+
+msgid "MergeRequests|An error occurred while saving the draft comment."
+msgstr ""
+
+msgid "MergeRequests|Failed to squash. Should be done manually."
+msgstr ""
+
+msgid "MergeRequests|Jump to next unresolved thread"
+msgstr ""
+
+msgid "MergeRequests|Reply..."
+msgstr ""
+
+msgid "MergeRequests|Resolve this thread in a new issue"
+msgstr ""
+
+msgid "MergeRequests|Saving the comment failed"
+msgstr ""
+
+msgid "MergeRequests|Squash task canceled: another squash is already in progress."
+msgstr ""
+
+msgid "MergeRequests|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|Toggle comments for this file"
+msgstr ""
+
+msgid "MergeRequests|View file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|View replaced file @ %{commitId}"
+msgstr ""
+
+msgid "MergeRequests|commented on commit %{commitLink}"
+msgstr ""
+
+msgid "MergeRequests|started a thread"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}an old version of the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on %{linkStart}the diff%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on an outdated change in commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequests|started a thread on commit %{linkStart}%{commitDisplay}%{linkEnd}"
+msgstr ""
+
+msgid "MergeRequest|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 this merge request."
+msgstr ""
+
+msgid "Merges this merge request immediately."
+msgstr ""
+
+msgid "Merges this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Merging immediately isn't recommended as it may negatively impact the existing merge train. Read the %{docsLinkStart}documentation%{docsLinkEnd} for more information."
+msgstr ""
+
+msgid "Messages"
+msgstr ""
+
+msgid "Method"
+msgstr ""
+
+msgid "Metric was successfully added."
+msgstr ""
+
+msgid "Metric was successfully updated."
+msgstr ""
+
+msgid "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::Dashboard::Annotation|Annotation can't belong to both a cluster and an environment at the same time"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|Annotation has not been deleted"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|Annotation must belong to a cluster or an environment"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|Dashboard with requested path can not be found"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|You are not authorized to create annotation for selected cluster"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|You are not authorized to create annotation for selected environment"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|You are not authorized to delete this annotation"
+msgstr ""
+
+msgid "Metrics::Dashboard::Annotation|can't be before starting_at time"
+msgstr ""
+
+msgid "Metrics::UsersStarredDashboards|Dashboard with requested path can not be found"
+msgstr ""
+
+msgid "Metrics::UsersStarredDashboards|You are not authorized to add star to this dashboard"
+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 dashboard"
+msgstr ""
+
+msgid "MetricsSettings|UTC (Coordinated Universal Time)"
+msgstr ""
+
+msgid "MetricsSettings|User's local timezone"
+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|View runbook - %{label}"
+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 "Microsoft Azure"
+msgstr ""
+
+msgid "Middleman project with Static Site Editor support"
+msgstr ""
+
+msgid "Migrate your data from an external source like GitHub, Bitbucket, or another instance of GitLab."
+msgstr ""
+
+msgid "Migrated %{success_count}/%{total_count} files."
+msgstr ""
+
+msgid "Migration successful."
+msgstr ""
+
+msgid "Milestone"
+msgid_plural "Milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
+msgid "Milestone lists not available with your current license"
+msgstr ""
+
+msgid "Milestone lists show all issues from the selected milestone."
+msgstr ""
+
+msgid "Milestone must have a start and due date"
+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 "Minimum length is %{minimum_password_length} characters"
+msgstr ""
+
+msgid "Minimum length is %{minimum_password_length} characters."
+msgstr ""
+
+msgid "Minimum password length (number of characters)"
+msgstr ""
+
+msgid "Minutes"
+msgstr ""
+
+msgid "Mirror direction"
+msgstr ""
+
+msgid "Mirror repository"
+msgstr ""
+
+msgid "Mirror settings are only available to GitLab administrators."
+msgstr ""
+
+msgid "Mirror user"
+msgstr ""
+
+msgid "Mirrored branches will have this prefix. If you enabled 'Only mirror protected branches' you need to include this prefix on protected branches in this project or nothing will be mirrored."
+msgstr ""
+
+msgid "Mirrored repositories"
+msgstr ""
+
+msgid "Mirroring repositories"
+msgstr ""
+
+msgid "Mirroring settings were successfully updated."
+msgstr ""
+
+msgid "Mirroring settings were successfully updated. The project is being updated."
+msgstr ""
+
+msgid "Mirroring was successfully disabled."
+msgstr ""
+
+msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
+msgstr ""
+
+msgid "Missing 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 won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "ModalButton|Add projects"
+msgstr ""
+
+msgid "Modal|Cancel"
+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 your errors by integrating with Sentry."
+msgstr ""
+
+msgid "Monitoring"
+msgstr ""
+
+msgid "Month"
+msgstr ""
+
+msgid "Months"
+msgstr ""
+
+msgid "More"
+msgstr ""
+
+msgid "More Information"
+msgstr ""
+
+msgid "More Slack commands"
+msgstr ""
+
+msgid "More actions"
+msgstr ""
+
+msgid "More details"
+msgstr ""
+
+msgid "More info"
+msgstr ""
+
+msgid "More information"
+msgstr ""
+
+msgid "More information and share feedback"
+msgstr ""
+
+msgid "More information is available|here"
+msgstr ""
+
+msgid "More information."
+msgstr ""
+
+msgid "More than %{number_commits_distance} commits different with %{default_branch}"
+msgstr ""
+
+msgid "Most stars"
+msgstr ""
+
+msgid "Mount point %{mounted_as} not found in %{model_class}."
+msgstr ""
+
+msgid "Move"
+msgstr ""
+
+msgid "Move issue"
+msgstr ""
+
+msgid "Move issue from one column of the board to another"
+msgstr ""
+
+msgid "Move selection down"
+msgstr ""
+
+msgid "Move selection up"
+msgstr ""
+
+msgid "Move this issue to another project."
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue due to insufficient permissions!"
+msgstr ""
+
+msgid "MoveIssue|Cannot move issue to project it originates from!"
+msgstr ""
+
+msgid "Moved issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moved this issue to %{path_to_project}."
+msgstr ""
+
+msgid "Moves issue to %{label} column in the board."
+msgstr ""
+
+msgid "Moves this issue to %{path_to_project}."
+msgstr ""
+
+msgid "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 IP address ranges are supported."
+msgstr ""
+
+msgid "Multiple domains are supported."
+msgstr ""
+
+msgid "Multiple issue boards"
+msgstr ""
+
+msgid "Multiple model types found: %{model_types}"
+msgstr ""
+
+msgid "Multiple uploaders found: %{uploader_types}"
+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}More information%{linkEnd}"
+msgstr ""
+
+msgid "My Awesome Group"
+msgstr ""
+
+msgid "My company or team"
+msgstr ""
+
+msgid "My-Reaction"
+msgstr ""
+
+msgid "N/A"
+msgstr ""
+
+msgid "Name"
+msgstr ""
+
+msgid "Name has already been taken"
+msgstr ""
+
+msgid "Name is required"
+msgstr ""
+
+msgid "Name new label"
+msgstr ""
+
+msgid "Name:"
+msgstr ""
+
+msgid "Namespace"
+msgstr ""
+
+msgid "Namespace is empty"
+msgstr ""
+
+msgid "Namespace:"
+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 "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 attention"
+msgstr ""
+
+msgid "Network"
+msgstr ""
+
+msgid "Network Policy|New rule"
+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}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"
+msgstr ""
+
+msgid "NetworkPolicies|.yaml mode"
+msgstr ""
+
+msgid "NetworkPolicies|Actions"
+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|Choose whether to enforce this policy."
+msgstr ""
+
+msgid "NetworkPolicies|Create policy"
+msgstr ""
+
+msgid "NetworkPolicies|Define this policy's location, conditions and actions."
+msgstr ""
+
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
+msgid "NetworkPolicies|Description"
+msgstr ""
+
+msgid "NetworkPolicies|Editor mode"
+msgstr ""
+
+msgid "NetworkPolicies|Enforcement status"
+msgstr ""
+
+msgid "NetworkPolicies|Environment does not have deployment platform"
+msgstr ""
+
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
+msgid "NetworkPolicies|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 "NetworkPolicies|Invalid or empty policy"
+msgstr ""
+
+msgid "NetworkPolicies|Kubernetes error: %{error}"
+msgstr ""
+
+msgid "NetworkPolicies|Last modified"
+msgstr ""
+
+msgid "NetworkPolicies|Name"
+msgstr ""
+
+msgid "NetworkPolicies|Network Policy"
+msgstr ""
+
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
+msgid "NetworkPolicies|New policy"
+msgstr ""
+
+msgid "NetworkPolicies|No policies detected"
+msgstr ""
+
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
+msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
+msgstr ""
+
+msgid "NetworkPolicies|Policy %{policyName} was successfully changed"
+msgstr ""
+
+msgid "NetworkPolicies|Policy definition"
+msgstr ""
+
+msgid "NetworkPolicies|Policy description"
+msgstr ""
+
+msgid "NetworkPolicies|Policy editor"
+msgstr ""
+
+msgid "NetworkPolicies|Policy preview"
+msgstr ""
+
+msgid "NetworkPolicies|Policy status"
+msgstr ""
+
+msgid "NetworkPolicies|Policy type"
+msgstr ""
+
+msgid "NetworkPolicies|Rule"
+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|Rules"
+msgstr ""
+
+msgid "NetworkPolicies|Something went wrong, failed to update policy"
+msgstr ""
+
+msgid "NetworkPolicies|Something went wrong, unable to fetch policies"
+msgstr ""
+
+msgid "NetworkPolicies|Status"
+msgstr ""
+
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
+msgid "NetworkPolicies|YAML editor"
+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 "Never"
+msgstr ""
+
+msgid "New"
+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 Merge Request"
+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 User"
+msgstr ""
+
+msgid "New branch"
+msgstr ""
+
+msgid "New branch unavailable"
+msgstr ""
+
+msgid "New changes were added. %{linkStart}Reload the page to review them%{linkEnd}"
+msgstr ""
+
+msgid "New confidential epic title "
+msgstr ""
+
+msgid "New confidential issue title"
+msgstr ""
+
+msgid "New deploy key"
+msgstr ""
+
+msgid "New directory"
+msgstr ""
+
+msgid "New environment"
+msgstr ""
+
+msgid "New epic"
+msgstr ""
+
+msgid "New epic title"
+msgstr ""
+
+msgid "New file"
+msgstr ""
+
+msgid "New group"
+msgstr ""
+
+msgid "New health check access token has been generated!"
+msgstr ""
+
+msgid "New identity"
+msgstr ""
+
+msgid "New issue"
+msgstr ""
+
+msgid "New issue title"
+msgstr ""
+
+msgid "New iteration"
+msgstr ""
+
+msgid "New iteration created"
+msgstr ""
+
+msgid "New label"
+msgstr ""
+
+msgid "New merge request"
+msgstr ""
+
+msgid "New milestone"
+msgstr ""
+
+msgid "New password"
+msgstr ""
+
+msgid "New pipelines will cancel older, pending pipelines on the same branch"
+msgstr ""
+
+msgid "New project"
+msgstr ""
+
+msgid "New 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 snippet"
+msgstr ""
+
+msgid "New subgroup"
+msgstr ""
+
+msgid "New tag"
+msgstr ""
+
+msgid "New users set to external"
+msgstr ""
+
+msgid "New! Suggest changes directly"
+msgstr ""
+
+msgid "New..."
+msgstr ""
+
+msgid "Newest first"
+msgstr ""
+
+msgid "Newly registered users will by default be external"
+msgstr ""
+
+msgid "Next"
+msgstr ""
+
+msgid "Next commit"
+msgstr ""
+
+msgid "Next file in diff"
+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 Epic"
+msgstr ""
+
+msgid "No Matching Results"
+msgstr ""
+
+msgid "No Scopes"
+msgstr ""
+
+msgid "No Tag"
+msgstr ""
+
+msgid "No active admin user found"
+msgstr ""
+
+msgid "No activities found"
+msgstr ""
+
+msgid "No application_settings found"
+msgstr ""
+
+msgid "No authentication methods configured."
+msgstr ""
+
+msgid "No available groups to fork the project."
+msgstr ""
+
+msgid "No branches found"
+msgstr ""
+
+msgid "No changes"
+msgstr ""
+
+msgid "No changes between %{ref_start}%{source_branch}%{ref_end} and %{ref_start}%{target_branch}%{ref_end}"
+msgstr ""
+
+msgid "No child epics match applied filters"
+msgstr ""
+
+msgid "No commits present here"
+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 required."
+msgstr ""
+
+msgid "No data found"
+msgstr ""
+
+msgid "No data to display"
+msgstr ""
+
+msgid "No deployments found"
+msgstr ""
+
+msgid "No due date"
+msgstr ""
+
+msgid "No endpoint provided"
+msgstr ""
+
+msgid "No errors to display."
+msgstr ""
+
+msgid "No estimate or time spent"
+msgstr ""
+
+msgid "No file chosen"
+msgstr ""
+
+msgid "No file hooks found."
+msgstr ""
+
+msgid "No file selected"
+msgstr ""
+
+msgid "No files"
+msgstr ""
+
+msgid "No files found."
+msgstr ""
+
+msgid "No forks are available to you."
+msgstr ""
+
+msgid "No grouping"
+msgstr ""
+
+msgid "No issues found"
+msgstr ""
+
+msgid "No iteration"
+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 licenses found."
+msgstr ""
+
+msgid "No matches found"
+msgstr ""
+
+msgid "No matching labels"
+msgstr ""
+
+msgid "No matching results"
+msgstr ""
+
+msgid "No matching results for \"%{query}\""
+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 other labels with such name or description"
+msgstr ""
+
+msgid "No panels matching properties %{opts}"
+msgstr ""
+
+msgid "No parent group"
+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 public groups"
+msgstr ""
+
+msgid "No ref selected"
+msgstr ""
+
+msgid "No related merge requests found."
+msgstr ""
+
+msgid "No repository"
+msgstr ""
+
+msgid "No required pipeline"
+msgstr ""
+
+msgid "No runner executable"
+msgstr ""
+
+msgid "No runners found"
+msgstr ""
+
+msgid "No schedules"
+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 status"
+msgstr ""
+
+msgid "No template"
+msgstr ""
+
+msgid "No template selected"
+msgstr ""
+
+msgid "No test coverage"
+msgstr ""
+
+msgid "No vulnerabilities present"
+msgstr ""
+
+msgid "No webhooks found, add one in the form above."
+msgstr ""
+
+msgid "No worries, you can still use all the %{strong}%{plan_name}%{strong_close} features for now. You have %{remaining_days} to renew your subscription."
+msgstr ""
+
+msgid "No, directly import the existing email addresses and usernames."
+msgstr ""
+
+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 can sign in with read-only access and make read-only API requests."
+msgstr ""
+
+msgid "None"
+msgstr ""
+
+msgid "Not Implemented"
+msgstr ""
+
+msgid "Not all data has been processed yet, the accuracy of the chart for the selected timeframe is limited."
+msgstr ""
+
+msgid "Not available"
+msgstr ""
+
+msgid "Not available for private projects"
+msgstr ""
+
+msgid "Not available for protected branches"
+msgstr ""
+
+msgid "Not confidential"
+msgstr ""
+
+msgid "Not enough data"
+msgstr ""
+
+msgid "Not found."
+msgstr ""
+
+msgid "Not now"
+msgstr ""
+
+msgid "Not ready yet. Try again later."
+msgstr ""
+
+msgid "Not started"
+msgstr ""
+
+msgid "Note"
+msgstr ""
+
+msgid "Note parameters are invalid: %{errors}"
+msgstr ""
+
+msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: As an administrator you may like to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow connecting repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "Note: Consider asking your GitLab administrator to configure %{github_integration_link}, which will allow login via GitHub and allow importing repositories without generating a Personal Access Token."
+msgstr ""
+
+msgid "NoteForm|Note"
+msgstr ""
+
+msgid "Notes|Are you sure you want to cancel creating this comment?"
+msgstr ""
+
+msgid "Notes|Collapse replies"
+msgstr ""
+
+msgid "Notes|Private comments are accessible by internal staff only"
+msgstr ""
+
+msgid "Notes|Show all activity"
+msgstr ""
+
+msgid "Notes|Show comments only"
+msgstr ""
+
+msgid "Notes|Show history only"
+msgstr ""
+
+msgid "Notes|This comment has changed since you started editing, please review the %{open_link}updated comment%{close_link} to ensure information is not lost"
+msgstr ""
+
+msgid "Nothing found…"
+msgstr ""
+
+msgid "Nothing to preview."
+msgstr ""
+
+msgid "Nothing to synchronize"
+msgstr ""
+
+msgid "Notification events"
+msgstr ""
+
+msgid "Notification setting"
+msgstr ""
+
+msgid "Notification setting - %{notification_title}"
+msgstr ""
+
+msgid "Notification settings saved"
+msgstr ""
+
+msgid "NotificationEvent|Close issue"
+msgstr ""
+
+msgid "NotificationEvent|Close merge request"
+msgstr ""
+
+msgid "NotificationEvent|Failed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Fixed pipeline"
+msgstr ""
+
+msgid "NotificationEvent|Merge merge request"
+msgstr ""
+
+msgid "NotificationEvent|New epic"
+msgstr ""
+
+msgid "NotificationEvent|New issue"
+msgstr ""
+
+msgid "NotificationEvent|New merge request"
+msgstr ""
+
+msgid "NotificationEvent|New note"
+msgstr ""
+
+msgid "NotificationEvent|New release"
+msgstr ""
+
+msgid "NotificationEvent|Reassign issue"
+msgstr ""
+
+msgid "NotificationEvent|Reassign merge request"
+msgstr ""
+
+msgid "NotificationEvent|Reopen issue"
+msgstr ""
+
+msgid "NotificationEvent|Successful pipeline"
+msgstr ""
+
+msgid "NotificationLevel|Custom"
+msgstr ""
+
+msgid "NotificationLevel|Disabled"
+msgstr ""
+
+msgid "NotificationLevel|Global"
+msgstr ""
+
+msgid "NotificationLevel|On mention"
+msgstr ""
+
+msgid "NotificationLevel|Participate"
+msgstr ""
+
+msgid "NotificationLevel|Watch"
+msgstr ""
+
+msgid "NotificationSetting|Custom"
+msgstr ""
+
+msgid "Notifications"
+msgstr ""
+
+msgid "Notifications have been disabled by the project or group owner"
+msgstr ""
+
+msgid "Notifications off"
+msgstr ""
+
+msgid "Notifications on"
+msgstr ""
+
+msgid "Notify users by email when sign-in location is not recognized"
+msgstr ""
+
+msgid "Nov"
+msgstr ""
+
+msgid "November"
+msgstr ""
+
+msgid "Novice"
+msgstr ""
+
+msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
+msgstr ""
+
+msgid "Number of %{itemTitle}"
+msgstr ""
+
+msgid "Number of Elasticsearch replicas"
+msgstr ""
+
+msgid "Number of Elasticsearch shards"
+msgstr ""
+
+msgid "Number of LOCs per commit"
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether individual push events or bulk push event will be created. Bulk push event will be created if it surpasses that value."
+msgstr ""
+
+msgid "Number of changes (branches or tags) in a single push to determine whether webhooks and services will be fired or not. Webhooks and services won't be submitted if it surpasses that value."
+msgstr ""
+
+msgid "Number of commits"
+msgstr ""
+
+msgid "Number of commits per MR"
+msgstr ""
+
+msgid "Number of employees"
+msgstr ""
+
+msgid "Number of events"
+msgstr ""
+
+msgid "Number of events for this project: %{total_count}."
+msgstr ""
+
+msgid "Number of files touched"
+msgstr ""
+
+msgid "OK"
+msgstr ""
+
+msgid "Object Storage replication"
+msgstr ""
+
+msgid "Object does not exist on the server or you don't have permissions to access it"
+msgstr ""
+
+msgid "Oct"
+msgstr ""
+
+msgid "October"
+msgstr ""
+
+msgid "OfSearchInADropdown|Filter"
+msgstr ""
+
+msgid "Off"
+msgstr ""
+
+msgid "Oh no!"
+msgstr ""
+
+msgid "Oldest first"
+msgstr ""
+
+msgid "OmniAuth"
+msgstr ""
+
+msgid "Omnibus Protected Paths throttle is active, and takes priority over these settings. From 12.4, Omnibus throttle is deprecated and will be removed in a future release. Please read the %{relative_url_link_start}Migrating Protected Paths documentation%{relative_url_link_end}."
+msgstr ""
+
+msgid "On track"
+msgstr ""
+
+msgid "OnDemandScans|Attached branch"
+msgstr ""
+
+msgid "OnDemandScans|Attached branch is where the scan job runs."
+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 a new site profile"
+msgstr ""
+
+msgid "OnDemandScans|Create new DAST scan"
+msgstr ""
+
+msgid "OnDemandScans|Manage profiles"
+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 site profile."
+msgstr ""
+
+msgid "OnDemandScans|On-demand Scans"
+msgstr ""
+
+msgid "OnDemandScans|On-demand scans run outside the DevOps cycle and find vulnerabilities in your projects. %{learnMoreLinkStart}Learn more%{learnMoreLinkEnd}"
+msgstr ""
+
+msgid "OnDemandScans|Only a passive scan can be performed on demand."
+msgstr ""
+
+msgid "OnDemandScans|Passive"
+msgstr ""
+
+msgid "OnDemandScans|Run scan"
+msgstr ""
+
+msgid "OnDemandScans|Scan mode"
+msgstr ""
+
+msgid "OnDemandScans|Scanner settings"
+msgstr ""
+
+msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
+msgstr ""
+
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
+msgstr ""
+
+msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
+msgstr ""
+
+msgid "Once removed, the fork relationship cannot be restored and you will no longer be able to send merge requests to the source."
+msgstr ""
+
+msgid "Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page."
+msgstr ""
+
+msgid "Once you confirm and press \"Reduce project visibility\":"
+msgstr ""
+
+msgid "One more item"
+msgid_plural "%d more items"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "One or more groups that you don't have access to."
+msgstr ""
+
+msgid "One or more of you personal access tokens were revoked"
+msgstr ""
+
+msgid "One or more of your %{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 Google Code projects cannot be imported into GitLab directly because they use Subversion or Mercurial for version control, rather than Git."
+msgstr ""
+
+msgid "One or more of your dependency files are not supported, and the dependency list may be incomplete. Below is a list of supported file types."
+msgstr ""
+
+msgid "One or more of your personal access tokens 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 / Silver 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 this projects shows up in the search and on the dashboard."
+msgstr ""
+
+msgid "Only admins can delete project"
+msgstr ""
+
+msgid "Only mirror protected branches"
+msgstr ""
+
+msgid "Only policy:"
+msgstr ""
+
+msgid "Only proceed if you trust %{idp_url} to control your GitLab account sign in."
+msgstr ""
+
+msgid "Only project members can comment."
+msgstr ""
+
+msgid "Only project members will be imported. Group members will be skipped."
+msgstr ""
+
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+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 / Silver and above can see Productivity Analytics."
+msgstr ""
+
+msgid "Oops, are you sure?"
+msgstr ""
+
+msgid "Open"
+msgstr ""
+
+msgid "Open Selection"
+msgstr ""
+
+msgid "Open Web IDE"
+msgstr ""
+
+msgid "Open comment type dropdown"
+msgstr ""
+
+msgid "Open epics"
+msgstr ""
+
+msgid "Open errors"
+msgstr ""
+
+msgid "Open in Xcode"
+msgstr ""
+
+msgid "Open in file view"
+msgstr ""
+
+msgid "Open issues"
+msgstr ""
+
+msgid "Open projects"
+msgstr ""
+
+msgid "Open raw"
+msgstr ""
+
+msgid "Open sidebar"
+msgstr ""
+
+msgid "Open: %{openIssuesCount}"
+msgstr ""
+
+msgid "Open: %{open} • Closed: %{closed}"
+msgstr ""
+
+msgid "Opened"
+msgstr ""
+
+msgid "Opened %{epicTimeagoDate}"
+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 "Operations Settings"
+msgstr ""
+
+msgid "OperationsDashboard|Add a project to the dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|Add projects"
+msgstr ""
+
+msgid "OperationsDashboard|More information"
+msgstr ""
+
+msgid "OperationsDashboard|Operations Dashboard"
+msgstr ""
+
+msgid "OperationsDashboard|The operations dashboard provides a summary of each project's operational health, including pipeline and alert statuses."
+msgstr ""
+
+msgid "Optional"
+msgstr ""
+
+msgid "Optional parameter \"variables\" must be a Hash. Ex: variables[key1]=value1"
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how FogBugz email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Optionally, you can %{link_to_customize} how Google Code email addresses and usernames are imported into GitLab."
+msgstr ""
+
+msgid "Options"
+msgstr ""
+
+msgid "Or you can choose one of the suggested colors below"
+msgstr ""
+
+msgid "Origin"
+msgstr ""
+
+msgid "Other Labels"
+msgstr ""
+
+msgid "Other information"
+msgstr ""
+
+msgid "Other merge requests block this MR"
+msgstr ""
+
+msgid "Other versions"
+msgstr ""
+
+msgid "Other visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Out-of-compliance with this project's policies and should be removed"
+msgstr ""
+
+msgid "Outbound 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 anyone"
+msgstr ""
+
+msgid "Owned by me"
+msgstr ""
+
+msgid "Owned by:"
+msgstr ""
+
+msgid "Owner"
+msgstr ""
+
+msgid "Package Registry"
+msgstr ""
+
+msgid "Package already exists"
+msgstr ""
+
+msgid "Package deleted successfully"
+msgstr ""
+
+msgid "Package recipe already exists"
+msgstr ""
+
+msgid "Package type must be Conan"
+msgstr ""
+
+msgid "Package type must be Maven"
+msgstr ""
+
+msgid "Package type must be NuGet"
+msgstr ""
+
+msgid "Package type must be PyPi"
+msgstr ""
+
+msgid "Package was removed"
+msgstr ""
+
+msgid "PackageRegistry|%{name} version %{version} was created %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|%{name} version %{version} was updated %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|Add Conan Remote"
+msgstr ""
+
+msgid "PackageRegistry|Add NuGet Source"
+msgstr ""
+
+msgid "PackageRegistry|App group: %{group}"
+msgstr ""
+
+msgid "PackageRegistry|App name: %{name}"
+msgstr ""
+
+msgid "PackageRegistry|Commit %{link} on branch %{branch}"
+msgstr ""
+
+msgid "PackageRegistry|Composer"
+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 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 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 yarn command"
+msgstr ""
+
+msgid "PackageRegistry|Copy yarn setup command"
+msgstr ""
+
+msgid "PackageRegistry|Delete Package Version"
+msgstr ""
+
+msgid "PackageRegistry|Delete package"
+msgstr ""
+
+msgid "PackageRegistry|Filter by name"
+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|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|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
+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|NPM"
+msgstr ""
+
+msgid "PackageRegistry|No upcoming issues"
+msgstr ""
+
+msgid "PackageRegistry|NuGet"
+msgstr ""
+
+msgid "PackageRegistry|NuGet Command"
+msgstr ""
+
+msgid "PackageRegistry|Pip Command"
+msgstr ""
+
+msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
+msgstr ""
+
+msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
+msgstr ""
+
+msgid "PackageRegistry|PyPi"
+msgstr ""
+
+msgid "PackageRegistry|Recipe: %{recipe}"
+msgstr ""
+
+msgid "PackageRegistry|Remove package"
+msgstr ""
+
+msgid "PackageRegistry|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "PackageRegistry|Source project located at %{link}"
+msgstr ""
+
+msgid "PackageRegistry|There are no %{packageType} packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There are no other versions of this package."
+msgstr ""
+
+msgid "PackageRegistry|There are no packages yet"
+msgstr ""
+
+msgid "PackageRegistry|There are no upcoming issues to display."
+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|Unable to fetch package version information."
+msgstr ""
+
+msgid "PackageRegistry|Unable to load package"
+msgstr ""
+
+msgid "PackageRegistry|Upcoming package managers"
+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|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
+
+msgid "PackageRegistry|published by %{author}"
+msgstr ""
+
+msgid "PackageRegistry|yarn command"
+msgstr ""
+
+msgid "PackageType|Composer"
+msgstr ""
+
+msgid "PackageType|Conan"
+msgstr ""
+
+msgid "PackageType|Maven"
+msgstr ""
+
+msgid "PackageType|NPM"
+msgstr ""
+
+msgid "PackageType|NuGet"
+msgstr ""
+
+msgid "PackageType|PyPi"
+msgstr ""
+
+msgid "Packages"
+msgstr ""
+
+msgid "Packages & Registries"
+msgstr ""
+
+msgid "Page not found"
+msgstr ""
+
+msgid "Page was successfully deleted"
+msgstr ""
+
+msgid "PagerDutySettings|Active"
+msgstr ""
+
+msgid "PagerDutySettings|Create a GitLab issue for each PagerDuty incident by %{docsLink}"
+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|Setting up a webhook with PagerDuty will automatically create a GitLab issue for each PagerDuty incident."
+msgstr ""
+
+msgid "PagerDutySettings|Webhook URL"
+msgstr ""
+
+msgid "PagerDutySettings|Webhook URL update was successful"
+msgstr ""
+
+msgid "PagerDutySettings|configuring a webhook in PagerDuty"
+msgstr ""
+
+msgid "Pages"
+msgstr ""
+
+msgid "Pages Domain"
+msgstr ""
+
+msgid "Pages getting started guide"
+msgstr ""
+
+msgid "Pagination|Go to first page"
+msgstr ""
+
+msgid "Pagination|Go to last page"
+msgstr ""
+
+msgid "Pagination|Go to next page"
+msgstr ""
+
+msgid "Pagination|Go to previous page"
+msgstr ""
+
+msgid "Pagination|Last »"
+msgstr ""
+
+msgid "Pagination|Next"
+msgstr ""
+
+msgid "Pagination|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 "Partial token for reference only"
+msgstr ""
+
+msgid "Participants"
+msgstr ""
+
+msgid "Passed"
+msgstr ""
+
+msgid "Passed on"
+msgstr ""
+
+msgid "Password"
+msgstr ""
+
+msgid "Password (optional)"
+msgstr ""
+
+msgid "Password Policy Guidelines"
+msgstr ""
+
+msgid "Password authentication is unavailable."
+msgstr ""
+
+msgid "Password confirmation"
+msgstr ""
+
+msgid "Password successfully changed"
+msgstr ""
+
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
+
+msgid "Passwords should be unique and not used for any other sites or services."
+msgstr ""
+
+msgid "Past due"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it"
+msgstr ""
+
+msgid "Paste a machine public key here. Read more about how to generate it %{link_start}here%{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 your public SSH key, which is usually contained in the file '~/.ssh/id_ed25519.pub' or '~/.ssh/id_rsa.pub' and begins with 'ssh-ed25519' or 'ssh-rsa'. Don't use your private SSH key."
+msgstr ""
+
+msgid "Patch to apply"
+msgstr ""
+
+msgid "Path"
+msgstr ""
+
+msgid "Path:"
+msgstr ""
+
+msgid "Paths can contain wildcards, like */welcome"
+msgstr ""
+
+msgid "Pause"
+msgstr ""
+
+msgid "Pause replication"
+msgstr ""
+
+msgid "Paused Runners don't accept new jobs"
+msgstr ""
+
+msgid "Pending"
+msgstr ""
+
+msgid "People without permission will never get a notification and won't be able to comment."
+msgstr ""
+
+msgid "People without permission will never get a notification."
+msgstr ""
+
+msgid "Percent of users"
+msgstr ""
+
+msgid "Percentage"
+msgstr ""
+
+msgid "Perform advanced options such as changing path, transferring, exporting, or removing the group."
+msgstr ""
+
+msgid "Perform common operations on GitLab project"
+msgstr ""
+
+msgid "Performance and resource management"
+msgstr ""
+
+msgid "Performance optimization"
+msgstr ""
+
+msgid "PerformanceBar|Bullet notifications"
+msgstr ""
+
+msgid "PerformanceBar|Download"
+msgstr ""
+
+msgid "PerformanceBar|Elasticsearch calls"
+msgstr ""
+
+msgid "PerformanceBar|Frontend resources"
+msgstr ""
+
+msgid "PerformanceBar|Gitaly calls"
+msgstr ""
+
+msgid "PerformanceBar|Redis calls"
+msgstr ""
+
+msgid "PerformanceBar|Rugged calls"
+msgstr ""
+
+msgid "PerformanceBar|SQL queries"
+msgstr ""
+
+msgid "PerformanceBar|trace"
+msgstr ""
+
+msgid "Permissions"
+msgstr ""
+
+msgid "Permissions Help"
+msgstr ""
+
+msgid "Permissions, LFS, 2FA"
+msgstr ""
+
+msgid "Personal Access Token"
+msgstr ""
+
+msgid "Personal project creation is not allowed. Please contact your administrator with questions"
+msgstr ""
+
+msgid "Phabricator Server Import"
+msgstr ""
+
+msgid "Phabricator Server URL"
+msgstr ""
+
+msgid "Phabricator Tasks"
+msgstr ""
+
+msgid "Pick a name"
+msgstr ""
+
+msgid "Pin code"
+msgstr ""
+
+msgid "Pipeline"
+msgstr ""
+
+msgid "Pipeline %{label}"
+msgstr ""
+
+msgid "Pipeline %{label} for \"%{dataTitle}\""
+msgstr ""
+
+msgid "Pipeline Schedule"
+msgstr ""
+
+msgid "Pipeline Schedules"
+msgstr ""
+
+msgid "Pipeline minutes quota"
+msgstr ""
+
+msgid "Pipeline subscriptions"
+msgstr ""
+
+msgid "Pipeline triggers"
+msgstr ""
+
+msgid "Pipeline: %{status}"
+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|Total:"
+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 "PipelineStatusTooltip|Pipeline: %{ciStatus}"
+msgstr ""
+
+msgid "PipelineStatusTooltip|Pipeline: %{ci_status}"
+msgstr ""
+
+msgid "Pipelines"
+msgstr ""
+
+msgid "Pipelines charts"
+msgstr ""
+
+msgid "Pipelines emails"
+msgstr ""
+
+msgid "Pipelines for last month (%{oneMonthAgo} - %{today})"
+msgstr ""
+
+msgid "Pipelines for last week (%{oneWeekAgo} - %{today})"
+msgstr ""
+
+msgid "Pipelines for last year"
+msgstr ""
+
+msgid "Pipelines for merge requests are configured. A detached pipeline runs in the context of the merge request, and not against the merged result. Learn more in the documentation for Pipelines for Merged Results."
+msgstr ""
+
+msgid "Pipelines settings for '%{project_name}' were successfully updated."
+msgstr ""
+
+msgid "Pipelines|API"
+msgstr ""
+
+msgid "Pipelines|Are you sure you want to run this pipeline?"
+msgstr ""
+
+msgid "Pipelines|Build with confidence"
+msgstr ""
+
+msgid "Pipelines|CI Lint"
+msgstr ""
+
+msgid "Pipelines|Child pipeline"
+msgstr ""
+
+msgid "Pipelines|Clear Runner Caches"
+msgstr ""
+
+msgid "Pipelines|Continuous Integration can help catch bugs by running your tests automatically, while Continuous Deployment can help you deliver code to your product environment."
+msgstr ""
+
+msgid "Pipelines|Get started with Pipelines"
+msgstr ""
+
+msgid "Pipelines|Group %{namespace_name} has %{percentage}%% or less Shared Runner Pipeline minutes remaining. Once it runs out, no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "Pipelines|Group %{namespace_name} has exceeded its pipeline minutes quota. Unless you buy additional pipeline minutes, no new jobs or pipelines in its projects will run."
+msgstr ""
+
+msgid "Pipelines|If you are unsure, please ask a project maintainer to review it for you."
+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|Loading Pipelines"
+msgstr ""
+
+msgid "Pipelines|More Information"
+msgstr ""
+
+msgid "Pipelines|Project cache successfully reset."
+msgstr ""
+
+msgid "Pipelines|Run Pipeline"
+msgstr ""
+
+msgid "Pipelines|Something went wrong while cleaning runners cache."
+msgstr ""
+
+msgid "Pipelines|There are currently no finished pipelines."
+msgstr ""
+
+msgid "Pipelines|There are currently no pipelines."
+msgstr ""
+
+msgid "Pipelines|There was an error fetching the pipelines. Try again in a few moments or contact your support team."
+msgstr ""
+
+msgid "Pipelines|This is a child pipeline within the parent pipeline"
+msgstr ""
+
+msgid "Pipelines|This 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|parent"
+msgstr ""
+
+msgid "Pipeline|Branch name"
+msgstr ""
+
+msgid "Pipeline|Canceled"
+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|Coverage"
+msgstr ""
+
+msgid "Pipeline|Created"
+msgstr ""
+
+msgid "Pipeline|Date"
+msgstr ""
+
+msgid "Pipeline|Detached merge request pipeline"
+msgstr ""
+
+msgid "Pipeline|Duration"
+msgstr ""
+
+msgid "Pipeline|Existing branch name or tag"
+msgstr ""
+
+msgid "Pipeline|Failed"
+msgstr ""
+
+msgid "Pipeline|Key"
+msgstr ""
+
+msgid "Pipeline|Manual"
+msgstr ""
+
+msgid "Pipeline|Merge train pipeline"
+msgstr ""
+
+msgid "Pipeline|Merged result pipeline"
+msgstr ""
+
+msgid "Pipeline|Passed"
+msgstr ""
+
+msgid "Pipeline|Pending"
+msgstr ""
+
+msgid "Pipeline|Pipeline"
+msgstr ""
+
+msgid "Pipeline|Pipelines"
+msgstr ""
+
+msgid "Pipeline|Raw text search is not currently supported. Please use the available search tokens."
+msgstr ""
+
+msgid "Pipeline|Run Pipeline"
+msgstr ""
+
+msgid "Pipeline|Run for"
+msgstr ""
+
+msgid "Pipeline|Running"
+msgstr ""
+
+msgid "Pipeline|Search branches"
+msgstr ""
+
+msgid "Pipeline|Skipped"
+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|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
+msgstr ""
+
+msgid "Pipeline|Stages"
+msgstr ""
+
+msgid "Pipeline|Status"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline"
+msgstr ""
+
+msgid "Pipeline|Stop pipeline #%{pipelineId}?"
+msgstr ""
+
+msgid "Pipeline|Tag name"
+msgstr ""
+
+msgid "Pipeline|Trigger author"
+msgstr ""
+
+msgid "Pipeline|Triggerer"
+msgstr ""
+
+msgid "Pipeline|Value"
+msgstr ""
+
+msgid "Pipeline|Variables"
+msgstr ""
+
+msgid "Pipeline|You’re about to stop pipeline %{pipelineId}."
+msgstr ""
+
+msgid "Pipeline|for"
+msgstr ""
+
+msgid "Pipeline|on"
+msgstr ""
+
+msgid "Pipeline|with stage"
+msgstr ""
+
+msgid "Pipeline|with stages"
+msgstr ""
+
+msgid "PivotalTrackerService|Comma-separated list of branches which will be automatically inspected. Leave blank to include all branches."
+msgstr ""
+
+msgid "PivotalTrackerService|Pivotal Tracker API token."
+msgstr ""
+
+msgid "PivotalTrackerService|Project Management Software (Source Commits Endpoint)"
+msgstr ""
+
+msgid "Plain diff"
+msgstr ""
+
+msgid "Plan"
+msgstr ""
+
+msgid "Plan:"
+msgstr ""
+
+msgid "PlantUML"
+msgstr ""
+
+msgid "Play"
+msgstr ""
+
+msgid "Play all manual"
+msgstr ""
+
+msgid "Please %{link_to_register} or %{link_to_sign_in} to comment"
+msgstr ""
+
+msgid "Please %{startTagRegister}register%{endRegisterTag} or %{startTagSignIn}sign in%{endSignInTag} to reply"
+msgstr ""
+
+msgid "Please accept the Terms of Service before continuing."
+msgstr ""
+
+msgid "Please add a comment in the text area above"
+msgstr ""
+
+msgid "Please add a list to your board first"
+msgstr ""
+
+msgid "Please check the configuration file for this chart"
+msgstr ""
+
+msgid "Please check the configuration file to ensure that a collection of charts has been declared."
+msgstr ""
+
+msgid "Please check the configuration file to ensure that it is available and the YAML is valid"
+msgstr ""
+
+msgid "Please check your email (%{email}) to verify that you own this address and unlock the power of CI/CD. Didn't receive it? %{resend_link}. Wrong email address? %{update_link}."
+msgstr ""
+
+msgid "Please choose a file"
+msgstr ""
+
+msgid "Please choose a group URL with no special characters."
+msgstr ""
+
+msgid "Please complete your profile with email address"
+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 convert them to Git on Google Code, and go through the %{link_to_import_flow} again."
+msgstr ""
+
+msgid "Please create a password for your new account."
+msgstr ""
+
+msgid "Please create a username with only alphanumeric characters."
+msgstr ""
+
+msgid "Please create an index before enabling indexing"
+msgstr ""
+
+msgid "Please enable and migrate to hashed storage to avoid security issues and ensure data integrity. %{migrate_link}"
+msgstr ""
+
+msgid "Please ensure your account's %{account_link_start}recovery settings%{account_link_end} are up to date."
+msgstr ""
+
+msgid "Please enter a non-negative number"
+msgstr ""
+
+msgid "Please enter a number greater than %{number} (from the project settings)"
+msgstr ""
+
+msgid "Please enter a valid number"
+msgstr ""
+
+msgid "Please enter or upload a license."
+msgstr ""
+
+msgid "Please fill in a descriptive name for your group."
+msgstr ""
+
+msgid "Please 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 valid URL"
+msgstr ""
+
+msgid "Please provide a valid email address."
+msgstr ""
+
+msgid "Please provide attributes to update"
+msgstr ""
+
+msgid "Please refer to %{docs_url}"
+msgstr ""
+
+msgid "Please retype the email address."
+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 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 set a new password before proceeding."
+msgstr ""
+
+msgid "Please solve the reCAPTCHA"
+msgstr ""
+
+msgid "Please try again"
+msgstr ""
+
+msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
+msgstr ""
+
+msgid "Please 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 "Plugins directory is deprecated and will be removed in 14.0. Please move this file into /file_hooks directory."
+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 "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|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 integrated code intelligence on code views"
+msgstr ""
+
+msgid "Preferences|For example: 30 mins ago."
+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|Syntax highlighting theme"
+msgstr ""
+
+msgid "Preferences|Tab width"
+msgstr ""
+
+msgid "Preferences|These settings will update how dates and times are displayed for you."
+msgstr ""
+
+msgid "Preferences|This feature is experimental and translations are not complete yet"
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the appearance of the syntax."
+msgstr ""
+
+msgid "Preferences|This setting allows you to customize the behavior of the system layout and default views."
+msgstr ""
+
+msgid "Preferences|Time display"
+msgstr ""
+
+msgid "Preferences|Time format"
+msgstr ""
+
+msgid "Preferences|Time preferences"
+msgstr ""
+
+msgid "Preferences|Use relative times"
+msgstr ""
+
+msgid "Press %{key}-C to copy"
+msgstr ""
+
+msgid "Prev"
+msgstr ""
+
+msgid "Prevent adding new members to project membership within this group"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request author"
+msgstr ""
+
+msgid "Prevent approval of merge requests by merge request committers"
+msgstr ""
+
+msgid "Prevent environment from auto-stopping"
+msgstr ""
+
+msgid "Prevent project forking outside current group"
+msgstr ""
+
+msgid "Prevent users from changing their profile name"
+msgstr ""
+
+msgid "Prevent users from modifying merge request approvers list"
+msgstr ""
+
+msgid "Prevent users from performing write operations on GitLab while performing maintenance."
+msgstr ""
+
+msgid "Preview"
+msgstr ""
+
+msgid "Preview Markdown"
+msgstr ""
+
+msgid "Preview changes"
+msgstr ""
+
+msgid "Preview payload"
+msgstr ""
+
+msgid "Previous Artifacts"
+msgstr ""
+
+msgid "Previous commit"
+msgstr ""
+
+msgid "Previous file in diff"
+msgstr ""
+
+msgid "Previous unresolved discussion"
+msgstr ""
+
+msgid "Primary"
+msgstr ""
+
+msgid "Prioritize"
+msgstr ""
+
+msgid "Prioritize label"
+msgstr ""
+
+msgid "Prioritized Labels"
+msgstr ""
+
+msgid "Prioritized label"
+msgstr ""
+
+msgid "Private"
+msgstr ""
+
+msgid "Private - Project access must be granted explicitly to each user. 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 "ProfileSession|on"
+msgstr ""
+
+msgid "Profiles| You are about to permanently delete %{yourAccount}, and all of the issues, merge requests, and groups linked to your account. Once you confirm %{deleteAccount}, it cannot be undone or recovered."
+msgstr ""
+
+msgid "Profiles| You are going to change the username %{currentUsernameBold} to %{newUsernameBold}. Profile and projects will be redirected to the %{newUsername} namespace but this redirect will expire once the %{currentUsername} namespace is registered by another user or group. Please update your Git repository remotes as soon as possible."
+msgstr ""
+
+msgid "Profiles|@username"
+msgstr ""
+
+msgid "Profiles|Account scheduled for removal."
+msgstr ""
+
+msgid "Profiles|Activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Active"
+msgstr ""
+
+msgid "Profiles|Add key"
+msgstr ""
+
+msgid "Profiles|Add status emoji"
+msgstr ""
+
+msgid "Profiles|Avatar cropper"
+msgstr ""
+
+msgid "Profiles|Avatar will be removed. Are you sure?"
+msgstr ""
+
+msgid "Profiles|Bio"
+msgstr ""
+
+msgid "Profiles|Change username"
+msgstr ""
+
+msgid "Profiles|Changing your username can have unintended side effects."
+msgstr ""
+
+msgid "Profiles|Choose file..."
+msgstr ""
+
+msgid "Profiles|Choose to show contributions of private projects on your public profile without any project, repository or organization information"
+msgstr ""
+
+msgid "Profiles|City, country"
+msgstr ""
+
+msgid "Profiles|Clear status"
+msgstr ""
+
+msgid "Profiles|Click on icon to activate signin with one of the following services"
+msgstr ""
+
+msgid "Profiles|Commit email"
+msgstr ""
+
+msgid "Profiles|Connect"
+msgstr ""
+
+msgid "Profiles|Connected Accounts"
+msgstr ""
+
+msgid "Profiles|Current path: %{path}"
+msgstr ""
+
+msgid "Profiles|Current status"
+msgstr ""
+
+msgid "Profiles|Default notification email"
+msgstr ""
+
+msgid "Profiles|Delete account"
+msgstr ""
+
+msgid "Profiles|Deleting an account has the following effects:"
+msgstr ""
+
+msgid "Profiles|Disconnect"
+msgstr ""
+
+msgid "Profiles|Do not show on profile"
+msgstr ""
+
+msgid "Profiles|Don't display activity-related personal information on your profiles"
+msgstr ""
+
+msgid "Profiles|Edit Profile"
+msgstr ""
+
+msgid "Profiles|Enter your name, so people you know can recognize you"
+msgstr ""
+
+msgid "Profiles|Expires at"
+msgstr ""
+
+msgid "Profiles|Expires:"
+msgstr ""
+
+msgid "Profiles|Feed token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Full name"
+msgstr ""
+
+msgid "Profiles|Give your individual key a title. This will be publically visible."
+msgstr ""
+
+msgid "Profiles|Include private contributions on my profile"
+msgstr ""
+
+msgid "Profiles|Incoming email token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Increase your account's security by enabling Two-Factor Authentication (2FA)"
+msgstr ""
+
+msgid "Profiles|Invalid password"
+msgstr ""
+
+msgid "Profiles|Invalid username"
+msgstr ""
+
+msgid "Profiles|Key"
+msgstr ""
+
+msgid "Profiles|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|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|Public Avatar"
+msgstr ""
+
+msgid "Profiles|Public email"
+msgstr ""
+
+msgid "Profiles|Remove avatar"
+msgstr ""
+
+msgid "Profiles|Set new profile picture"
+msgstr ""
+
+msgid "Profiles|Social sign-in"
+msgstr ""
+
+msgid "Profiles|Some options are unavailable for LDAP accounts"
+msgstr ""
+
+msgid "Profiles|Static object token was successfully reset"
+msgstr ""
+
+msgid "Profiles|Tell us about yourself in fewer than 250 characters"
+msgstr ""
+
+msgid "Profiles|The ability to update your name has been disabled by your administrator."
+msgstr ""
+
+msgid "Profiles|The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "Profiles|This doesn't look like a public SSH key, are you sure you want to add it?"
+msgstr ""
+
+msgid "Profiles|This email will be displayed on your public profile"
+msgstr ""
+
+msgid "Profiles|This email will be used for web based operations, such as edits and merges. %{commit_email_link_start}Learn more%{commit_email_link_end}"
+msgstr ""
+
+msgid "Profiles|This emoji and message will appear on your profile and throughout the interface."
+msgstr ""
+
+msgid "Profiles|This information will appear on your profile"
+msgstr ""
+
+msgid "Profiles|Time settings"
+msgstr ""
+
+msgid "Profiles|Two-Factor Authentication"
+msgstr ""
+
+msgid "Profiles|Type your %{confirmationValue} to confirm:"
+msgstr ""
+
+msgid "Profiles|Typically starts with \"ssh-ed25519 …\" or \"ssh-rsa …\""
+msgstr ""
+
+msgid "Profiles|Update profile settings"
+msgstr ""
+
+msgid "Profiles|Update username"
+msgstr ""
+
+msgid "Profiles|Upload new avatar"
+msgstr ""
+
+msgid "Profiles|Use a private email - %{email}"
+msgstr ""
+
+msgid "Profiles|User ID"
+msgstr ""
+
+msgid "Profiles|Username change failed - %{message}"
+msgstr ""
+
+msgid "Profiles|Username successfully changed"
+msgstr ""
+
+msgid "Profiles|Using emojis in names seems fun, but please try to set a status message instead"
+msgstr ""
+
+msgid "Profiles|What's your status?"
+msgstr ""
+
+msgid "Profiles|Who you represent or work for"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here"
+msgstr ""
+
+msgid "Profiles|You can change your avatar here or remove the current avatar to revert to %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You can set your current timezone here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here"
+msgstr ""
+
+msgid "Profiles|You can upload your avatar here or change it at %{gravatar_link}"
+msgstr ""
+
+msgid "Profiles|You don't have access to delete this user."
+msgstr ""
+
+msgid "Profiles|You must transfer ownership or delete these groups before you can delete your account."
+msgstr ""
+
+msgid "Profiles|Your LinkedIn profile name from linkedin.com/in/profilename"
+msgstr ""
+
+msgid "Profiles|Your account is currently an owner in these groups:"
+msgstr ""
+
+msgid "Profiles|Your email address was automatically set based on your %{provider_label} account"
+msgstr ""
+
+msgid "Profiles|Your key has expired"
+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|username"
+msgstr ""
+
+msgid "Profiles|website.com"
+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 Audit Events"
+msgstr ""
+
+msgid "Project Badges"
+msgstr ""
+
+msgid "Project Files"
+msgstr ""
+
+msgid "Project ID"
+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 already deleted"
+msgstr ""
+
+msgid "Project and wiki repositories"
+msgstr ""
+
+msgid "Project avatar"
+msgstr ""
+
+msgid "Project cannot be shared with the group it is in or one of its ancestors."
+msgstr ""
+
+msgid "Project clone URL"
+msgstr ""
+
+msgid "Project configuration, excluding integrations"
+msgstr ""
+
+msgid "Project description (optional)"
+msgstr ""
+
+msgid "Project details"
+msgstr ""
+
+msgid "Project does not exist or you don't have permission to perform this action"
+msgstr ""
+
+msgid "Project export could not be deleted."
+msgstr ""
+
+msgid "Project export enabled"
+msgstr ""
+
+msgid "Project export has been deleted."
+msgstr ""
+
+msgid "Project export link has expired. Please generate a new export from your project settings."
+msgstr ""
+
+msgid "Project export started. A download link will be sent by email and made available on this page."
+msgstr ""
+
+msgid "Project has too many %{label_for_message} to search"
+msgstr ""
+
+msgid "Project info:"
+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 name suffix"
+msgstr ""
+
+msgid "Project name suffix is a user-defined string which will be appended to the project path, and will form the Service Desk email address."
+msgstr ""
+
+msgid "Project order will not be saved as local storage is not available."
+msgstr ""
+
+msgid "Project overview"
+msgstr ""
+
+msgid "Project path"
+msgstr ""
+
+msgid "Project scanning help page"
+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 "ProjectLifecycle|Stage"
+msgstr ""
+
+msgid "ProjectOverview|Fork"
+msgstr ""
+
+msgid "ProjectOverview|Forks"
+msgstr ""
+
+msgid "ProjectOverview|Go to your fork"
+msgstr ""
+
+msgid "ProjectOverview|Star"
+msgstr ""
+
+msgid "ProjectOverview|Starrer"
+msgstr ""
+
+msgid "ProjectOverview|Starrers"
+msgstr ""
+
+msgid "ProjectOverview|Unstar"
+msgstr ""
+
+msgid "ProjectOverview|You have reached your project limit"
+msgstr ""
+
+msgid "ProjectOverview|You must sign in to star a project"
+msgstr ""
+
+msgid "ProjectPage|Project ID: %{project_id}"
+msgstr ""
+
+msgid "ProjectSelect| or group"
+msgstr ""
+
+msgid "ProjectSelect|Search for project"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status off"
+msgstr ""
+
+msgid "ProjectService|%{service_title}: status on"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered by a push to the repository"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a commit is created/updated"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a confidential issue is created/updated/closed"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a deployment finishes"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a new, unique alert is recorded"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a pipeline status changes"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when an issue is created/updated/closed"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "ProjectService|Event will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "ProjectService|Perform common operations on GitLab project: %{project_name}"
+msgstr ""
+
+msgid "ProjectService|To set up this service:"
+msgstr ""
+
+msgid "ProjectSettings|Additional merge request capabilities that influence how and when merges will be performed"
+msgstr ""
+
+msgid "ProjectSettings|All discussions must be resolved"
+msgstr ""
+
+msgid "ProjectSettings|Allow"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
+msgstr ""
+
+msgid "ProjectSettings|Allow users to request access"
+msgstr ""
+
+msgid "ProjectSettings|Automatically resolve merge request diff discussions when they become outdated"
+msgstr ""
+
+msgid "ProjectSettings|Badges"
+msgstr ""
+
+msgid "ProjectSettings|Build, test, and deploy your changes"
+msgstr ""
+
+msgid "ProjectSettings|Checkbox is visible and selected by default."
+msgstr ""
+
+msgid "ProjectSettings|Checkbox is visible and unselected by default."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
+msgstr ""
+
+msgid "ProjectSettings|Choose your merge method, merge options, merge checks, merge suggestions, and set up a default description template for merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Contact an admin to change this setting."
+msgstr ""
+
+msgid "ProjectSettings|Container registry"
+msgstr ""
+
+msgid "ProjectSettings|Customize your project badges."
+msgstr ""
+
+msgid "ProjectSettings|Disable email notifications"
+msgstr ""
+
+msgid "ProjectSettings|Do not allow"
+msgstr ""
+
+msgid "ProjectSettings|Enable 'Delete source branch' option by default"
+msgstr ""
+
+msgid "ProjectSettings|Enable merge trains and pipelines for merged results"
+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|Forks"
+msgstr ""
+
+msgid "ProjectSettings|Git Large File Storage (LFS)"
+msgstr ""
+
+msgid "ProjectSettings|Global"
+msgstr ""
+
+msgid "ProjectSettings|Internal"
+msgstr ""
+
+msgid "ProjectSettings|Issues"
+msgstr ""
+
+msgid "ProjectSettings|LFS objects from this repository are still available to forks. %{linkStart}How do I remove them?%{linkEnd}"
+msgstr ""
+
+msgid "ProjectSettings|Learn more about badges."
+msgstr ""
+
+msgid "ProjectSettings|Lightweight issue tracking system for this project"
+msgstr ""
+
+msgid "ProjectSettings|Manages large files such as audio, video, and graphics files"
+msgstr ""
+
+msgid "ProjectSettings|Merge checks"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit"
+msgstr ""
+
+msgid "ProjectSettings|Merge commit with semi-linear history"
+msgstr ""
+
+msgid "ProjectSettings|Merge method"
+msgstr ""
+
+msgid "ProjectSettings|Merge options"
+msgstr ""
+
+msgid "ProjectSettings|Merge requests"
+msgstr ""
+
+msgid "ProjectSettings|Merge suggestions"
+msgstr ""
+
+msgid "ProjectSettings|No merge commits are created"
+msgstr ""
+
+msgid "ProjectSettings|Note: the container registry is always visible when a project is public"
+msgstr ""
+
+msgid "ProjectSettings|Only signed commits can be pushed to this repository."
+msgstr ""
+
+msgid "ProjectSettings|Packages"
+msgstr ""
+
+msgid "ProjectSettings|Pages"
+msgstr ""
+
+msgid "ProjectSettings|Pages for project documentation"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines for merge requests must be enabled in the CI/CD configuration file, or pipelines could be unresolvable or dropped"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines must succeed"
+msgstr ""
+
+msgid "ProjectSettings|Pipelines need to be configured to enable this feature."
+msgstr ""
+
+msgid "ProjectSettings|Private"
+msgstr ""
+
+msgid "ProjectSettings|Project visibility"
+msgstr ""
+
+msgid "ProjectSettings|Public"
+msgstr ""
+
+msgid "ProjectSettings|Repository"
+msgstr ""
+
+msgid "ProjectSettings|Require"
+msgstr ""
+
+msgid "ProjectSettings|Set the default behavior and availability of this option in merge requests. Changes made are also applied to existing merge requests."
+msgstr ""
+
+msgid "ProjectSettings|Share code pastes with others out of Git repository"
+msgstr ""
+
+msgid "ProjectSettings|Show default award emojis"
+msgstr ""
+
+msgid "ProjectSettings|Show link to create/view merge request when pushing from the command line"
+msgstr ""
+
+msgid "ProjectSettings|Skipped pipelines are considered successful"
+msgstr ""
+
+msgid "ProjectSettings|Snippets"
+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|The commit message used to apply merge request suggestions"
+msgstr ""
+
+msgid "ProjectSettings|The variables GitLab supports:"
+msgstr ""
+
+msgid "ProjectSettings|These checks must pass before merge requests can be merged"
+msgstr ""
+
+msgid "ProjectSettings|This introduces the risk of merging changes that will not pass the pipeline."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level and can be overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting is applied on the server level but has been overridden for this project."
+msgstr ""
+
+msgid "ProjectSettings|This setting will be applied to all projects unless overridden by an admin."
+msgstr ""
+
+msgid "ProjectSettings|This setting will override user notification preferences for all project members."
+msgstr ""
+
+msgid "ProjectSettings|This will dictate the commit history when you merge a merge request"
+msgstr ""
+
+msgid "ProjectSettings|Transfer 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|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|When conflicts arise the user is given the option to rebase"
+msgstr ""
+
+msgid "ProjectSettings|When enabled, issues, merge requests, and snippets will always show thumbs-up and thumbs-down award emoji buttons."
+msgstr ""
+
+msgid "ProjectSettings|Wiki"
+msgstr ""
+
+msgid "ProjectSettings|With GitLab Pages you can host your static websites on GitLab"
+msgstr ""
+
+msgid "ProjectSettings|With Metrics Dashboard you can visualize this project performance metrics"
+msgstr ""
+
+msgid "ProjectTemplates|.NET Core"
+msgstr ""
+
+msgid "ProjectTemplates|Android"
+msgstr ""
+
+msgid "ProjectTemplates|GitLab Cluster Management"
+msgstr ""
+
+msgid "ProjectTemplates|Go Micro"
+msgstr ""
+
+msgid "ProjectTemplates|HIPAA Audit Protocol"
+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|Serverless Framework/JS"
+msgstr ""
+
+msgid "ProjectTemplates|Spring"
+msgstr ""
+
+msgid "ProjectTemplates|Static Site Editor/Middleman"
+msgstr ""
+
+msgid "ProjectTemplates|iOS (Swift)"
+msgstr ""
+
+msgid "Projects"
+msgstr ""
+
+msgid "Projects (%{count})"
+msgstr ""
+
+msgid "Projects Successfully Retrieved"
+msgstr ""
+
+msgid "Projects are graded based on the highest severity vulnerability present"
+msgstr ""
+
+msgid "Projects shared with %{group_name}"
+msgstr ""
+
+msgid "Projects that belong to a group are prefixed with the group namespace. Existing projects may be moved into a group."
+msgstr ""
+
+msgid "Projects to index"
+msgstr ""
+
+msgid "Projects will be permanently deleted after a 7-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 write access"
+msgstr ""
+
+msgid "ProjectsDropdown|Frequently visited"
+msgstr ""
+
+msgid "ProjectsDropdown|Loading projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Projects you visit often will appear here"
+msgstr ""
+
+msgid "ProjectsDropdown|Search your projects"
+msgstr ""
+
+msgid "ProjectsDropdown|Something went wrong on our end."
+msgstr ""
+
+msgid "ProjectsDropdown|Sorry, no projects matched your search"
+msgstr ""
+
+msgid "ProjectsDropdown|This feature requires browser localStorage support"
+msgstr ""
+
+msgid "ProjectsNew|Allows you to immediately clone this project’s repository. Skip this if you plan to push up an existing repository."
+msgstr ""
+
+msgid "ProjectsNew|Blank"
+msgstr ""
+
+msgid "ProjectsNew|Blank project"
+msgstr ""
+
+msgid "ProjectsNew|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 blank project"
+msgstr ""
+
+msgid "ProjectsNew|Create from template"
+msgstr ""
+
+msgid "ProjectsNew|Create new project"
+msgstr ""
+
+msgid "ProjectsNew|Creating project & repository."
+msgstr ""
+
+msgid "ProjectsNew|Description format"
+msgstr ""
+
+msgid "ProjectsNew|Import"
+msgstr ""
+
+msgid "ProjectsNew|Import project"
+msgstr ""
+
+msgid "ProjectsNew|Initialize repository with a README"
+msgstr ""
+
+msgid "ProjectsNew|No import options available"
+msgstr ""
+
+msgid "ProjectsNew|Please wait a moment, this page will automatically refresh when ready."
+msgstr ""
+
+msgid "ProjectsNew|Project description %{tag_start}(optional)%{tag_end}"
+msgstr ""
+
+msgid "ProjectsNew|Run CI/CD for external repository"
+msgstr ""
+
+msgid "ProjectsNew|Template"
+msgstr ""
+
+msgid "ProjectsNew|Visibility Level"
+msgstr ""
+
+msgid "ProjectsNew|Want to house several dependent projects under the same namespace? %{link_start}Create a group.%{link_end}"
+msgstr ""
+
+msgid "Prometheus"
+msgstr ""
+
+msgid "PrometheusAlerts|%{count} alerts applied"
+msgstr ""
+
+msgid "PrometheusAlerts|%{firingCount} firing"
+msgstr ""
+
+msgid "PrometheusAlerts|Add alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Edit alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error creating alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error deleting alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error fetching alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Error saving alert"
+msgstr ""
+
+msgid "PrometheusAlerts|Firing: %{alerts}"
+msgstr ""
+
+msgid "PrometheusAlerts|Firing: %{alert}"
+msgstr ""
+
+msgid "PrometheusAlerts|Operator"
+msgstr ""
+
+msgid "PrometheusAlerts|Runbook URL (optional)"
+msgstr ""
+
+msgid "PrometheusAlerts|Select query"
+msgstr ""
+
+msgid "PrometheusAlerts|Threshold"
+msgstr ""
+
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+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"
+msgstr ""
+
+msgid "PrometheusService|Automatically deploy and configure Prometheus on your clusters to monitor your project’s environments"
+msgstr ""
+
+msgid "PrometheusService|Client ID of the IAP secured resource (looks like IAP_CLIENT_ID.apps.googleusercontent.com)"
+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|Contents of the credentials.json file of your service account, like: { \"type\": \"service_account\", \"project_id\": ... }"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics"
+msgstr ""
+
+msgid "PrometheusService|Custom metrics require Prometheus installed on a cluster with environment scope \"*\" OR a manually configured Prometheus to be available."
+msgstr ""
+
+msgid "PrometheusService|Enable Prometheus to define custom metrics, using either option above"
+msgstr ""
+
+msgid "PrometheusService|Finding and configuring metrics..."
+msgstr ""
+
+msgid "PrometheusService|Finding custom metrics..."
+msgstr ""
+
+msgid "PrometheusService|Install Prometheus on clusters"
+msgstr ""
+
+msgid "PrometheusService|Manage clusters"
+msgstr ""
+
+msgid "PrometheusService|Manual configuration"
+msgstr ""
+
+msgid "PrometheusService|Metrics"
+msgstr ""
+
+msgid "PrometheusService|Missing environment variable"
+msgstr ""
+
+msgid "PrometheusService|More information"
+msgstr ""
+
+msgid "PrometheusService|New metric"
+msgstr ""
+
+msgid "PrometheusService|No %{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 API Base URL, like http://prometheus.example.com/"
+msgstr ""
+
+msgid "PrometheusService|Prometheus is being automatically managed on your clusters"
+msgstr ""
+
+msgid "PrometheusService|Select the Active checkbox to override the Auto Configuration with custom settings. If unchecked, Auto Configuration settings are used."
+msgstr ""
+
+msgid "PrometheusService|These metrics will only be monitored after your first deployment to an environment"
+msgstr ""
+
+msgid "PrometheusService|Time-series monitoring service"
+msgstr ""
+
+msgid "PrometheusService|To enable the installation of Prometheus on your clusters, deactivate the manual configuration below"
+msgstr ""
+
+msgid "PrometheusService|Waiting for your first deployment to an environment to find common metrics"
+msgstr ""
+
+msgid "PrometheusService|You can now manage your Prometheus settings on the %{operations_link_start}Operations%{operations_link_end} page. Fields on this page has been deprecated."
+msgstr ""
+
+msgid "Promote"
+msgstr ""
+
+msgid "Promote confidential issue to a non-confidential epic"
+msgstr ""
+
+msgid "Promote issue to an 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 confidential issue to a non-confidential epic. Information in this issue is no longer confidential as epics are public to group members."
+msgstr ""
+
+msgid "Promoted issue to an epic."
+msgstr ""
+
+msgid "Promotion is not supported."
+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|Dismiss burndown charts 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 milestones with Burndown Charts."
+msgstr ""
+
+msgid "Promotions|Learn more"
+msgstr ""
+
+msgid "Promotions|Not now, thanks!"
+msgstr ""
+
+msgid "Promotions|See the other features in the %{subscription_link_start}bronze plan%{subscription_link_end}"
+msgstr ""
+
+msgid "Promotions|Start GitLab Ultimate trial"
+msgstr ""
+
+msgid "Promotions|This feature is locked."
+msgstr ""
+
+msgid "Promotions|Track activity with Contribution Analytics."
+msgstr ""
+
+msgid "Promotions|Try it for free"
+msgstr ""
+
+msgid "Promotions|Upgrade plan"
+msgstr ""
+
+msgid "Promotions|Upgrade your plan"
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to activate Contribution Analytics."
+msgstr ""
+
+msgid "Promotions|Upgrade your plan to improve milestones with Burndown Charts."
+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|With Contribution Analytics you can have an overview for the activity of issues, merge requests, and push events of your organization and its members."
+msgstr ""
+
+msgid "Prompt users to upload SSH keys"
+msgstr ""
+
+msgid "Protect"
+msgstr ""
+
+msgid "Protect variable"
+msgstr ""
+
+msgid "Protected"
+msgstr ""
+
+msgid "Protected Branch"
+msgstr ""
+
+msgid "Protected Branches"
+msgstr ""
+
+msgid "Protected Environment"
+msgstr ""
+
+msgid "Protected Environments"
+msgstr ""
+
+msgid "Protected Paths"
+msgstr ""
+
+msgid "Protected Tag"
+msgstr ""
+
+msgid "Protected Tags"
+msgstr ""
+
+msgid "Protected branches"
+msgstr ""
+
+msgid "ProtectedBranch|%{wildcards_link_start}Wildcards%{wildcards_link_end} such as %{code_tag_start}*-stable%{code_tag_end} or %{code_tag_start}production/*%{code_tag_end} are supported"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to merge:"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push"
+msgstr ""
+
+msgid "ProtectedBranch|Allowed to push:"
+msgstr ""
+
+msgid "ProtectedBranch|Branch"
+msgstr ""
+
+msgid "ProtectedBranch|Code owner approval"
+msgstr ""
+
+msgid "ProtectedBranch|Protect"
+msgstr ""
+
+msgid "ProtectedBranch|Protect a branch"
+msgstr ""
+
+msgid "ProtectedBranch|Protected branch (%{protected_branches_count})"
+msgstr ""
+
+msgid "ProtectedBranch|Pushes that change filenames matched by the CODEOWNERS file will be rejected"
+msgstr ""
+
+msgid "ProtectedBranch|Require approval from code owners:"
+msgstr ""
+
+msgid "ProtectedBranch|There are currently no protected branches, protect a branch with the form above."
+msgstr ""
+
+msgid "ProtectedBranch|Toggle code owner approval"
+msgstr ""
+
+msgid "ProtectedEnvironment|%{environment_name} will be writable for developers. Are you sure?"
+msgstr ""
+
+msgid "ProtectedEnvironment|Allowed to deploy"
+msgstr ""
+
+msgid "ProtectedEnvironment|Environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protect an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protected Environment (%{protected_environments_count})"
+msgstr ""
+
+msgid "ProtectedEnvironment|Protecting an environment restricts the users who can execute deployments."
+msgstr ""
+
+msgid "ProtectedEnvironment|Select an environment"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users"
+msgstr ""
+
+msgid "ProtectedEnvironment|Select users to deploy and manage Feature Flag settings"
+msgstr ""
+
+msgid "ProtectedEnvironment|There are currently no protected environments, protect an environment with the form above."
+msgstr ""
+
+msgid "ProtectedEnvironment|Unprotect"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment can't be unprotected"
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been protected."
+msgstr ""
+
+msgid "ProtectedEnvironment|Your environment has been unprotected"
+msgstr ""
+
+msgid "Protip:"
+msgstr ""
+
+msgid "Protocol"
+msgstr ""
+
+msgid "Provider"
+msgstr ""
+
+msgid "Proxy support for this API is not available currently"
+msgstr ""
+
+msgid "Pseudonymizer data collection"
+msgstr ""
+
+msgid "Public"
+msgstr ""
+
+msgid "Public - The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "Public - The project can be accessed without any authentication."
+msgstr ""
+
+msgid "Public Access Help"
+msgstr ""
+
+msgid "Public deploy keys (%{deploy_keys_count})"
+msgstr ""
+
+msgid "Public pipelines"
+msgstr ""
+
+msgid "Public projects Minutes cost factor"
+msgstr ""
+
+msgid "Publish to status page"
+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 "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 to create a project"
+msgstr ""
+
+msgid "PushRule|Committer restriction"
+msgstr ""
+
+msgid "Pushed"
+msgstr ""
+
+msgid "Pushes"
+msgstr ""
+
+msgid "PushoverService|%{user_name} deleted branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} push to branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|%{user_name} pushed new branch \"%{ref}\"."
+msgstr ""
+
+msgid "PushoverService|High Priority"
+msgstr ""
+
+msgid "PushoverService|Leave blank for all active devices"
+msgstr ""
+
+msgid "PushoverService|Low Priority"
+msgstr ""
+
+msgid "PushoverService|Lowest Priority"
+msgstr ""
+
+msgid "PushoverService|Normal Priority"
+msgstr ""
+
+msgid "PushoverService|Pushover makes it easy to get real-time notifications on your Android device, iPhone, iPad, and Desktop."
+msgstr ""
+
+msgid "PushoverService|See project %{project_full_name}"
+msgstr ""
+
+msgid "PushoverService|Total commits count: %{total_commits_count}"
+msgstr ""
+
+msgid "PushoverService|Your application key"
+msgstr ""
+
+msgid "PushoverService|Your user key"
+msgstr ""
+
+msgid "Quarters"
+msgstr ""
+
+msgid "Query"
+msgstr ""
+
+msgid "Query cannot be processed"
+msgstr ""
+
+msgid "Query is valid"
+msgstr ""
+
+msgid "Queued"
+msgstr ""
+
+msgid "Quick actions can be used in the issues description and comment boxes."
+msgstr ""
+
+msgid "Quick range"
+msgstr ""
+
+msgid "README"
+msgstr ""
+
+msgid "Rake Tasks Help"
+msgstr ""
+
+msgid "Raw blob request rate limit per minute"
+msgstr ""
+
+msgid "Re-authentication period expired or never requested. Please try again"
+msgstr ""
+
+msgid "Re-authentication required"
+msgstr ""
+
+msgid "Re-verification interval"
+msgstr ""
+
+msgid "Read more"
+msgstr ""
+
+msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
+msgstr ""
+
+msgid "Read more about related issues"
+msgstr ""
+
+msgid "Real-time features"
+msgstr ""
+
+msgid "Rebase"
+msgstr ""
+
+msgid "Rebase in progress"
+msgstr ""
+
+msgid "Receive alerts from manually configured Prometheus servers."
+msgstr ""
+
+msgid "Receive notifications about your own activity"
+msgstr ""
+
+msgid "Recent"
+msgstr ""
+
+msgid "Recent Activity"
+msgstr ""
+
+msgid "Recent Project Activity"
+msgstr ""
+
+msgid "Recent Searches Service is unavailable"
+msgstr ""
+
+msgid "Recent searches"
+msgstr ""
+
+msgid "Reconfigure"
+msgstr ""
+
+msgid "Recover hidden stage"
+msgstr ""
+
+msgid "Recovering projects"
+msgstr ""
+
+msgid "Recovery Codes"
+msgstr ""
+
+msgid "Redirect to SAML provider to test configuration"
+msgstr ""
+
+msgid "Reduce project visibility"
+msgstr ""
+
+msgid "Reduce this project’s visibility?"
+msgstr ""
+
+msgid "Reference:"
+msgstr ""
+
+msgid "References"
+msgstr ""
+
+msgid "Refresh"
+msgstr ""
+
+msgid "Refreshing in a second to show the updated status..."
+msgid_plural "Refreshing in %d seconds to show the updated status..."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Regenerate export"
+msgstr ""
+
+msgid "Regenerate instance ID"
+msgstr ""
+
+msgid "Regenerate key"
+msgstr ""
+
+msgid "Regenerate recovery codes"
+msgstr ""
+
+msgid "Regenerating the instance ID can break integration depending on the client you are using."
+msgstr ""
+
+msgid "Regex pattern"
+msgstr ""
+
+msgid "Region that Elasticsearch is configured"
+msgstr ""
+
+msgid "Register"
+msgstr ""
+
+msgid "Register / Sign In"
+msgstr ""
+
+msgid "Register Two-Factor Authenticator"
+msgstr ""
+
+msgid "Register U2F device"
+msgstr ""
+
+msgid "Register Universal Two-Factor (U2F) Device"
+msgstr ""
+
+msgid "Register for GitLab"
+msgstr ""
+
+msgid "Register now"
+msgstr ""
+
+msgid "Register with two-factor app"
+msgstr ""
+
+msgid "Registration"
+msgstr ""
+
+msgid "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 "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
+msgstr ""
+
+msgid "Reindexing status"
+msgstr ""
+
+msgid "Rejected (closed)"
+msgstr ""
+
+msgid "Related Deployed Jobs"
+msgstr ""
+
+msgid "Related Issues"
+msgstr ""
+
+msgid "Related Jobs"
+msgstr ""
+
+msgid "Related Merge Requests"
+msgstr ""
+
+msgid "Related Merged Requests"
+msgstr ""
+
+msgid "Related issues"
+msgstr ""
+
+msgid "Related merge requests"
+msgstr ""
+
+msgid "Relates to"
+msgstr ""
+
+msgid "Release"
+msgid_plural "Releases"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Release 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 "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 "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%{codeEnd}, %{codeStart}v2.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 "Remediated: needs review"
+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 Runner"
+msgstr ""
+
+msgid "Remove Zoom meeting"
+msgstr ""
+
+msgid "Remove all approvals in a merge request when new commits are pushed to its source branch"
+msgstr ""
+
+msgid "Remove all or specific assignee(s)"
+msgstr ""
+
+msgid "Remove all or specific label(s)"
+msgstr ""
+
+msgid "Remove approver"
+msgstr ""
+
+msgid "Remove approvers"
+msgstr ""
+
+msgid "Remove approvers?"
+msgstr ""
+
+msgid "Remove asset link"
+msgstr ""
+
+msgid "Remove assignee"
+msgstr ""
+
+msgid "Remove avatar"
+msgstr ""
+
+msgid "Remove card"
+msgstr ""
+
+msgid "Remove child epic from an epic"
+msgstr ""
+
+msgid "Remove description history"
+msgstr ""
+
+msgid "Remove due date"
+msgstr ""
+
+msgid "Remove fork relationship"
+msgstr ""
+
+msgid "Remove from batch"
+msgstr ""
+
+msgid "Remove from board"
+msgstr ""
+
+msgid "Remove from epic"
+msgstr ""
+
+msgid "Remove group"
+msgstr ""
+
+msgid "Remove iteration"
+msgstr ""
+
+msgid "Remove license"
+msgstr ""
+
+msgid "Remove limit"
+msgstr ""
+
+msgid "Remove member"
+msgstr ""
+
+msgid "Remove milestone"
+msgstr ""
+
+msgid "Remove node"
+msgstr ""
+
+msgid "Remove parent epic from an epic"
+msgstr ""
+
+msgid "Remove primary node"
+msgstr ""
+
+msgid "Remove priority"
+msgstr ""
+
+msgid "Remove secondary node"
+msgstr ""
+
+msgid "Remove spent time"
+msgstr ""
+
+msgid "Remove stage"
+msgstr ""
+
+msgid "Remove time estimate"
+msgstr ""
+
+msgid "Removed"
+msgstr ""
+
+msgid "Removed %{assignee_text} %{assignee_references}."
+msgstr ""
+
+msgid "Removed %{epic_ref} from child epics."
+msgstr ""
+
+msgid "Removed %{iteration_reference} iteration."
+msgstr ""
+
+msgid "Removed %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Removed %{milestone_reference} milestone."
+msgstr ""
+
+msgid "Removed %{type} with id %{id}"
+msgstr ""
+
+msgid "Removed all labels."
+msgstr ""
+
+msgid "Removed an issue from an epic."
+msgstr ""
+
+msgid "Removed group can not be restored!"
+msgstr ""
+
+msgid "Removed parent epic %{epic_ref}."
+msgstr ""
+
+msgid "Removed spent time."
+msgstr ""
+
+msgid "Removed the due date."
+msgstr ""
+
+msgid "Removed time estimate."
+msgstr ""
+
+msgid "RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here."
+msgstr ""
+
+msgid "RemovedProjects|You haven’t removed any projects."
+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 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 license…"
+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 "Reopen"
+msgstr ""
+
+msgid "Reopen %{display_issuable_type}"
+msgstr ""
+
+msgid "Reopen epic"
+msgstr ""
+
+msgid "Reopen milestone"
+msgstr ""
+
+msgid "Reopen this %{quick_action_target}"
+msgstr ""
+
+msgid "Reopened this %{quick_action_target}."
+msgstr ""
+
+msgid "Reopens this %{quick_action_target}."
+msgstr ""
+
+msgid "Repair authentication"
+msgstr ""
+
+msgid "Replace"
+msgstr ""
+
+msgid "Replace all label(s)"
+msgstr ""
+
+msgid "Replaced all labels with %{label_references} %{label_text}."
+msgstr ""
+
+msgid "Replaces the clone URL root."
+msgstr ""
+
+msgid "Replication"
+msgstr ""
+
+msgid "Replication enabled"
+msgstr ""
+
+msgid "Replication paused"
+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 "Reporting"
+msgstr ""
+
+msgid "Reports|%{combinedString} and %{resolvedString}"
+msgstr ""
+
+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 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|An error occured while loading report"
+msgstr ""
+
+msgid "Reports|An error occurred while loading %{name} results"
+msgstr ""
+
+msgid "Reports|Class"
+msgstr ""
+
+msgid "Reports|Classname"
+msgstr ""
+
+msgid "Reports|Execution time"
+msgstr ""
+
+msgid "Reports|Failure"
+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|Vulnerability"
+msgstr ""
+
+msgid "Reports|Vulnerability Name"
+msgstr ""
+
+msgid "Reports|no changed test results"
+msgstr ""
+
+msgid "Repositories"
+msgstr ""
+
+msgid "Repository"
+msgstr ""
+
+msgid "Repository Analytics"
+msgstr ""
+
+msgid "Repository Graph"
+msgstr ""
+
+msgid "Repository Settings"
+msgstr ""
+
+msgid "Repository check"
+msgstr ""
+
+msgid "Repository check was triggered."
+msgstr ""
+
+msgid "Repository cleanup"
+msgstr ""
+
+msgid "Repository cleanup has started. You will receive an email once the cleanup operation is complete."
+msgstr ""
+
+msgid "Repository 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 must contain at least 1 file."
+msgstr ""
+
+msgid "Repository size is above the limit."
+msgstr ""
+
+msgid "Repository static objects"
+msgstr ""
+
+msgid "Repository storage"
+msgstr ""
+
+msgid "Repository sync capacity"
+msgstr ""
+
+msgid "Repository: %{counter_repositories} / Wikis: %{counter_wikis} / Build Artifacts: %{counter_build_artifacts} / LFS: %{counter_lfs_objects} / Snippets: %{counter_snippets}"
+msgstr ""
+
+msgid "RepositorySettingsAccessLevel|Select"
+msgstr ""
+
+msgid "Request Access"
+msgstr ""
+
+msgid "Request Headers"
+msgstr ""
+
+msgid "Request details"
+msgstr ""
+
+msgid "Request parameter %{param} is missing."
+msgstr ""
+
+msgid "Request to link SAML account must be authorized"
+msgstr ""
+
+msgid "Requested %{time_ago}"
+msgstr ""
+
+msgid "Requested design version does not exist."
+msgstr ""
+
+msgid "Requested states are invalid"
+msgstr ""
+
+msgid "Requests"
+msgstr ""
+
+msgid "Requests Profiles"
+msgstr ""
+
+msgid "Requests to these domain(s)/address(es) on the local network will be allowed when local requests from hooks and services are not allowed. IP ranges such as 1:0:0:0:0:0:0:0/124 or 127.0.0.0/28 are supported. Domain wildcards are not supported currently. Use comma, semicolon, or newline to separate multiple entries. The 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 all users in this group to setup Two-factor authentication"
+msgstr ""
+
+msgid "Require all users to accept Terms of Service and Privacy Policy when they access GitLab."
+msgstr ""
+
+msgid "Require user password to approve"
+msgstr ""
+
+msgid "Require users to prove ownership of custom domains"
+msgstr ""
+
+msgid "Required approvals (%{approvals_given} given)"
+msgstr ""
+
+msgid "Required approvals (%{approvals_given} given, you've approved)"
+msgstr ""
+
+msgid "Required in this project."
+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 approval from %{names}."
+msgid_plural "Requires %{count} more approvals from %{names}."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires approval."
+msgid_plural "Requires %d more approvals."
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Requires values to meet regular expression requirements."
+msgstr ""
+
+msgid "Resend Request"
+msgstr ""
+
+msgid "Resend confirmation email"
+msgstr ""
+
+msgid "Resend invite"
+msgstr ""
+
+msgid "Resend it"
+msgstr ""
+
+msgid "Reset authorization key"
+msgstr ""
+
+msgid "Reset authorization key?"
+msgstr ""
+
+msgid "Reset health check access token"
+msgstr ""
+
+msgid "Reset key"
+msgstr ""
+
+msgid "Reset runners registration token"
+msgstr ""
+
+msgid "Reset template"
+msgstr ""
+
+msgid "Reset to project defaults"
+msgstr ""
+
+msgid "Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
+msgstr ""
+
+msgid "Resetting the authorization key will invalidate the previous key. Existing alert configurations will need to be updated with the new key."
+msgstr ""
+
+msgid "Resolve"
+msgstr ""
+
+msgid "Resolve all threads in new issue"
+msgstr ""
+
+msgid "Resolve conflicts"
+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 "Resolved by %{resolvedByName}"
+msgstr ""
+
+msgid "Resolves IP addresses once and uses them to submit requests"
+msgstr ""
+
+msgid "Response"
+msgstr ""
+
+msgid "Response Headers"
+msgstr ""
+
+msgid "Response Status"
+msgstr ""
+
+msgid "Response didn't include `service_desk_address`"
+msgstr ""
+
+msgid "Response metrics (AWS ELB)"
+msgstr ""
+
+msgid "Response metrics (Custom)"
+msgstr ""
+
+msgid "Response metrics (HA Proxy)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress VTS)"
+msgstr ""
+
+msgid "Response metrics (NGINX Ingress)"
+msgstr ""
+
+msgid "Response metrics (NGINX)"
+msgstr ""
+
+msgid "Restart Terminal"
+msgstr ""
+
+msgid "Restore"
+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 membership by email domain"
+msgstr ""
+
+msgid "Restricts sign-ups for email addresses that match the given regex. See the %{supported_syntax_link_start}supported syntax%{supported_syntax_link_end} for more information."
+msgstr ""
+
+msgid "Resume"
+msgstr ""
+
+msgid "Resync"
+msgstr ""
+
+msgid "Resync all"
+msgstr ""
+
+msgid "Resync all %{replicableType}"
+msgstr ""
+
+msgid "Retry"
+msgstr ""
+
+msgid "Retry this job"
+msgstr ""
+
+msgid "Retry this job in order to create the necessary resources."
+msgstr ""
+
+msgid "Retry update"
+msgstr ""
+
+msgid "Retry verification"
+msgstr ""
+
+msgid "Reveal value"
+msgid_plural "Reveal values"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Reveal values"
+msgstr ""
+
+msgid "Revert this commit"
+msgstr ""
+
+msgid "Revert this merge request"
+msgstr ""
+
+msgid "Review"
+msgstr ""
+
+msgid "Review App|View app"
+msgstr ""
+
+msgid "Review App|View latest app"
+msgstr ""
+
+msgid "Review the process for configuring service providers in your identity provider — in this case, GitLab is the \"service provider\" or \"relying party\"."
+msgstr ""
+
+msgid "Review time"
+msgstr ""
+
+msgid "Review time is defined as the time it takes from first comment until merged."
+msgstr ""
+
+msgid "ReviewApp|Enable Review App"
+msgstr ""
+
+msgid "Reviewing"
+msgstr ""
+
+msgid "Reviewing (merge request !%{mergeRequestId})"
+msgstr ""
+
+msgid "Revoke"
+msgstr ""
+
+msgid "Revoked"
+msgstr ""
+
+msgid "Revoked impersonation token %{token_name}!"
+msgstr ""
+
+msgid "Revoked personal access token %{personal_access_token_name}!"
+msgstr ""
+
+msgid "Revoked project access token %{project_access_token_name}!"
+msgstr ""
+
+msgid "RightSidebar|adding a"
+msgstr ""
+
+msgid "RightSidebar|deleting the"
+msgstr ""
+
+msgid "Roadmap"
+msgstr ""
+
+msgid "Role"
+msgstr ""
+
+msgid "Rollback"
+msgstr ""
+
+msgid "Rook"
+msgstr ""
+
+msgid "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 CI/CD pipelines for external repositories"
+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 cannot be assigned to other projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects"
+msgstr ""
+
+msgid "Runner runs jobs from all unassigned projects in its group"
+msgstr ""
+
+msgid "Runner runs jobs from assigned projects"
+msgstr ""
+
+msgid "Runner token"
+msgstr ""
+
+msgid "Runner 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 "Runner will not receive any new jobs"
+msgstr ""
+
+msgid "Runners"
+msgstr ""
+
+msgid "Runners API"
+msgstr ""
+
+msgid "Runners activated for this project"
+msgstr ""
+
+msgid "Runners are processes that pick up and execute jobs for GitLab. Here you can register and see your Runners for this project."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, and even on your local machine."
+msgstr ""
+
+msgid "Runners can be placed on separate users, servers, even on your local machine."
+msgstr ""
+
+msgid "Runners currently online: %{active_runners_count}"
+msgstr ""
+
+msgid "Runners page."
+msgstr ""
+
+msgid "Runners|You have used %{quotaUsed} out of %{quotaLimit} of your shared Runners pipeline minutes."
+msgstr ""
+
+msgid "Running"
+msgstr ""
+
+msgid "Running…"
+msgstr ""
+
+msgid "Runs a number of housekeeping tasks within the current repository, such as compressing file revisions and removing unreachable objects."
+msgstr ""
+
+msgid "SAML SSO"
+msgstr ""
+
+msgid "SAML SSO for %{group_name}"
+msgstr ""
+
+msgid "SAML 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 keys allow you to establish a secure connection between your computer and GitLab."
+msgstr ""
+
+msgid "SSH public key"
+msgstr ""
+
+msgid "SSL Verification:"
+msgstr ""
+
+msgid "Saturday"
+msgstr ""
+
+msgid "Save"
+msgstr ""
+
+msgid "Save Changes"
+msgstr ""
+
+msgid "Save Push Rules"
+msgstr ""
+
+msgid "Save anyway"
+msgstr ""
+
+msgid "Save application"
+msgstr ""
+
+msgid "Save changes"
+msgstr ""
+
+msgid "Save changes before testing"
+msgstr ""
+
+msgid "Save comment"
+msgstr ""
+
+msgid "Save password"
+msgstr ""
+
+msgid "Save pipeline schedule"
+msgstr ""
+
+msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need."
+msgstr ""
+
+msgid "Save template"
+msgstr ""
+
+msgid "Save variables"
+msgstr ""
+
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
+msgid "Saving"
+msgstr ""
+
+msgid "Saving project."
+msgstr ""
+
+msgid "Schedule a new pipeline"
+msgstr ""
+
+msgid "Scheduled"
+msgstr ""
+
+msgid "Scheduled Deletion At - %{permanent_deletion_time}"
+msgstr ""
+
+msgid "Scheduled to merge this merge request (%{strategy})."
+msgstr ""
+
+msgid "Scheduled to merge this merge request when the pipeline succeeds."
+msgstr ""
+
+msgid "Schedules"
+msgstr ""
+
+msgid "Schedules to merge this merge request (%{strategy})."
+msgstr ""
+
+msgid "Scheduling"
+msgstr ""
+
+msgid "Scheduling Pipelines"
+msgstr ""
+
+msgid "Scope"
+msgstr ""
+
+msgid "Scope not supported with disabled 'users_search' feature!"
+msgstr ""
+
+msgid "Scoped issue boards"
+msgstr ""
+
+msgid "Scopes"
+msgstr ""
+
+msgid "Scopes can't be blank"
+msgstr ""
+
+msgid "Score"
+msgstr ""
+
+msgid "Scroll down"
+msgstr ""
+
+msgid "Scroll down to %{strong_open}Google Code Project Hosting%{strong_close} and enable the switch on the right."
+msgstr ""
+
+msgid "Scroll left"
+msgstr ""
+
+msgid "Scroll right"
+msgstr ""
+
+msgid "Scroll to bottom"
+msgstr ""
+
+msgid "Scroll to top"
+msgstr ""
+
+msgid "Scroll up"
+msgstr ""
+
+msgid "Search"
+msgstr ""
+
+msgid "Search Jira issues"
+msgstr ""
+
+msgid "Search Milestones"
+msgstr ""
+
+msgid "Search an environment spec"
+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 merge requests"
+msgstr ""
+
+msgid "Search milestones"
+msgstr ""
+
+msgid "Search or filter results..."
+msgstr ""
+
+msgid "Search or filter results…"
+msgstr ""
+
+msgid "Search or jump to…"
+msgstr ""
+
+msgid "Search project"
+msgstr ""
+
+msgid "Search projects"
+msgstr ""
+
+msgid "Search projects..."
+msgstr ""
+
+msgid "Search requirements"
+msgstr ""
+
+msgid "Search results…"
+msgstr ""
+
+msgid "Search users"
+msgstr ""
+
+msgid "Search users or groups"
+msgstr ""
+
+msgid "Search your project dependencies for their licenses and apply policies."
+msgstr ""
+
+msgid "Search your projects"
+msgstr ""
+
+msgid "SearchAutocomplete|All GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Issues assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests I've created"
+msgstr ""
+
+msgid "SearchAutocomplete|Merge requests assigned to me"
+msgstr ""
+
+msgid "SearchAutocomplete|in all GitLab"
+msgstr ""
+
+msgid "SearchAutocomplete|in group %{groupName}"
+msgstr ""
+
+msgid "SearchAutocomplete|in project %{projectName}"
+msgstr ""
+
+msgid "SearchCodeResults|in"
+msgstr ""
+
+msgid "SearchCodeResults|of %{link_to_project}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element}"
+msgstr ""
+
+msgid "SearchResults|Showing %{from} - %{to} of %{count} %{scope} for%{term_element} in your personal and project snippets"
+msgstr ""
+
+msgid "SearchResults|We couldn't find any %{scope} matching %{term}"
+msgstr ""
+
+msgid "SearchResults|code result"
+msgid_plural "SearchResults|code results"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|comment"
+msgid_plural "SearchResults|comments"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|commit"
+msgid_plural "SearchResults|commits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|issue"
+msgid_plural "SearchResults|issues"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|merge request"
+msgid_plural "SearchResults|merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|milestone"
+msgid_plural "SearchResults|milestones"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|project"
+msgid_plural "SearchResults|projects"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|snippet"
+msgid_plural "SearchResults|snippets"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "SearchResults|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 "Seat Link"
+msgstr ""
+
+msgid "Seat Link is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "Seats currently in use"
+msgstr ""
+
+msgid "Seats in license"
+msgstr ""
+
+msgid "Secondary"
+msgstr ""
+
+msgid "Seconds"
+msgstr ""
+
+msgid "Secret"
+msgstr ""
+
+msgid "Secret Detection"
+msgstr ""
+
+msgid "Security"
+msgstr ""
+
+msgid "Security & Compliance"
+msgstr ""
+
+msgid "Security Configuration"
+msgstr ""
+
+msgid "Security Dashboard"
+msgstr ""
+
+msgid "Security dashboard"
+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 "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityConfiguration|An error occurred while creating the merge request."
+msgstr ""
+
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
+msgid "SecurityConfiguration|Configure"
+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"
+msgstr ""
+
+msgid "SecurityConfiguration|Enable via Merge Request"
+msgstr ""
+
+msgid "SecurityConfiguration|Enabled"
+msgstr ""
+
+msgid "SecurityConfiguration|Enabled with Auto DevOps"
+msgstr ""
+
+msgid "SecurityConfiguration|Feature documentation for %{featureName}"
+msgstr ""
+
+msgid "SecurityConfiguration|Manage"
+msgstr ""
+
+msgid "SecurityConfiguration|Not enabled"
+msgstr ""
+
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
+msgid "SecurityConfiguration|Security Control"
+msgstr ""
+
+msgid "SecurityConfiguration|See documentation"
+msgstr ""
+
+msgid "SecurityConfiguration|Status"
+msgstr ""
+
+msgid "SecurityConfiguration|Testing & Compliance"
+msgstr ""
+
+msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}"
+msgstr ""
+
+msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
+msgstr ""
+
+msgid "SecurityReports|%{firstProject} and %{secondProject}"
+msgstr ""
+
+msgid "SecurityReports|%{firstProject}, %{secondProject}, and %{rest}"
+msgstr ""
+
+msgid "SecurityReports|Add a project to your dashboard"
+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|Add projects to your group"
+msgstr ""
+
+msgid "SecurityReports|Comment added to '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Comment deleted on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Comment edited on '%{vulnerabilityName}'"
+msgstr ""
+
+msgid "SecurityReports|Create issue"
+msgstr ""
+
+msgid "SecurityReports|Dismiss Selected"
+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 Report"
+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|False positive"
+msgstr ""
+
+msgid "SecurityReports|Fuzzing artifacts"
+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|Load more vulnerabilities"
+msgstr ""
+
+msgid "SecurityReports|Monitor vulnerabilities in your code"
+msgstr ""
+
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
+msgid "SecurityReports|More info"
+msgstr ""
+
+msgid "SecurityReports|More information"
+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|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|Scanner"
+msgstr ""
+
+msgid "SecurityReports|Security Dashboard"
+msgstr ""
+
+msgid "SecurityReports|Security reports can only be accessed by authorized users."
+msgstr ""
+
+msgid "SecurityReports|Select a project to add by using the project search field above."
+msgstr ""
+
+msgid "SecurityReports|Select a reason"
+msgstr ""
+
+msgid "SecurityReports|Severity"
+msgstr ""
+
+msgid "SecurityReports|Sorry, your filter produced no results"
+msgstr ""
+
+msgid "SecurityReports|Status"
+msgstr ""
+
+msgid "SecurityReports|The rating \"unknown\" indicates that the underlying scanner doesn’t contain or provide a severity rating."
+msgstr ""
+
+msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Add projects to your group to view their vulnerabilities here."
+msgstr ""
+
+msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
+msgstr ""
+
+msgid "SecurityReports|The security dashboard displays the latest security report. Use it to find and fix vulnerabilities."
+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|To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
+msgstr ""
+
+msgid "SecurityReports|Unable to add %{invalidProjects}"
+msgstr ""
+
+msgid "SecurityReports|Undo dismiss"
+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|While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
+msgstr ""
+
+msgid "SecurityReports|Won't fix / Accept risk"
+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|[No reason]"
+msgstr ""
+
+msgid "See GitLab's %{password_policy_guidelines}"
+msgstr ""
+
+msgid "See metrics"
+msgstr ""
+
+msgid "See the affected projects in the GitLab admin panel"
+msgstr ""
+
+msgid "See what's new at GitLab"
+msgstr ""
+
+msgid "Select"
+msgstr ""
+
+msgid "Select Archive Format"
+msgstr ""
+
+msgid "Select Git revision"
+msgstr ""
+
+msgid "Select GitLab project to link with your Slack team"
+msgstr ""
+
+msgid "Select Page"
+msgstr ""
+
+msgid "Select Stack"
+msgstr ""
+
+msgid "Select a file from the left sidebar to begin editing. Afterwards, you'll be able to commit your changes."
+msgstr ""
+
+msgid "Select a group to invite"
+msgstr ""
+
+msgid "Select a label"
+msgstr ""
+
+msgid "Select a namespace to fork the project"
+msgstr ""
+
+msgid "Select a new namespace"
+msgstr ""
+
+msgid "Select a project"
+msgstr ""
+
+msgid "Select a project to read Insights configuration file"
+msgstr ""
+
+msgid "Select a reason"
+msgstr ""
+
+msgid "Select a repository"
+msgstr ""
+
+msgid "Select a template repository"
+msgstr ""
+
+msgid "Select a template type"
+msgstr ""
+
+msgid "Select a timezone"
+msgstr ""
+
+msgid "Select all"
+msgstr ""
+
+msgid "Select an existing Kubernetes cluster or create a new one"
+msgstr ""
+
+msgid "Select assignee"
+msgstr ""
+
+msgid "Select branch"
+msgstr ""
+
+msgid "Select branch/tag"
+msgstr ""
+
+msgid "Select due date"
+msgstr ""
+
+msgid "Select epic"
+msgstr ""
+
+msgid "Select file"
+msgstr ""
+
+msgid "Select group or project"
+msgstr ""
+
+msgid "Select groups to replicate"
+msgstr ""
+
+msgid "Select health status"
+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 projects"
+msgstr ""
+
+msgid "Select projects you want to import."
+msgstr ""
+
+msgid "Select required regulatory standard"
+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 subscription"
+msgstr ""
+
+msgid "Select target branch"
+msgstr ""
+
+msgid "Select the branch you want to set as the default for this project. All merge requests and commits will automatically be made against this branch unless you specify a different one."
+msgstr ""
+
+msgid "Select the custom project template source group."
+msgstr ""
+
+msgid "Select timeframe"
+msgstr ""
+
+msgid "Select timezone"
+msgstr ""
+
+msgid "Select type"
+msgstr ""
+
+msgid "Select user"
+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 "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 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|Disable self monitoring?"
+msgstr ""
+
+msgid "SelfMonitoring|Disabling this feature will delete the self monitoring project. Are you sure you want to delete the project?"
+msgstr ""
+
+msgid "SelfMonitoring|Enable or disable instance self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a %{projectLinkStart}project%{projectLinkEnd} that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Enabling this feature creates a project that can be used to monitor the health of your instance."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring"
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully created."
+msgstr ""
+
+msgid "SelfMonitoring|Self monitoring project has been successfully deleted."
+msgstr ""
+
+msgid "Send a separate email notification to Developers."
+msgstr ""
+
+msgid "Send confirmation email"
+msgstr ""
+
+msgid "Send email"
+msgstr ""
+
+msgid "Send email notification"
+msgstr ""
+
+msgid "Send message"
+msgstr ""
+
+msgid "Send report"
+msgstr ""
+
+msgid "Send usage data"
+msgstr ""
+
+msgid "Sentry API URL"
+msgstr ""
+
+msgid "Sentry event"
+msgstr ""
+
+msgid "Sep"
+msgstr ""
+
+msgid "Separate topics with commas."
+msgstr ""
+
+msgid "September"
+msgstr ""
+
+msgid "SeriesFinalConjunction|and"
+msgstr ""
+
+msgid "Serve repository static objects (e.g. archives, blobs, ...) from an external storage (e.g. a CDN)."
+msgstr ""
+
+msgid "Server supports batch API only, please update your Git LFS client to version 1.0.1 and up."
+msgstr ""
+
+msgid "Server version"
+msgstr ""
+
+msgid "Serverless"
+msgstr ""
+
+msgid "Serverless domain"
+msgstr ""
+
+msgid "ServerlessDetails|Function invocation metrics require Prometheus to be installed first."
+msgstr ""
+
+msgid "ServerlessDetails|Install Prometheus"
+msgstr ""
+
+msgid "ServerlessDetails|Invocation metrics loading or not available at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Invocations"
+msgstr ""
+
+msgid "ServerlessDetails|Kubernetes Pods"
+msgstr ""
+
+msgid "ServerlessDetails|More information"
+msgstr ""
+
+msgid "ServerlessDetails|No pods loaded at this time."
+msgstr ""
+
+msgid "ServerlessDetails|Number of Kubernetes pods in use over time based on necessity."
+msgstr ""
+
+msgid "ServerlessDetails|pod in use"
+msgstr ""
+
+msgid "ServerlessDetails|pods in use"
+msgstr ""
+
+msgid "ServerlessURL|Copy URL"
+msgstr ""
+
+msgid "Serverless|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|Install Knative"
+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 Desk"
+msgstr ""
+
+msgid "Service Desk is enabled but not yet active"
+msgstr ""
+
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
+msgid "Service Templates"
+msgstr ""
+
+msgid "Service URL"
+msgstr ""
+
+msgid "Session duration (minutes)"
+msgstr ""
+
+msgid "Set %{epic_ref} as the parent epic."
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
+msgstr ""
+
+msgid "Set a number of approvals required, the approvers and other approval settings."
+msgstr ""
+
+msgid "Set a password on your account to pull or push via %{protocol}."
+msgstr ""
+
+msgid "Set a template repository for projects in this group"
+msgstr ""
+
+msgid "Set an instance-wide domain that will be available to all clusters when installing Knative."
+msgstr ""
+
+msgid "Set default and restrict visibility levels. Configure import sources and git access protocol."
+msgstr ""
+
+msgid "Set due date"
+msgstr ""
+
+msgid "Set instance-wide template repository"
+msgstr ""
+
+msgid "Set iteration"
+msgstr ""
+
+msgid "Set max session time for web terminal."
+msgstr ""
+
+msgid "Set milestone"
+msgstr ""
+
+msgid "Set new password"
+msgstr ""
+
+msgid "Set notification email for abuse reports."
+msgstr ""
+
+msgid "Set parent epic to an epic"
+msgstr ""
+
+msgid "Set projects and maximum size limits, session duration, user options, and check feature availability for namespace plan."
+msgstr ""
+
+msgid "Set requirements for a user to sign-in. Enable mandatory two-factor authentication."
+msgstr ""
+
+msgid "Set target branch"
+msgstr ""
+
+msgid "Set target branch to %{branch_name}."
+msgstr ""
+
+msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: %{code_open}4 mins 2 sec%{code_close}, %{code_open}2h42min%{code_close}."
+msgstr ""
+
+msgid "Set the default name of the initial branch when creating new repositories through the user interface."
+msgstr ""
+
+msgid "Set the due date to %{due_date}."
+msgstr ""
+
+msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: %{code_open}15 days%{code_close}, %{code_open}1 month%{code_close}, %{code_open}2 years%{code_close}."
+msgstr ""
+
+msgid "Set the iteration to %{iteration_reference}."
+msgstr ""
+
+msgid "Set the maximum file size for each job's artifacts"
+msgstr ""
+
+msgid "Set the maximum number of pipeline minutes that a group can use on shared Runners per month. 0 for unlimited."
+msgstr ""
+
+msgid "Set the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Set the number of concurrent requests this secondary node will make to the primary node while backfilling."
+msgstr ""
+
+msgid "Set the synchronization and verification capacity for the secondary node."
+msgstr ""
+
+msgid "Set the timeout in seconds to send a secondary node status to the primary and IPs allowed for the secondary nodes."
+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 automatically"
+msgstr ""
+
+msgid "Set up a %{type} Runner manually"
+msgstr ""
+
+msgid "Set up assertions/attributes/claims (email, first_name, last_name) and NameID according to %{docsLinkStart}the documentation %{icon}%{docsLinkEnd}"
+msgstr ""
+
+msgid "Set up new U2F device"
+msgstr ""
+
+msgid "Set up new password"
+msgstr ""
+
+msgid "Set up pipeline subscriptions for this project."
+msgstr ""
+
+msgid "Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically."
+msgstr ""
+
+msgid "Set weight"
+msgstr ""
+
+msgid "Set weight to %{weight}."
+msgstr ""
+
+msgid "Set what should be replicated by choosing specific projects or groups by the secondary node."
+msgstr ""
+
+msgid "SetPasswordToCloneLink|set a password"
+msgstr ""
+
+msgid "SetStatusModal|Add status emoji"
+msgstr ""
+
+msgid "SetStatusModal|Clear status"
+msgstr ""
+
+msgid "SetStatusModal|Edit status"
+msgstr ""
+
+msgid "SetStatusModal|Remove status"
+msgstr ""
+
+msgid "SetStatusModal|Set a status"
+msgstr ""
+
+msgid "SetStatusModal|Set status"
+msgstr ""
+
+msgid "SetStatusModal|Sorry, we weren't able to set your status. Please try again later."
+msgstr ""
+
+msgid "SetStatusModal|What's your status?"
+msgstr ""
+
+msgid "Sets %{epic_ref} as parent epic."
+msgstr ""
+
+msgid "Sets target branch to %{branch_name}."
+msgstr ""
+
+msgid "Sets the due date to %{due_date}."
+msgstr ""
+
+msgid "Sets the iteration to %{iteration_reference}."
+msgstr ""
+
+msgid "Sets the milestone to %{milestone_reference}."
+msgstr ""
+
+msgid "Sets time estimate to %{time_estimate}."
+msgstr ""
+
+msgid "Sets weight to %{weight}."
+msgstr ""
+
+msgid "Settings"
+msgstr ""
+
+msgid "Settings related to the use and experience of using GitLab's Package Registry."
+msgstr ""
+
+msgid "Settings to prevent self-approval across all projects in the instance. Only an administrator can modify these settings."
+msgstr ""
+
+msgid "Setup"
+msgstr ""
+
+msgid "Severity"
+msgstr ""
+
+msgid "Shards (%{shards})"
+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 help link"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|By resetting the pipeline minutes for this namespace, the currently used minutes will be set to zero."
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset pipeline minutes"
+msgstr ""
+
+msgid "SharedRunnersMinutesSettings|Reset used pipeline minutes"
+msgstr ""
+
+msgid "Sherlock Transactions"
+msgstr ""
+
+msgid "Should you ever lose your phone or access to your one time password secret, each of these recovery codes can be used one time each to regain access to your account. Please save them in a safe place, or you %{b_start}will%{b_end} lose access to your account."
+msgstr ""
+
+msgid "Show all activity"
+msgstr ""
+
+msgid "Show all members"
+msgstr ""
+
+msgid "Show all requirements."
+msgstr ""
+
+msgid "Show archived projects"
+msgstr ""
+
+msgid "Show archived projects only"
+msgstr ""
+
+msgid "Show command"
+msgstr ""
+
+msgid "Show comments"
+msgstr ""
+
+msgid "Show comments only"
+msgstr ""
+
+msgid "Show commit description"
+msgstr ""
+
+msgid "Show complete raw log"
+msgstr ""
+
+msgid "Show details"
+msgstr ""
+
+msgid "Show file browser"
+msgstr ""
+
+msgid "Show file contents"
+msgstr ""
+
+msgid "Show latest version"
+msgstr ""
+
+msgid "Show list"
+msgstr ""
+
+msgid "Show me everything"
+msgstr ""
+
+msgid "Show me how to add a pipeline"
+msgstr ""
+
+msgid "Show me more advanced stuff"
+msgstr ""
+
+msgid "Show only direct members"
+msgstr ""
+
+msgid "Show only inherited members"
+msgstr ""
+
+msgid "Show parent pages"
+msgstr ""
+
+msgid "Show parent subgroups"
+msgstr ""
+
+msgid "Show whitespace changes"
+msgstr ""
+
+msgid "Showing %d event"
+msgid_plural "Showing %d events"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Showing %{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} issues"
+msgstr ""
+
+msgid "Showing all issues"
+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|Assign health status"
+msgstr ""
+
+msgid "Sidebar|Change weight"
+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 "Sign in"
+msgstr ""
+
+msgid "Sign in / Register"
+msgstr ""
+
+msgid "Sign in to \"%{group_name}\""
+msgstr ""
+
+msgid "Sign in using smart card"
+msgstr ""
+
+msgid "Sign in via 2FA code"
+msgstr ""
+
+msgid "Sign in with Single Sign-On"
+msgstr ""
+
+msgid "Sign in with smart card"
+msgstr ""
+
+msgid "Sign out"
+msgstr ""
+
+msgid "Sign out & Register"
+msgstr ""
+
+msgid "Sign up"
+msgstr ""
+
+msgid "Sign up was successful! Please confirm your email to sign in."
+msgstr ""
+
+msgid "Sign-in restrictions"
+msgstr ""
+
+msgid "Sign-up restrictions"
+msgstr ""
+
+msgid "SignUp|First Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Last Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Name is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "SignUp|Username is too short (minimum is %{min_length} characters)."
+msgstr ""
+
+msgid "Signed in"
+msgstr ""
+
+msgid "Signed in with %{authentication} authentication"
+msgstr ""
+
+msgid "Signing in using %{label} has been disabled"
+msgstr ""
+
+msgid "Signing in using your %{label} account without a pre-existing GitLab account is not allowed."
+msgstr ""
+
+msgid "Similar issues"
+msgstr ""
+
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
+msgid "Single or combined queries"
+msgstr ""
+
+msgid "Size"
+msgstr ""
+
+msgid "Size and domain settings for static websites"
+msgstr ""
+
+msgid "Size limit per repository (MB)"
+msgstr ""
+
+msgid "Size settings for static websites"
+msgstr ""
+
+msgid "Skip outdated deployment jobs"
+msgstr ""
+
+msgid "Skipped"
+msgstr ""
+
+msgid "Slack application"
+msgstr ""
+
+msgid "Slack channels (e.g. general, development)"
+msgstr ""
+
+msgid "Slack integration allows you to interact with GitLab via slash commands in a chat window."
+msgstr ""
+
+msgid "SlackIntegration|%{strong_open}Note:%{strong_close} Usernames and private channels are not supported."
+msgstr ""
+
+msgid "SlackIntegration|%{webhooks_link_start}Add an incoming webhook%{webhooks_link_end} in your Slack team. The default channel can be overridden for each event."
+msgstr ""
+
+msgid "SlackIntegration|Paste the %{strong_open}Webhook URL%{strong_close} into the field below."
+msgstr ""
+
+msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
+msgstr ""
+
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
+msgstr ""
+
+msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
+msgstr ""
+
+msgid "SlackService|3. Select the %{strong_open}Active%{strong_close} checkbox, press %{strong_open}Save changes%{strong_close} and start using GitLab inside Slack!"
+msgstr ""
+
+msgid "SlackService|Fill in the word that works best for your team."
+msgstr ""
+
+msgid "SlackService|See list of available commands in Slack after setting up this service, by entering"
+msgstr ""
+
+msgid "SlackService|This service allows users to perform common operations on this project by entering slash commands in Slack."
+msgstr ""
+
+msgid "Slower but makes sure the project workspace is pristine as it clones the repository from scratch for every job"
+msgstr ""
+
+msgid "Smartcard"
+msgstr ""
+
+msgid "Smartcard authentication failed: client certificate header is missing."
+msgstr ""
+
+msgid "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|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
+msgid "Snippets|Description (optional)"
+msgstr ""
+
+msgid "Snippets|File"
+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 "Snippets|Optionally add a description about what your snippet does or how to use it…"
+msgstr ""
+
+msgid "Snowplow"
+msgstr ""
+
+msgid "Solution"
+msgstr ""
+
+msgid "Some child epics may be hidden due to applied filters"
+msgstr ""
+
+msgid "Some common domains are not allowed. %{read_more_link}."
+msgstr ""
+
+msgid "Some email servers do not support overriding the email sender name. Enable this option to include the name of the author of the issue, merge request or comment in the email body instead."
+msgstr ""
+
+msgid "Some of the designs you tried uploading did not change:"
+msgstr ""
+
+msgid "Some of your epics may not be visible. A roadmap is limited to the first 1,000 epics, in your selected sort order."
+msgstr ""
+
+msgid "Someone edited the issue at the same time you did. Please check out %{linkStart}the issue%{linkEnd} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "Someone edited this %{issueType} at the same time you did. The description has been updated and you will need to make your changes again."
+msgstr ""
+
+msgid "Someone edited this merge request at the same time you did. Please refresh the page to see changes."
+msgstr ""
+
+msgid "Something went wrong on our end"
+msgstr ""
+
+msgid "Something went wrong on our end."
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again!"
+msgstr ""
+
+msgid "Something went wrong on our end. Please try again."
+msgstr ""
+
+msgid "Something went wrong trying to change the confidentiality of this issue"
+msgstr ""
+
+msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
+msgstr ""
+
+msgid "Something went wrong when 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 %{issuable}. 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 package."
+msgstr ""
+
+msgid "Something went wrong while deleting the source branch. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deleting your note. Please try again."
+msgstr ""
+
+msgid "Something went wrong while deploying this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while editing your comment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching %{listType} list"
+msgstr ""
+
+msgid "Something went wrong while fetching comments. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching description changes. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching group member contributions"
+msgstr ""
+
+msgid "Something went wrong while fetching latest comments."
+msgstr ""
+
+msgid "Something went wrong while fetching projects"
+msgstr ""
+
+msgid "Something went wrong while fetching 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 the environments for this merge request. Please try again."
+msgstr ""
+
+msgid "Something went wrong while fetching the package."
+msgstr ""
+
+msgid "Something went wrong while fetching the packages list."
+msgstr ""
+
+msgid "Something went wrong while 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 moving issues."
+msgstr ""
+
+msgid "Something went wrong while obtaining the Let's Encrypt certificate."
+msgstr ""
+
+msgid "Something went wrong while performing the action."
+msgstr ""
+
+msgid "Something went wrong while reopening a requirement."
+msgstr ""
+
+msgid "Something went wrong while reopening the %{issuable}. Please try again later"
+msgstr ""
+
+msgid "Something went wrong while resolving this discussion. Please try again."
+msgstr ""
+
+msgid "Something went wrong while stopping this environment. Please try again."
+msgstr ""
+
+msgid "Something went wrong while toggling auto-fix settings, please try again later."
+msgstr ""
+
+msgid "Something went wrong while updating a requirement."
+msgstr ""
+
+msgid "Something went wrong while updating assignees"
+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."
+msgstr ""
+
+msgid "Something went wrong. Please try again."
+msgstr ""
+
+msgid "Something went wrong. Try again later."
+msgstr ""
+
+msgid "Sorry, no epics matched your search"
+msgstr ""
+
+msgid "Sorry, no projects matched your search"
+msgstr ""
+
+msgid "Sorry, 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|Access level, ascending"
+msgstr ""
+
+msgid "SortOptions|Access level, descending"
+msgstr ""
+
+msgid "SortOptions|Created date"
+msgstr ""
+
+msgid "SortOptions|Due date"
+msgstr ""
+
+msgid "SortOptions|Due later"
+msgstr ""
+
+msgid "SortOptions|Due soon"
+msgstr ""
+
+msgid "SortOptions|Expired date"
+msgstr ""
+
+msgid "SortOptions|Label priority"
+msgstr ""
+
+msgid "SortOptions|Largest group"
+msgstr ""
+
+msgid "SortOptions|Largest repository"
+msgstr ""
+
+msgid "SortOptions|Last Contact"
+msgstr ""
+
+msgid "SortOptions|Last created"
+msgstr ""
+
+msgid "SortOptions|Last joined"
+msgstr ""
+
+msgid "SortOptions|Last updated"
+msgstr ""
+
+msgid "SortOptions|Least popular"
+msgstr ""
+
+msgid "SortOptions|Less weight"
+msgstr ""
+
+msgid "SortOptions|Manual"
+msgstr ""
+
+msgid "SortOptions|Milestone due date"
+msgstr ""
+
+msgid "SortOptions|Milestone due later"
+msgstr ""
+
+msgid "SortOptions|Milestone due soon"
+msgstr ""
+
+msgid "SortOptions|More weight"
+msgstr ""
+
+msgid "SortOptions|Most popular"
+msgstr ""
+
+msgid "SortOptions|Most stars"
+msgstr ""
+
+msgid "SortOptions|Name"
+msgstr ""
+
+msgid "SortOptions|Name, ascending"
+msgstr ""
+
+msgid "SortOptions|Name, descending"
+msgstr ""
+
+msgid "SortOptions|Oldest created"
+msgstr ""
+
+msgid "SortOptions|Oldest joined"
+msgstr ""
+
+msgid "SortOptions|Oldest last activity"
+msgstr ""
+
+msgid "SortOptions|Oldest sign in"
+msgstr ""
+
+msgid "SortOptions|Oldest starred"
+msgstr ""
+
+msgid "SortOptions|Oldest updated"
+msgstr ""
+
+msgid "SortOptions|Popularity"
+msgstr ""
+
+msgid "SortOptions|Priority"
+msgstr ""
+
+msgid "SortOptions|Project"
+msgstr ""
+
+msgid "SortOptions|Recent last activity"
+msgstr ""
+
+msgid "SortOptions|Recent sign in"
+msgstr ""
+
+msgid "SortOptions|Recently starred"
+msgstr ""
+
+msgid "SortOptions|Size"
+msgstr ""
+
+msgid "SortOptions|Sort 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|Type"
+msgstr ""
+
+msgid "SortOptions|Version"
+msgstr ""
+
+msgid "SortOptions|Weight"
+msgstr ""
+
+msgid "Source"
+msgstr ""
+
+msgid "Source (branch or tag)"
+msgstr ""
+
+msgid "Source code"
+msgstr ""
+
+msgid "Source code (%{fileExtension})"
+msgstr ""
+
+msgid "Source is not available"
+msgstr ""
+
+msgid "Source project cannot be found."
+msgstr ""
+
+msgid "Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Block on private and internal projects"
+msgstr ""
+
+msgid "SourcegraphAdmin|Configure the URL to a Sourcegraph instance which can read your GitLab projects."
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable Sourcegraph"
+msgstr ""
+
+msgid "SourcegraphAdmin|Enable code intelligence powered by %{link_start}Sourcegraph%{link_end} on your GitLab instance's code views and merge requests."
+msgstr ""
+
+msgid "SourcegraphAdmin|If checked, only public projects will have code intelligence and communicate with Sourcegraph."
+msgstr ""
+
+msgid "SourcegraphAdmin|More information"
+msgstr ""
+
+msgid "SourcegraphAdmin|Save changes"
+msgstr ""
+
+msgid "SourcegraphAdmin|Sourcegraph URL"
+msgstr ""
+
+msgid "SourcegraphAdmin|e.g. https://sourcegraph.example.com"
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and currently limited to certain projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental and limited to public projects."
+msgstr ""
+
+msgid "SourcegraphPreferences|This feature is experimental."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses %{link_start}Sourcegraph.com%{link_end}."
+msgstr ""
+
+msgid "SourcegraphPreferences|Uses a custom %{link_start}Sourcegraph instance%{link_end}."
+msgstr ""
+
+msgid "Spam Logs"
+msgstr ""
+
+msgid "Spam and Anti-bot Protection"
+msgstr ""
+
+msgid "Spam log successfully submitted as ham."
+msgstr ""
+
+msgid "Specific Runners"
+msgstr ""
+
+msgid "Specified URL cannot be used: \"%{reason}\""
+msgstr ""
+
+msgid "Specify an e-mail address regex pattern to identify default internal users."
+msgstr ""
+
+msgid "Specify the following URL during the Runner setup:"
+msgstr ""
+
+msgid "Speed up your DevOps%{br_tag}with GitLab"
+msgstr ""
+
+msgid "Squash commit message"
+msgstr ""
+
+msgid "Squash commits"
+msgstr ""
+
+msgid "Stack trace"
+msgstr ""
+
+msgid "Stacktrace snippet"
+msgstr ""
+
+msgid "Stage"
+msgstr ""
+
+msgid "Stage & Commit"
+msgstr ""
+
+msgid "Stage data updated"
+msgstr ""
+
+msgid "Stage removed"
+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 Web Terminal"
+msgstr ""
+
+msgid "Start a %{new_merge_request} with these changes"
+msgstr ""
+
+msgid "Start a Free Gold Trial"
+msgstr ""
+
+msgid "Start a new discussion..."
+msgstr ""
+
+msgid "Start a new merge request"
+msgstr ""
+
+msgid "Start a review"
+msgstr ""
+
+msgid "Start and due date"
+msgstr ""
+
+msgid "Start by choosing a group to see how your team is spending time. You can then drill down to the project level."
+msgstr ""
+
+msgid "Start by choosing a group to start exploring the merge requests in that group. You can then proceed to filter by projects, labels, milestones and authors."
+msgstr ""
+
+msgid "Start cleanup"
+msgstr ""
+
+msgid "Start date"
+msgstr ""
+
+msgid "Start merge train"
+msgstr ""
+
+msgid "Start merge train when pipeline succeeds"
+msgstr ""
+
+msgid "Start search"
+msgstr ""
+
+msgid "Start the Runner!"
+msgstr ""
+
+msgid "Start thread"
+msgstr ""
+
+msgid "Start thread & close %{noteable_name}"
+msgstr ""
+
+msgid "Start thread & reopen %{noteable_name}"
+msgstr ""
+
+msgid "Start using Directed Acyclic Graphs (DAG)"
+msgstr ""
+
+msgid "Start your Free Gold Trial"
+msgstr ""
+
+msgid "Start your free trial"
+msgstr ""
+
+msgid "Start your trial"
+msgstr ""
+
+msgid "Started"
+msgstr ""
+
+msgid "Started %{startsIn}"
+msgstr ""
+
+msgid "Started asynchronous removal of all repository check states."
+msgstr ""
+
+msgid "Started:"
+msgstr ""
+
+msgid "Starting..."
+msgstr ""
+
+msgid "Starts %{startsIn}"
+msgstr ""
+
+msgid "Starts at (UTC)"
+msgstr ""
+
+msgid "State your message to activate"
+msgstr ""
+
+msgid "State: %{last_reindexing_task_state}"
+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|An error occurred while submitting your changes."
+msgstr ""
+
+msgid "StaticSiteEditor|Branch could not be created."
+msgstr ""
+
+msgid "StaticSiteEditor|Could not commit the content changes."
+msgstr ""
+
+msgid "StaticSiteEditor|Could not create merge request."
+msgstr ""
+
+msgid "StaticSiteEditor|Incompatible file content"
+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|Your merge request has been created"
+msgstr ""
+
+msgid "Statistics"
+msgstr ""
+
+msgid "Status"
+msgstr ""
+
+msgid "Status:"
+msgstr ""
+
+msgid "Status: %{title}"
+msgstr ""
+
+msgid "StatusPage|AWS Secret access key"
+msgstr ""
+
+msgid "StatusPage|AWS access key ID"
+msgstr ""
+
+msgid "StatusPage|AWS documentation"
+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|For help with configuration, visit %{docsLink}"
+msgstr ""
+
+msgid "StatusPage|S3 Bucket name"
+msgstr ""
+
+msgid "StatusPage|Status page"
+msgstr ""
+
+msgid "StatusPage|Status page URL"
+msgstr ""
+
+msgid "StatusPage|Status page frontend documentation"
+msgstr ""
+
+msgid "StatusPage|To publish incidents to an external status page, GitLab will store a JSON file in your Amazon S3 account in a location accessible to your external status page service. 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 "Still, we recommend keeping a backup saved somewhere. Otherwise, if you ever need it and have lost it, you will need to request GitLab Inc. to send it to you again."
+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 "Subgroup milestone"
+msgstr ""
+
+msgid "Subgroup overview"
+msgstr ""
+
+msgid "SubgroupCreationLevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Allowed to create subgroups"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Maintainers"
+msgstr ""
+
+msgid "SubgroupCreationlevel|Owners"
+msgstr ""
+
+msgid "Subgroups"
+msgstr ""
+
+msgid "Subgroups and projects"
+msgstr ""
+
+msgid "Subject Key Identifier:"
+msgstr ""
+
+msgid "Subkeys"
+msgstr ""
+
+msgid "Submit"
+msgstr ""
+
+msgid "Submit %{humanized_resource_name}"
+msgstr ""
+
+msgid "Submit Changes"
+msgstr ""
+
+msgid "Submit a review"
+msgstr ""
+
+msgid "Submit as spam"
+msgstr ""
+
+msgid "Submit feedback"
+msgstr ""
+
+msgid "Submit issue"
+msgstr ""
+
+msgid "Submit review"
+msgstr ""
+
+msgid "Submit search"
+msgstr ""
+
+msgid "Submit the current review."
+msgstr ""
+
+msgid "Submitted the current review."
+msgstr ""
+
+msgid "Subscribe"
+msgstr ""
+
+msgid "Subscribe at group level"
+msgstr ""
+
+msgid "Subscribe at project level"
+msgstr ""
+
+msgid "Subscribe to RSS feed"
+msgstr ""
+
+msgid "Subscribe to calendar"
+msgstr ""
+
+msgid "Subscribed"
+msgstr ""
+
+msgid "Subscribed to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscribes to this %{quick_action_target}."
+msgstr ""
+
+msgid "Subscription"
+msgstr ""
+
+msgid "Subscription deletion failed."
+msgstr ""
+
+msgid "Subscription successfully applied to \"%{group_name}\""
+msgstr ""
+
+msgid "Subscription successfully created."
+msgstr ""
+
+msgid "Subscription successfully deleted."
+msgstr ""
+
+msgid "SubscriptionTable|Billing"
+msgstr ""
+
+msgid "SubscriptionTable|Free"
+msgstr ""
+
+msgid "SubscriptionTable|GitLab allows you to continue using your subscription even if you exceed the number of seats you purchased. You will be required to pay for these seats upon renewal."
+msgstr ""
+
+msgid "SubscriptionTable|Last invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Loading subscriptions"
+msgstr ""
+
+msgid "SubscriptionTable|Manage"
+msgstr ""
+
+msgid "SubscriptionTable|Max seats used"
+msgstr ""
+
+msgid "SubscriptionTable|Next invoice"
+msgstr ""
+
+msgid "SubscriptionTable|Seats currently in use"
+msgstr ""
+
+msgid "SubscriptionTable|Seats in subscription"
+msgstr ""
+
+msgid "SubscriptionTable|Seats owed"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription end date"
+msgstr ""
+
+msgid "SubscriptionTable|Subscription start date"
+msgstr ""
+
+msgid "SubscriptionTable|This is the last time the GitLab.com team was in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the maximum number of users that have existed at the same time since this subscription started."
+msgstr ""
+
+msgid "SubscriptionTable|This is the next date when the GitLab.com team is scheduled to get in contact with you to settle any outstanding balances."
+msgstr ""
+
+msgid "SubscriptionTable|This is the number of seats you will be required to purchase if you update to a paid plan."
+msgstr ""
+
+msgid "SubscriptionTable|Trial"
+msgstr ""
+
+msgid "SubscriptionTable|Trial end date"
+msgstr ""
+
+msgid "SubscriptionTable|Trial start date"
+msgstr ""
+
+msgid "SubscriptionTable|Upgrade"
+msgstr ""
+
+msgid "SubscriptionTable|Usage"
+msgstr ""
+
+msgid "SubscriptionTable|Usage count is performed once a day at 12:00 PM."
+msgstr ""
+
+msgid "Subscriptions"
+msgstr ""
+
+msgid "Subtracted"
+msgstr ""
+
+msgid "Subtracts"
+msgstr ""
+
+msgid "Succeeded"
+msgstr ""
+
+msgid "Successfully activated"
+msgstr ""
+
+msgid "Successfully blocked"
+msgstr ""
+
+msgid "Successfully confirmed"
+msgstr ""
+
+msgid "Successfully deactivated"
+msgstr ""
+
+msgid "Successfully deleted U2F device."
+msgstr ""
+
+msgid "Successfully removed email."
+msgstr ""
+
+msgid "Successfully scheduled a pipeline to run. Go to the %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details."
+msgstr ""
+
+msgid "Successfully unblocked"
+msgstr ""
+
+msgid "Successfully unlocked"
+msgstr ""
+
+msgid "Successfully verified domain ownership"
+msgstr ""
+
+msgid "Suggest code changes which can be immediately applied in one click. Try it out!"
+msgstr ""
+
+msgid "Suggested Solutions"
+msgstr ""
+
+msgid "Suggested change"
+msgstr ""
+
+msgid "Suggested solutions help link"
+msgstr ""
+
+msgid "SuggestedColors|Bright green"
+msgstr ""
+
+msgid "SuggestedColors|Dark grayish cyan"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate orange"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate pink"
+msgstr ""
+
+msgid "SuggestedColors|Dark moderate violet"
+msgstr ""
+
+msgid "SuggestedColors|Feijoa"
+msgstr ""
+
+msgid "SuggestedColors|Lime green"
+msgstr ""
+
+msgid "SuggestedColors|Moderate blue"
+msgstr ""
+
+msgid "SuggestedColors|Pure red"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Slightly desaturated green"
+msgstr ""
+
+msgid "SuggestedColors|Soft orange"
+msgstr ""
+
+msgid "SuggestedColors|Soft red"
+msgstr ""
+
+msgid "SuggestedColors|Strong pink"
+msgstr ""
+
+msgid "SuggestedColors|Strong red"
+msgstr ""
+
+msgid "SuggestedColors|Strong yellow"
+msgstr ""
+
+msgid "SuggestedColors|UA blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark desaturated blue"
+msgstr ""
+
+msgid "SuggestedColors|Very dark lime green"
+msgstr ""
+
+msgid "SuggestedColors|Very pale orange"
+msgstr ""
+
+msgid "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 "Sunday"
+msgstr ""
+
+msgid "Support"
+msgstr ""
+
+msgid "Support for custom certificates is disabled. Ask your system's administrator to enable it."
+msgstr ""
+
+msgid "Support page URL"
+msgstr ""
+
+msgid "Survey Response"
+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 information"
+msgstr ""
+
+msgid "Synced"
+msgstr ""
+
+msgid "Synchronization disabled"
+msgstr ""
+
+msgid "System"
+msgstr ""
+
+msgid "System Hooks"
+msgstr ""
+
+msgid "System Hooks Help"
+msgstr ""
+
+msgid "System Info"
+msgstr ""
+
+msgid "System default (%{default})"
+msgstr ""
+
+msgid "System header and footer"
+msgstr ""
+
+msgid "System hook was successfully updated."
+msgstr ""
+
+msgid "System metrics (Custom)"
+msgstr ""
+
+msgid "System metrics (Kubernetes)"
+msgstr ""
+
+msgid "Table of Contents"
+msgstr ""
+
+msgid "Tag"
+msgstr ""
+
+msgid "Tag list:"
+msgstr ""
+
+msgid "Tag name"
+msgstr ""
+
+msgid "Tag name is required"
+msgstr ""
+
+msgid "Tag this commit."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name} with \"%{message}\"."
+msgstr ""
+
+msgid "Tagged this commit to %{tag_name}."
+msgstr ""
+
+msgid "Tags"
+msgstr ""
+
+msgid "Tags 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|Sort by"
+msgstr ""
+
+msgid "TagsPage|Tags"
+msgstr ""
+
+msgid "TagsPage|Tags give the ability to mark specific points in history as being important"
+msgstr ""
+
+msgid "TagsPage|This tag has no release notes."
+msgstr ""
+
+msgid "TagsPage|Use git tag command to add a new one:"
+msgstr ""
+
+msgid "TagsPage|Write your release notes or drag files here…"
+msgstr ""
+
+msgid "TagsPage|protected"
+msgstr ""
+
+msgid "Target Branch"
+msgstr ""
+
+msgid "Target Path"
+msgstr ""
+
+msgid "Target branch"
+msgstr ""
+
+msgid "Target-Branch"
+msgstr ""
+
+msgid "Task ID: %{elastic_task}"
+msgstr ""
+
+msgid "Team"
+msgstr ""
+
+msgid "Team domain"
+msgstr ""
+
+msgid "Telephone number"
+msgstr ""
+
+msgid "Telephone number (Optional)"
+msgstr ""
+
+msgid "Template"
+msgstr ""
+
+msgid "Template to append to all Service Desk issues"
+msgstr ""
+
+msgid "Template was successfully saved."
+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 "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|A Terraform report failed to generate."
+msgstr ""
+
+msgid "Terraform|A Terraform report was generated in your pipelines."
+msgstr ""
+
+msgid "Terraform|Generating the report caused an error."
+msgstr ""
+
+msgid "Terraform|Reported Resource Changes: %{addNum} to add, %{changeNum} to change, %{deleteNum} to delete"
+msgstr ""
+
+msgid "Terraform|The Terraform report %{name} failed to generate."
+msgstr ""
+
+msgid "Terraform|The Terraform report %{name} was generated in your pipelines."
+msgstr ""
+
+msgid "Test"
+msgstr ""
+
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
+msgid "Test coverage parsing"
+msgstr ""
+
+msgid "Test coverage: %d hit"
+msgid_plural "Test coverage: %d hits"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Test failed."
+msgstr ""
+
+msgid "Test settings and save changes"
+msgstr ""
+
+msgid "TestHooks|Ensure one of your projects has merge requests."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI jobs."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has CI pipelines."
+msgstr ""
+
+msgid "TestHooks|Ensure the project has 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 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|Jobs"
+msgstr ""
+
+msgid "TestReports|Tests"
+msgstr ""
+
+msgid "TestReports|There are no test cases to display."
+msgstr ""
+
+msgid "TestReports|There are no test suites to show."
+msgstr ""
+
+msgid "TestReports|There are no tests to show."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the summary."
+msgstr ""
+
+msgid "TestReports|There was an error fetching the test suite."
+msgstr ""
+
+msgid "Tests"
+msgstr ""
+
+msgid "Thank you for signing up for your free trial! You will get additional instructions in your inbox shortly."
+msgstr ""
+
+msgid "Thank you for your 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 your purchase!"
+msgstr ""
+
+msgid "Thanks! Don't show me this again"
+msgstr ""
+
+msgid "That's it, well done!%{celebrate}"
+msgstr ""
+
+msgid "The \"%{group_path}\" group allows you to sign in with your Single Sign-On Account"
+msgstr ""
+
+msgid "The \"Require approval from CODEOWNERS\" setting was moved to %{banner_link_start}Protected Branches%{banner_link_end}"
+msgstr ""
+
+msgid "The %{link_start}true-up model%{link_end} allows having more users, and additional users will incur a retroactive charge on renewal."
+msgstr ""
+
+msgid "The %{type} contains the following error:"
+msgid_plural "The %{type} contains the following errors:"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "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 "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
+msgstr ""
+
+msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced."
+msgstr ""
+
+msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
+msgstr ""
+
+msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project. You can register or sign in to create issues for this project."
+msgstr ""
+
+msgid "The Prometheus server responded with \"bad request\". Please check your queries are correct and are supported in your Prometheus version. %{documentationLink}"
+msgstr ""
+
+msgid "The URL defined on the primary node that secondary nodes should use to contact it."
+msgstr ""
+
+msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
+msgstr ""
+
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 above settings apply to all projects with the selected compliance framework(s)."
+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 coding stage shows the time from the first commit to creating the merge request. The data will automatically be added here once you create your first merge request."
+msgstr ""
+
+msgid "The collection of events added to the data gathered for that stage."
+msgstr ""
+
+msgid "The commit does not exist"
+msgstr ""
+
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
+msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The content of this page is not encoded in UTF-8. Edits can only be made via the Git repository."
+msgstr ""
+
+msgid "The 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 data source is connected, but there is no data to display. %{documentationLink}"
+msgstr ""
+
+msgid "The default CI configuration path for new projects."
+msgstr ""
+
+msgid "The dependency list details information about the components used within your project."
+msgstr ""
+
+msgid "The deployment of this job to %{environmentLink} did not succeed."
+msgstr ""
+
+msgid "The designs you tried uploading did not change."
+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 entered user map is not a valid JSON user map."
+msgstr ""
+
+msgid "The errors we encountered were:"
+msgstr ""
+
+msgid "The file has been successfully created."
+msgstr ""
+
+msgid "The file has been successfully deleted."
+msgstr ""
+
+msgid "The file name should have a .yml extension"
+msgstr ""
+
+msgid "The following %{user} can also merge into this branch: %{branch}"
+msgstr ""
+
+msgid "The following %{user} can also push to this branch: %{branch}"
+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 error:"
+msgstr ""
+
+msgid "The global settings require you to enable Two-Factor Authentication for your account."
+msgstr ""
+
+msgid "The group and any internal projects can be viewed by any logged in user."
+msgstr ""
+
+msgid "The group and any public projects can be viewed without any authentication."
+msgstr ""
+
+msgid "The group and its projects can only be viewed by members."
+msgstr ""
+
+msgid "The group can be fully restored"
+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 will be placed in 'pending removal' state"
+msgstr ""
+
+msgid "The import will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
+msgstr ""
+
+msgid "The invitation could not be accepted."
+msgstr ""
+
+msgid "The invitation could not be declined."
+msgstr ""
+
+msgid "The invitation has already been accepted."
+msgstr ""
+
+msgid "The invitation was successfully resent."
+msgstr ""
+
+msgid "The issue stage shows the time it takes from creating an issue to assigning the issue to a milestone, or add the issue to a list on your Issue Board. Begin creating issues to see data for this stage."
+msgstr ""
+
+msgid "The license 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 maximum file size allowed is %{size}."
+msgstr ""
+
+msgid "The maximum file size allowed is 200KB."
+msgstr ""
+
+msgid "The merge conflicts for this merge request cannot be resolved through GitLab. Please try to resolve them locally."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved."
+msgstr ""
+
+msgid "The merge conflicts for this merge request have already been resolved. Please return to the merge request."
+msgstr ""
+
+msgid "The merge request can now be merged."
+msgstr ""
+
+msgid "The name \"%{name}\" is already taken in this directory."
+msgstr ""
+
+msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
+msgstr ""
+
+msgid "The number of merge requests merged by month."
+msgstr ""
+
+msgid "The number of times an upload record could not find its file"
+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 path to the CI configuration file. Defaults to %{code_open}.gitlab-ci.yml%{code_close}"
+msgstr ""
+
+msgid "The phase of the development lifecycle."
+msgstr ""
+
+msgid "The pipeline has been deleted"
+msgstr ""
+
+msgid "The pipelines schedule runs pipelines in the future, repeatedly, for specific branches or tags. Those scheduled pipelines will inherit limited project access based on their associated user."
+msgstr ""
+
+msgid "The planning stage shows the time from the previous step to pushing your first commit. This time will be added automatically once you push your first commit."
+msgstr ""
+
+msgid "The private key to use when a client certificate is provided. This value is encrypted at rest."
+msgstr ""
+
+msgid "The production stage shows the total time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The project can be accessed by any logged in user."
+msgstr ""
+
+msgid "The project can be accessed by any user who is logged in."
+msgstr ""
+
+msgid "The project can be accessed by anyone, regardless of authentication."
+msgstr ""
+
+msgid "The project can be accessed without any authentication."
+msgstr ""
+
+msgid "The project 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 pseudonymizer data collection is disabled. When enabled, GitLab will run a background job that will produce pseudonymized CSVs of the GitLab database that will be uploaded to your configured object storage directory."
+msgstr ""
+
+msgid "The remote mirror took to long to complete."
+msgstr ""
+
+msgid "The remote repository is being updated..."
+msgstr ""
+
+msgid "The repository can be commited to, and issues, comments and other entities can be created."
+msgstr ""
+
+msgid "The repository for this project does not exist."
+msgstr ""
+
+msgid "The repository for this project is empty"
+msgstr ""
+
+msgid "The repository is being updated..."
+msgstr ""
+
+msgid "The repository must be accessible over %{code_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 review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
+msgstr ""
+
+msgid "The roadmap shows the progress of your epics along a timeline"
+msgstr ""
+
+msgid "The schedule time must be in the future!"
+msgstr ""
+
+msgid "The snippet can be accessed without any authentication."
+msgstr ""
+
+msgid "The snippet is visible only to me."
+msgstr ""
+
+msgid "The snippet is visible only to project members."
+msgstr ""
+
+msgid "The snippet is visible to any logged in user."
+msgstr ""
+
+msgid "The specified tab is invalid, please select another"
+msgstr ""
+
+msgid "The staging stage shows the time between merging the MR and deploying code to the production environment. The data will be automatically added once you deploy to production for the first time."
+msgstr ""
+
+msgid "The status of the table below only applies to the default branch and is based on the %{linkStart}latest pipeline%{linkEnd}. Once you've enabled a scan for the default branch, any subsequent feature branch you create will include the scan."
+msgstr ""
+
+msgid "The testing stage shows the time GitLab CI takes to run every pipeline for the related merge request. The data will automatically be added after your first pipeline finishes running."
+msgstr ""
+
+msgid "The time taken by each data entry gathered by that stage."
+msgstr ""
+
+msgid "The total stage shows the time it takes between creating an issue and deploying the code to production. The data will be automatically added once you have completed the full idea to production cycle."
+msgstr ""
+
+msgid "The update action will time out after %{number_of_minutes} minutes. For big repositories, use a clone/push combination."
+msgstr ""
+
+msgid "The uploaded file is not a valid Google Takeout archive."
+msgstr ""
+
+msgid "The usage ping is disabled, and cannot be configured through this form."
+msgstr ""
+
+msgid "The user is being deleted."
+msgstr ""
+
+msgid "The user map has been saved. Continue by selecting the projects you want to import."
+msgstr ""
+
+msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of %{code_open}:%{code_close}. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
+msgstr ""
+
+msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
+msgstr ""
+
+msgid "The user you are trying to deactivate has been active in the past %{minimum_inactive_days} days and cannot be deactivated"
+msgstr ""
+
+msgid "The value lying at the midpoint of a series of observed values. E.g., between 3, 5, 9, the median is 5. Between 3, 5, 7, 8, the median is (5+7)/2 = 6."
+msgstr ""
+
+msgid "The value of the provided variable exceeds the %{count} character limit"
+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 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 archived projects yet"
+msgstr ""
+
+msgid "There are no archived requirements"
+msgstr ""
+
+msgid "There are no changes"
+msgstr ""
+
+msgid "There are no charts configured for this page"
+msgstr ""
+
+msgid "There are no closed issues"
+msgstr ""
+
+msgid "There are no closed merge requests"
+msgstr ""
+
+msgid "There are no 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 to show."
+msgstr ""
+
+msgid "There are no labels yet"
+msgstr ""
+
+msgid "There are no matching files"
+msgstr ""
+
+msgid "There are no open issues"
+msgstr ""
+
+msgid "There are no open merge requests"
+msgstr ""
+
+msgid "There are no open requirements"
+msgstr ""
+
+msgid "There are no packages yet"
+msgstr ""
+
+msgid "There are no projects shared with this group yet"
+msgstr ""
+
+msgid "There are no variables yet."
+msgstr ""
+
+msgid "There is a limit of %{ci_project_subscriptions_limit} subscriptions from or to a project."
+msgstr ""
+
+msgid "There is already a repository with that name on disk"
+msgstr ""
+
+msgid "There is no chart 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 groups."
+msgstr ""
+
+msgid "There was a problem fetching labels."
+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 users."
+msgstr ""
+
+msgid "There was a problem refreshing the data, please try again"
+msgstr ""
+
+msgid "There was a problem saving your custom stage, please try again"
+msgstr ""
+
+msgid "There was a problem sending the confirmation email"
+msgstr ""
+
+msgid "There was an error %{message} todo."
+msgstr ""
+
+msgid "There was an error adding a To Do."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch name is invalid."
+msgstr ""
+
+msgid "There was an error creating the dashboard, branch named: %{branch} already exists."
+msgstr ""
+
+msgid "There was an error creating the issue"
+msgstr ""
+
+msgid "There was an error deleting the To Do."
+msgstr ""
+
+msgid "There was an error fetching configuration for charts"
+msgstr ""
+
+msgid "There was an error fetching data for the selected stage"
+msgstr ""
+
+msgid "There was an error fetching data for the tasks by type chart"
+msgstr ""
+
+msgid "There was an error fetching label data for the selected group"
+msgstr ""
+
+msgid "There was an error fetching median data for stages"
+msgstr ""
+
+msgid "There was an error fetching the %{replicableType}"
+msgstr ""
+
+msgid "There was an error fetching the Geo Settings"
+msgstr ""
+
+msgid "There was an error fetching the Node'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 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 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 removing your custom stage, please try again"
+msgstr ""
+
+msgid "There was an error resetting group pipeline minutes."
+msgstr ""
+
+msgid "There was an error resetting user pipeline minutes."
+msgstr ""
+
+msgid "There was an error retrieving the Jira users."
+msgstr ""
+
+msgid "There was an error saving this Geo Node."
+msgstr ""
+
+msgid "There was an error saving your changes."
+msgstr ""
+
+msgid "There was an error saving your notification settings."
+msgstr ""
+
+msgid "There was an error subscribing to this label."
+msgstr ""
+
+msgid "There was an error syncing 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 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 updating the stage order. Please try reloading the page."
+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 %{requestTypeName} data."
+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 with the reCAPTCHA. Please solve the reCAPTCHA again."
+msgstr ""
+
+msgid "These existing issues have a similar title. It might be better to comment there instead of creating another similar issue."
+msgstr ""
+
+msgid "These variables are configured in the parent group settings, and will be active in the current project in addition to the project variables."
+msgstr ""
+
+msgid "They can be managed using the %{link}."
+msgstr ""
+
+msgid "Third Party Advisory Link"
+msgstr ""
+
+msgid "Third party offers"
+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 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. You will lose the project's repository and all content: issues, merge requests, etc."
+msgstr ""
+
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
+msgstr ""
+
+msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}on %{date}%{strongClose}, including its repositories and all content: issues, merge requests, etc."
+msgstr ""
+
+msgid "This also resolves all related threads"
+msgstr ""
+
+msgid "This also resolves this thread"
+msgstr ""
+
+msgid "This application was created by %{link_to_owner}."
+msgstr ""
+
+msgid "This application will be able to:"
+msgstr ""
+
+msgid "This attachment has been truncated to avoid exceeding the maximum allowed attachment size of 15MB. %{written_count} of %{issues_count} issues have been included. Consider re-exporting with a narrower selection of issues."
+msgstr ""
+
+msgid "This block is self-referential"
+msgstr ""
+
+msgid "This board's scope is reduced"
+msgstr ""
+
+msgid "This branch has changed since you started editing. Would you like to create a new branch?"
+msgstr ""
+
+msgid "This chart could not be displayed"
+msgstr ""
+
+msgid "This comment has changed since you started editing, please review the %{startTag}updated comment%{endTag} to ensure information is not lost."
+msgstr ""
+
+msgid "This commit is part of merge request %{link_to_merge_request}. Comments created here will be created in the context of that merge request."
+msgstr ""
+
+msgid "This commit was signed with a %{strong_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 <strong>verified</strong> signature and the committer email is verified to belong to the same user."
+msgstr ""
+
+msgid "This commit was signed with a different user's verified signature."
+msgstr ""
+
+msgid "This commit was signed with a verified signature, but the committer email is %{strong_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 commit was signed with an <strong>unverified</strong> signature."
+msgstr ""
+
+msgid "This content could not be displayed because %{reason}. You can %{options} instead."
+msgstr ""
+
+msgid "This credential has expired"
+msgstr ""
+
+msgid "This date is after the due date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This date is before the start date, so this epic won't appear in the roadmap."
+msgstr ""
+
+msgid "This device has already been registered with us."
+msgstr ""
+
+msgid "This device has not been registered with us."
+msgstr ""
+
+msgid "This diff is collapsed."
+msgstr ""
+
+msgid "This diff was suppressed by a .gitattributes entry."
+msgstr ""
+
+msgid "This directory"
+msgstr ""
+
+msgid "This domain is not verified. You will need to verify ownership before access is enabled."
+msgstr ""
+
+msgid "This endpoint has been requested too many times. Try again later."
+msgstr ""
+
+msgid "This environment has no deployments yet."
+msgstr ""
+
+msgid "This environment is being deployed"
+msgstr ""
+
+msgid "This environment is being re-deployed"
+msgstr ""
+
+msgid "This epic already has the maximum number of child epics."
+msgstr ""
+
+msgid "This epic and its child elements will only be visible to team members with at minimum Reporter access."
+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 feature should be used with an index that was created after 13.0"
+msgstr ""
+
+msgid "This field is required."
+msgstr ""
+
+msgid "This group"
+msgstr ""
+
+msgid "This group cannot be invited to a project inside a group with enforced SSO"
+msgstr ""
+
+msgid "This group does not provide any group Runners yet."
+msgstr ""
+
+msgid "This group has been scheduled for permanent removal on %{date}"
+msgstr ""
+
+msgid "This group, including all subgroups, projects and git repositories, will be reachable from only the specified IP address ranges."
+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 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 Premium feature"
+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 security log of important events involving your account."
+msgstr ""
+
+msgid "This is the author's first Merge Request to this project."
+msgstr ""
+
+msgid "This is the highest peak of users on your installation since the license started."
+msgstr ""
+
+msgid "This is the maximum number of users that have existed at the same time since the license started. This is the minimum number of seats you will need to buy when you renew your license."
+msgstr ""
+
+msgid "This is the number of currently active users 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 currently blocked by the following issues: %{issues}."
+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 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 does not have accessibility reports"
+msgstr ""
+
+msgid "This merge request is closed. To apply this suggestion, edit this file directly."
+msgstr ""
+
+msgid "This merge request is locked."
+msgstr ""
+
+msgid "This merge request is still a work in progress."
+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 does not use the %{codeStart}needs%{codeEnd} keyword and can't be represented as a directed acyclic graph."
+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 does not belong to a group and can therefore not 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 archived and cannot be commented on."
+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 removed on %{date}"
+msgstr ""
+
+msgid "This project will be removed on %{date} since its parent group '%{parent_group_name}' has been scheduled for removal."
+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 setting can be overridden in each project."
+msgstr ""
+
+msgid "This setting will update the hostname that is used to generate private commit emails. %{learn_more}"
+msgstr ""
+
+msgid "This subscription is for"
+msgstr ""
+
+msgid "This suggestion already matches its content."
+msgstr ""
+
+msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
+msgstr ""
+
+msgid "This user cannot be unlocked manually from GitLab"
+msgstr ""
+
+msgid "This user has no active %{type}."
+msgstr ""
+
+msgid "This user has no identities"
+msgstr ""
+
+msgid "This user will be the author of all events in the activity feed that are the result of an update, like new branches being created or new commits being pushed to existing branches."
+msgstr ""
+
+msgid "This variable can not be masked."
+msgstr ""
+
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
+msgid "This will help us personalize your onboarding experience."
+msgstr ""
+
+msgid "This will redirect you to an external sign in page."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and %{fork_source}."
+msgstr ""
+
+msgid "This will remove the fork relationship between this project and other projects in the fork network."
+msgstr ""
+
+msgid "Those emails automatically become issues (with the comments becoming the email conversation) listed here."
+msgstr ""
+
+msgid "Thread to reply to cannot be found"
+msgstr ""
+
+msgid "Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Anomalous Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|Application firewall not detected"
+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|Dropped Packets"
+msgstr ""
+
+msgid "ThreatMonitoring|Environment"
+msgstr ""
+
+msgid "ThreatMonitoring|No environments detected"
+msgstr ""
+
+msgid "ThreatMonitoring|Operations Per Second"
+msgstr ""
+
+msgid "ThreatMonitoring|Overview"
+msgstr ""
+
+msgid "ThreatMonitoring|Packet Activity"
+msgstr ""
+
+msgid "ThreatMonitoring|Policies"
+msgstr ""
+
+msgid "ThreatMonitoring|Requests"
+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|The firewall is not installed or has been disabled. To view this data, ensure the web application firewall is installed and enabled for your cluster."
+msgstr ""
+
+msgid "ThreatMonitoring|The graph below is an overview of traffic coming to your application as tracked by the Web Application Firewall (WAF). View the docs for instructions on how to access the WAF logs to see what type of malicious traffic is trying to access your app. The docs link is also accessible by clicking the \"?\" icon next to the title below."
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring"
+msgstr ""
+
+msgid "ThreatMonitoring|Threat Monitoring help page link"
+msgstr ""
+
+msgid "ThreatMonitoring|Time"
+msgstr ""
+
+msgid "ThreatMonitoring|To view this data, ensure you have configured an environment for this project and that at least one threat monitoring feature is enabled."
+msgstr ""
+
+msgid "ThreatMonitoring|Total Packets"
+msgstr ""
+
+msgid "ThreatMonitoring|Total Requests"
+msgstr ""
+
+msgid "ThreatMonitoring|View documentation"
+msgstr ""
+
+msgid "ThreatMonitoring|Web Application Firewall"
+msgstr ""
+
+msgid "ThreatMonitoring|While it's rare to have no traffic coming to your application, it can happen. In any event, we ask that you double check your settings to make sure you've set up the WAF correctly."
+msgstr ""
+
+msgid "Throughput"
+msgstr ""
+
+msgid "Thursday"
+msgstr ""
+
+msgid "Time"
+msgstr ""
+
+msgid "Time based: Yes"
+msgstr ""
+
+msgid "Time before an issue gets scheduled"
+msgstr ""
+
+msgid "Time before an issue starts implementation"
+msgstr ""
+
+msgid "Time before enforced"
+msgstr ""
+
+msgid "Time between merge request creation and merge/close"
+msgstr ""
+
+msgid "Time estimate"
+msgstr ""
+
+msgid "Time from first comment to last commit"
+msgstr ""
+
+msgid "Time from first commit until first comment"
+msgstr ""
+
+msgid "Time from last commit to merge"
+msgstr ""
+
+msgid "Time in seconds"
+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 ""
+
+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 until first merge request"
+msgstr ""
+
+msgid "TimeTrackingEstimated|Est"
+msgstr ""
+
+msgid "TimeTracking|%{startTag}Spent: %{endTag}%{timeSpentHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Estimated:"
+msgstr ""
+
+msgid "TimeTracking|Over by %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "TimeTracking|Spent"
+msgstr ""
+
+msgid "TimeTracking|Time remaining: %{timeRemainingHumanReadable}"
+msgstr ""
+
+msgid "Timeago|%s days ago"
+msgstr ""
+
+msgid "Timeago|%s days remaining"
+msgstr ""
+
+msgid "Timeago|%s hours ago"
+msgstr ""
+
+msgid "Timeago|%s hours remaining"
+msgstr ""
+
+msgid "Timeago|%s minutes ago"
+msgstr ""
+
+msgid "Timeago|%s minutes remaining"
+msgstr ""
+
+msgid "Timeago|%s months ago"
+msgstr ""
+
+msgid "Timeago|%s months remaining"
+msgstr ""
+
+msgid "Timeago|%s seconds remaining"
+msgstr ""
+
+msgid "Timeago|%s weeks ago"
+msgstr ""
+
+msgid "Timeago|%s weeks remaining"
+msgstr ""
+
+msgid "Timeago|%s years ago"
+msgstr ""
+
+msgid "Timeago|%s years remaining"
+msgstr ""
+
+msgid "Timeago|1 day ago"
+msgstr ""
+
+msgid "Timeago|1 day remaining"
+msgstr ""
+
+msgid "Timeago|1 hour ago"
+msgstr ""
+
+msgid "Timeago|1 hour remaining"
+msgstr ""
+
+msgid "Timeago|1 minute ago"
+msgstr ""
+
+msgid "Timeago|1 minute remaining"
+msgstr ""
+
+msgid "Timeago|1 month ago"
+msgstr ""
+
+msgid "Timeago|1 month remaining"
+msgstr ""
+
+msgid "Timeago|1 week ago"
+msgstr ""
+
+msgid "Timeago|1 week remaining"
+msgstr ""
+
+msgid "Timeago|1 year ago"
+msgstr ""
+
+msgid "Timeago|1 year remaining"
+msgstr ""
+
+msgid "Timeago|Past due"
+msgstr ""
+
+msgid "Timeago|in %s days"
+msgstr ""
+
+msgid "Timeago|in %s hours"
+msgstr ""
+
+msgid "Timeago|in %s minutes"
+msgstr ""
+
+msgid "Timeago|in %s months"
+msgstr ""
+
+msgid "Timeago|in %s seconds"
+msgstr ""
+
+msgid "Timeago|in %s weeks"
+msgstr ""
+
+msgid "Timeago|in %s years"
+msgstr ""
+
+msgid "Timeago|in 1 day"
+msgstr ""
+
+msgid "Timeago|in 1 hour"
+msgstr ""
+
+msgid "Timeago|in 1 minute"
+msgstr ""
+
+msgid "Timeago|in 1 month"
+msgstr ""
+
+msgid "Timeago|in 1 week"
+msgstr ""
+
+msgid "Timeago|in 1 year"
+msgstr ""
+
+msgid "Timeago|just now"
+msgstr ""
+
+msgid "Timeago|right now"
+msgstr ""
+
+msgid "Timeout"
+msgstr ""
+
+msgid "Timeout connecting to the Google API. Please try again."
+msgstr ""
+
+msgid "Time|hr"
+msgid_plural "Time|hrs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|min"
+msgid_plural "Time|mins"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "Time|s"
+msgstr ""
+
+msgid "Tip:"
+msgstr ""
+
+msgid "Title"
+msgstr ""
+
+msgid "Title:"
+msgstr ""
+
+msgid "Titles and Descriptions"
+msgstr ""
+
+msgid "To"
+msgstr ""
+
+msgid "To %{link_to_help} of your domain, add the above key to a TXT record within to your DNS configuration."
+msgstr ""
+
+msgid "To Do"
+msgstr ""
+
+msgid "To GitLab"
+msgstr ""
+
+msgid "To access this domain create a new DNS record"
+msgstr ""
+
+msgid "To add an SSH key you need to %{generate_link_start}generate one%{link_end} or use an %{existing_link_start}existing key%{link_end}."
+msgstr ""
+
+msgid "To add the entry manually, provide the following details to the application on your phone."
+msgstr ""
+
+msgid "To connect GitHub repositories, you can use a %{personal_access_token_link}. When you create your Personal Access Token, you will need to select the %{code_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 define internal users, first enable new users set to external"
+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, link this page to your Jaeger server, or find out how to %{link_start_tag}install Jaeger%{link_end_tag}"
+msgstr ""
+
+msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal_token}."
+msgstr ""
+
+msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
+msgstr ""
+
+msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
+msgstr ""
+
+msgid "To import an SVN repository, check out %{svn_link}."
+msgstr ""
+
+msgid "To keep this project going, create a new issue"
+msgstr ""
+
+msgid "To keep this project going, create a new merge request"
+msgstr ""
+
+msgid "To link Sentry to GitLab, enter your Sentry URL and Auth Token."
+msgstr ""
+
+msgid "To move or copy an entire GitLab project from another GitLab installation to this one, navigate to the original project's settings page, generate an export file, and upload it here."
+msgstr ""
+
+msgid "To only use CI/CD features for an external repository, choose %{strong_open}CI/CD for external repo%{strong_close}."
+msgstr ""
+
+msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
+msgstr ""
+
+msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
+msgstr ""
+
+msgid "To protect this issue's confidentiality, a private fork of this project was selected."
+msgstr ""
+
+msgid "To receive alerts from manually configured Prometheus services, add the following URL and Authorization key to your Prometheus webhook config file. Learn more about %{linkStart}configuring Prometheus%{linkEnd} to send alerts to GitLab."
+msgstr ""
+
+msgid "To see all the user's personal access tokens you must impersonate them first."
+msgstr ""
+
+msgid "To see this project's operational details, %{linkStart}upgrade its group plan to Silver%{linkEnd}. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To see this project's operational details, contact an owner of group %{groupName} to upgrade the plan. You can also remove the project from the dashboard."
+msgstr ""
+
+msgid "To set up SAML authentication for your group through an identity provider like Azure, Okta, Onelogin, Ping Identity, or your custom SAML 2.0 provider:"
+msgstr ""
+
+msgid "To set up this service:"
+msgstr ""
+
+msgid "To simplify the billing process, GitLab will collect user counts in order to prorate charges for user growth throughout the year using a quarterly reconciliation process."
+msgstr ""
+
+msgid "To specify the notification level per project of a group you belong to, you need to visit project page and change notification level there."
+msgstr ""
+
+msgid "To start serving your jobs you can add Runners to your group"
+msgstr ""
+
+msgid "To start serving your jobs you can either add specific Runners to your project or use shared Runners"
+msgstr ""
+
+msgid "To 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
+msgstr ""
+
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
+msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
+msgstr ""
+
+msgid "To widen your search, change or remove filters above"
+msgstr ""
+
+msgid "To widen your search, change or remove filters."
+msgstr ""
+
+msgid "To-Do"
+msgstr ""
+
+msgid "To-Do List"
+msgstr ""
+
+msgid "To-do item successfully marked as done."
+msgstr ""
+
+msgid "Today"
+msgstr ""
+
+msgid "Toggle Markdown preview"
+msgstr ""
+
+msgid "Toggle Sidebar"
+msgstr ""
+
+msgid "Toggle all threads"
+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 navigation"
+msgstr ""
+
+msgid "Toggle project"
+msgstr ""
+
+msgid "Toggle sidebar"
+msgstr ""
+
+msgid "Toggle the Performance Bar"
+msgstr ""
+
+msgid "Toggle this dialog"
+msgstr ""
+
+msgid "Toggle thread"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: OFF"
+msgstr ""
+
+msgid "ToggleButton|Toggle Status: ON"
+msgstr ""
+
+msgid "Toggled :%{name}: emoji award."
+msgstr ""
+
+msgid "Toggles :%{name}: emoji award."
+msgstr ""
+
+msgid "Token valid until revoked"
+msgstr ""
+
+msgid "Tomorrow"
+msgstr ""
+
+msgid "Too many changes to show."
+msgstr ""
+
+msgid "Too many namespaces enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Too many projects enabled. You will need to manage them via the console or the API."
+msgstr ""
+
+msgid "Topics (optional)"
+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 weight"
+msgstr ""
+
+msgid "Total: %{total}"
+msgstr ""
+
+msgid "TotalRefCountIndicator|1000+"
+msgstr ""
+
+msgid "Trace"
+msgstr ""
+
+msgid "Tracing"
+msgstr ""
+
+msgid "Track groups of issues that share a theme, across projects and milestones"
+msgstr ""
+
+msgid "Track time with quick actions"
+msgstr ""
+
+msgid "Track your GitLab projects with GitLab for Slack."
+msgstr ""
+
+msgid "Track your project with Audit Events."
+msgstr ""
+
+msgid "Transfer"
+msgstr ""
+
+msgid "Transfer ownership"
+msgstr ""
+
+msgid "Transfer project"
+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 with the same path."
+msgstr ""
+
+msgid "TransferGroup|Transfer failed: %{error_message}"
+msgstr ""
+
+msgid "TransferGroup|You don't have enough permissions."
+msgstr ""
+
+msgid "TransferProject|Cannot move project"
+msgstr ""
+
+msgid "TransferProject|Please select a new namespace for your project."
+msgstr ""
+
+msgid "TransferProject|Project cannot be transferred, because tags are present in its container registry"
+msgstr ""
+
+msgid "TransferProject|Project with same name or path in target namespace already exists"
+msgstr ""
+
+msgid "TransferProject|Root namespace can't be updated if project has NPM packages"
+msgstr ""
+
+msgid "TransferProject|Transfer failed, please contact an admin."
+msgstr ""
+
+msgid "Tree view"
+msgstr ""
+
+msgid "Trending"
+msgstr ""
+
+msgid "Trials|Go back to GitLab"
+msgstr ""
+
+msgid "Trials|Skip Trial (Continue with Free Account)"
+msgstr ""
+
+msgid "Trials|You can always resume this process by selecting your avatar and choosing 'Start a Gold trial'"
+msgstr ""
+
+msgid "Trials|You won't get a free trial right now but you can always resume this process by clicking on your avatar and choosing 'Start a free trial'"
+msgstr ""
+
+msgid "Trigger"
+msgstr ""
+
+msgid "Trigger cluster reindexing"
+msgstr ""
+
+msgid "Trigger manual job"
+msgstr ""
+
+msgid "Trigger pipelines for mirror updates"
+msgstr ""
+
+msgid "Trigger pipelines when branches or tags are updated from the upstream repository. Depending on the activity of the upstream repository, this may greatly increase the load on your CI runners. Only enable this if you know they can handle the load."
+msgstr ""
+
+msgid "Trigger removed."
+msgstr ""
+
+msgid "Trigger 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 "Triggers can force a specific branch or tag to get rebuilt with an API call. These tokens will impersonate their associated user including their access to projects and their project permissions."
+msgstr ""
+
+msgid "Troubleshoot and monitor your application with tracing"
+msgstr ""
+
+msgid "Try again"
+msgstr ""
+
+msgid "Try again?"
+msgstr ""
+
+msgid "Try all GitLab has to offer for 30 days."
+msgstr ""
+
+msgid "Try changing or removing filters."
+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 you haven't already) and press the button on the device now."
+msgstr ""
+
+msgid "Tuesday"
+msgstr ""
+
+msgid "Turn Off"
+msgstr ""
+
+msgid "Turn On"
+msgstr ""
+
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
+msgid "Turn on Service Desk"
+msgstr ""
+
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+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 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 "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 is required"
+msgstr ""
+
+msgid "URL must start with %{codeStart}http://%{codeEnd}, %{codeStart}https://%{codeEnd}, or %{codeStart}ftp://%{codeEnd}"
+msgstr ""
+
+msgid "URL of the external Spam Check endpoint"
+msgstr ""
+
+msgid "URL of the external storage that will serve the repository static objects (e.g. archives, blobs, ...)."
+msgstr ""
+
+msgid "URL or request ID"
+msgstr ""
+
+msgid "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 fetch unscanned projects"
+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 resolve"
+msgstr ""
+
+msgid "Unable to save iteration. Please try again"
+msgstr ""
+
+msgid "Unable to save your changes. Please try again."
+msgstr ""
+
+msgid "Unable to schedule a pipeline to run immediately"
+msgstr ""
+
+msgid "Unable to sign you in to the group with SAML due to \"%{reason}\""
+msgstr ""
+
+msgid "Unable to 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 "Unarchive project"
+msgstr ""
+
+msgid "Unarchiving the project will restore people's ability to make changes to it. The repository can be committed to, and issues, comments, and other entities can be created. %{strong_start}Once active, this project shows up in the search and on the dashboard.%{strong_end}"
+msgstr ""
+
+msgid "Unassign from commenting user"
+msgstr ""
+
+msgid "Unassigned"
+msgstr ""
+
+msgid "Unblock"
+msgstr ""
+
+msgid "Undo"
+msgstr ""
+
+msgid "Undo Ignore"
+msgstr ""
+
+msgid "Undo ignore"
+msgstr ""
+
+msgid "Unfortunately, your email message to GitLab could not be processed."
+msgstr ""
+
+msgid "Uninstall"
+msgstr ""
+
+msgid "Uninstalling"
+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 "Unlimited"
+msgstr ""
+
+msgid "Unlock"
+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 Work In Progress."
+msgstr ""
+
+msgid "Unmarks this %{noun} as Work In Progress."
+msgstr ""
+
+msgid "Unreachable"
+msgstr ""
+
+msgid "Unrecognized cluster type"
+msgstr ""
+
+msgid "Unresolve"
+msgstr ""
+
+msgid "Unresolve thread"
+msgstr ""
+
+msgid "Unresolved"
+msgstr ""
+
+msgid "UnscannedProjects|15 or more days"
+msgstr ""
+
+msgid "UnscannedProjects|30 or more days"
+msgstr ""
+
+msgid "UnscannedProjects|5 or more days"
+msgstr ""
+
+msgid "UnscannedProjects|60 or more days"
+msgstr ""
+
+msgid "UnscannedProjects|Default branch scanning by project"
+msgstr ""
+
+msgid "UnscannedProjects|Out of date"
+msgstr ""
+
+msgid "UnscannedProjects|Project scanning"
+msgstr ""
+
+msgid "UnscannedProjects|Untested"
+msgstr ""
+
+msgid "UnscannedProjects|Your projects are up do date! Nice job!"
+msgstr ""
+
+msgid "Unschedule job"
+msgstr ""
+
+msgid "Unstar"
+msgstr ""
+
+msgid "Unsubscribe"
+msgstr ""
+
+msgid "Unsubscribe at group level"
+msgstr ""
+
+msgid "Unsubscribe at project level"
+msgstr ""
+
+msgid "Unsubscribe from %{type}"
+msgstr ""
+
+msgid "Unsubscribed from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsubscribes from this %{quick_action_target}."
+msgstr ""
+
+msgid "Unsupported todo type passed. Supported todo types are: %{todo_types}"
+msgstr ""
+
+msgid "Until"
+msgstr ""
+
+msgid "Unused, previous index '%{index_name}' 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 all"
+msgstr ""
+
+msgid "Update approval rule"
+msgstr ""
+
+msgid "Update approvers"
+msgstr ""
+
+msgid "Update failed"
+msgstr ""
+
+msgid "Update failed. Please try again."
+msgstr ""
+
+msgid "Update it"
+msgstr ""
+
+msgid "Update iteration"
+msgstr ""
+
+msgid "Update now"
+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|Error moving repository storage for %{project_full_path} - %{message}"
+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 to %{linkStart}chart v%{linkEnd}"
+msgstr ""
+
+msgid "Updates"
+msgstr ""
+
+msgid "Updating"
+msgstr ""
+
+msgid "Upgrade plan to unlock Canary Deployments feature"
+msgstr ""
+
+msgid "Upgrade your plan"
+msgstr ""
+
+msgid "Upgrade your plan to activate Advanced Search."
+msgstr ""
+
+msgid "Upgrade your plan to activate Audit Events."
+msgstr ""
+
+msgid "Upgrade your plan to activate Group Webhooks."
+msgstr ""
+
+msgid "Upgrade your plan to enable this feature of the Jira Integration."
+msgstr ""
+
+msgid "Upgrade your plan to improve Issue boards."
+msgstr ""
+
+msgid "Upgrade your plan to improve Merge Requests."
+msgstr ""
+
+msgid "Upload %{code_open}GoogleCodeProjectHosting.json%{code_close} here:"
+msgstr ""
+
+msgid "Upload CSV file"
+msgstr ""
+
+msgid "Upload License"
+msgstr ""
+
+msgid "Upload New File"
+msgstr ""
+
+msgid "Upload New License"
+msgstr ""
+
+msgid "Upload a certificate for your domain with all intermediates"
+msgstr ""
+
+msgid "Upload a private key for your certificate"
+msgstr ""
+
+msgid "Upload file"
+msgstr ""
+
+msgid "Upload object map"
+msgstr ""
+
+msgid "UploadLink|click to upload"
+msgstr ""
+
+msgid "Uploaded on"
+msgstr ""
+
+msgid "Uploaded:"
+msgstr ""
+
+msgid "Uploading changes to terminal"
+msgstr ""
+
+msgid "Uploads"
+msgstr ""
+
+msgid "Upon performing this action, the contents of this group, its subgroup and projects will be permanently removed after %{deletion_adjourned_period} days on %{date}. Until that time:"
+msgstr ""
+
+msgid "Upstream"
+msgstr ""
+
+msgid "Uptime"
+msgstr ""
+
+msgid "Upvotes"
+msgstr ""
+
+msgid "Usage"
+msgstr ""
+
+msgid "Usage ping is off"
+msgstr ""
+
+msgid "Usage statistics"
+msgstr ""
+
+msgid "UsageQuota|%{help_link_start}Shared runners%{help_link_end} are disabled, so there are no limits set on pipeline usage"
+msgstr ""
+
+msgid "UsageQuota|Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Build Artifacts"
+msgstr ""
+
+msgid "UsageQuota|Buy additional minutes"
+msgstr ""
+
+msgid "UsageQuota|Current period usage"
+msgstr ""
+
+msgid "UsageQuota|Increase storage temporarily"
+msgstr ""
+
+msgid "UsageQuota|LFS Objects"
+msgstr ""
+
+msgid "UsageQuota|LFS Storage"
+msgstr ""
+
+msgid "UsageQuota|Packages"
+msgstr ""
+
+msgid "UsageQuota|Pipelines"
+msgstr ""
+
+msgid "UsageQuota|Purchase more storage"
+msgstr ""
+
+msgid "UsageQuota|Repositories"
+msgstr ""
+
+msgid "UsageQuota|Repository"
+msgstr ""
+
+msgid "UsageQuota|Snippets"
+msgstr ""
+
+msgid "UsageQuota|Storage"
+msgstr ""
+
+msgid "UsageQuota|This namespace has no projects which use shared runners"
+msgstr ""
+
+msgid "UsageQuota|Unlimited"
+msgstr ""
+
+msgid "UsageQuota|Usage"
+msgstr ""
+
+msgid "UsageQuota|Usage Quotas"
+msgstr ""
+
+msgid "UsageQuota|Usage of group resources across the projects in the %{strong_start}%{group_name}%{strong_end} group"
+msgstr ""
+
+msgid "UsageQuota|Usage of resources across your projects"
+msgstr ""
+
+msgid "UsageQuota|Usage quotas help link"
+msgstr ""
+
+msgid "UsageQuota|Usage since"
+msgstr ""
+
+msgid "UsageQuota|Wiki"
+msgstr ""
+
+msgid "UsageQuota|Wikis"
+msgstr ""
+
+msgid "UsageQuota|You used: %{usage} %{limit}"
+msgstr ""
+
+msgid "UsageQuota|out of %{formattedLimit} of your namespace storage"
+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 Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
+msgstr ""
+
+msgid "Use a hardware device to add the second factor of authentication."
+msgstr ""
+
+msgid "Use an one time password authenticator on your mobile device or computer to enable two-factor authentication (2FA)."
+msgstr ""
+
+msgid "Use custom color #FF0000"
+msgstr ""
+
+msgid "Use hashed storage"
+msgstr ""
+
+msgid "Use hashed storage paths for newly created and renamed repositories. Enable immutable, hash-based paths and repository names to store repositories on disk. This prevents repositories from having to be moved or renamed when the Repository URL changes and may improve disk I/O performance. (Always enabled since 13.0)"
+msgstr ""
+
+msgid "Use one line per URI"
+msgstr ""
+
+msgid "Use template"
+msgstr ""
+
+msgid "Use the following registration token during setup:"
+msgstr ""
+
+msgid "Use your global notification setting"
+msgstr ""
+
+msgid "Use your smart card to authenticate with the LDAP server."
+msgstr ""
+
+msgid "Used by members to sign in to your group in GitLab"
+msgstr ""
+
+msgid "Used 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 IDs"
+msgstr ""
+
+msgid "User List"
+msgstr ""
+
+msgid "User OAuth applications"
+msgstr ""
+
+msgid "User Settings"
+msgstr ""
+
+msgid "User and IP Rate Limits"
+msgstr ""
+
+msgid "User identity was successfully created."
+msgstr ""
+
+msgid "User identity was successfully removed."
+msgstr ""
+
+msgid "User identity was successfully updated."
+msgstr ""
+
+msgid "User is not allowed to resolve thread"
+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 subresources."
+msgstr ""
+
+msgid "User was successfully removed from project."
+msgstr ""
+
+msgid "User was successfully updated."
+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 list"
+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|Name"
+msgstr ""
+
+msgid "UserLists|New list"
+msgstr ""
+
+msgid "UserLists|Save"
+msgstr ""
+
+msgid "UserLists|There are no users"
+msgstr ""
+
+msgid "UserLists|User ID"
+msgstr ""
+
+msgid "UserLists|User IDs"
+msgstr ""
+
+msgid "UserList|Delete %{name}?"
+msgstr ""
+
+msgid "UserList|created %{timeago}"
+msgstr ""
+
+msgid "UserProfile|Activity"
+msgstr ""
+
+msgid "UserProfile|Already reported for abuse"
+msgstr ""
+
+msgid "UserProfile|Blocked user"
+msgstr ""
+
+msgid "UserProfile|Contributed projects"
+msgstr ""
+
+msgid "UserProfile|Edit profile"
+msgstr ""
+
+msgid "UserProfile|Explore public groups to find projects to contribute to."
+msgstr ""
+
+msgid "UserProfile|Groups"
+msgstr ""
+
+msgid "UserProfile|Groups are the best way to manage projects and members."
+msgstr ""
+
+msgid "UserProfile|Join or create a group to start contributing by commenting on issues or submitting merge requests!"
+msgstr ""
+
+msgid "UserProfile|Most Recent Activity"
+msgstr ""
+
+msgid "UserProfile|No snippets found."
+msgstr ""
+
+msgid "UserProfile|Overview"
+msgstr ""
+
+msgid "UserProfile|Personal projects"
+msgstr ""
+
+msgid "UserProfile|Report abuse"
+msgstr ""
+
+msgid "UserProfile|Snippets"
+msgstr ""
+
+msgid "UserProfile|Snippets in GitLab can either be private, internal, or public."
+msgstr ""
+
+msgid "UserProfile|Star projects to track their progress and show your appreciation."
+msgstr ""
+
+msgid "UserProfile|Starred projects"
+msgstr ""
+
+msgid "UserProfile|Subscribe"
+msgstr ""
+
+msgid "UserProfile|This user doesn't have any personal projects"
+msgstr ""
+
+msgid "UserProfile|This user has a private profile"
+msgstr ""
+
+msgid "UserProfile|This user hasn't contributed to any projects"
+msgstr ""
+
+msgid "UserProfile|This user hasn't starred any projects"
+msgstr ""
+
+msgid "UserProfile|This user is blocked"
+msgstr ""
+
+msgid "UserProfile|View all"
+msgstr ""
+
+msgid "UserProfile|View user in admin area"
+msgstr ""
+
+msgid "UserProfile|You can create a group for several dependent projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any personal projects."
+msgstr ""
+
+msgid "UserProfile|You haven't created any snippets."
+msgstr ""
+
+msgid "UserProfile|Your projects can be available publicly, internally, or privately, at your choice."
+msgstr ""
+
+msgid "UserProfile|at"
+msgstr ""
+
+msgid "UserProfile|made a private contribution"
+msgstr ""
+
+msgid "Username (optional)"
+msgstr ""
+
+msgid "Username is already taken."
+msgstr ""
+
+msgid "Username is available."
+msgstr ""
+
+msgid "Username is too long (maximum is %{max_length} characters)."
+msgstr ""
+
+msgid "Username or email"
+msgstr ""
+
+msgid "Users"
+msgstr ""
+
+msgid "Users in License:"
+msgstr ""
+
+msgid "Users or groups set as approvers in the project's or merge request's settings."
+msgstr ""
+
+msgid "Users outside of license"
+msgstr ""
+
+msgid "Users over License:"
+msgstr ""
+
+msgid "Users requesting access to"
+msgstr ""
+
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
+msgstr ""
+
+msgid "UsersSelect|%{name} + %{length} more"
+msgstr ""
+
+msgid "UsersSelect|Any User"
+msgstr ""
+
+msgid "UsersSelect|Assignee"
+msgstr ""
+
+msgid "UsersSelect|No assignee - %{openingTag} assign yourself %{closingTag}"
+msgstr ""
+
+msgid "UsersSelect|Unassigned"
+msgstr ""
+
+msgid "Using %{codeStart}needs%{codeEnd} allows jobs to run before their stage is reached, as soon as their individual dependencies are met, which speeds up your pipelines."
+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 "Valid from"
+msgstr ""
+
+msgid "Validate"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
+msgid "Validate your GitLab CI configuration file"
+msgstr ""
+
+msgid "Validations failed."
+msgstr ""
+
+msgid "Validity"
+msgstr ""
+
+msgid "Value"
+msgstr ""
+
+msgid "Value Stream"
+msgstr ""
+
+msgid "Value Stream Analytics"
+msgstr ""
+
+msgid "Value Stream Analytics can help you determine your team’s velocity"
+msgstr ""
+
+msgid "Value Stream Analytics gives an overview of how much time it takes to go from idea to production in your project."
+msgstr ""
+
+msgid "Value Stream Name"
+msgstr ""
+
+msgid "ValueStreamAnalytics|%{days}d"
+msgstr ""
+
+msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
+msgstr ""
+
+msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
+msgstr ""
+
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
+msgid "Variable"
+msgstr ""
+
+msgid "Variable will be masked in job logs."
+msgstr ""
+
+msgid "Variables"
+msgstr ""
+
+msgid "Various container registry settings."
+msgstr ""
+
+msgid "Various email settings."
+msgstr ""
+
+msgid "Various localization settings."
+msgstr ""
+
+msgid "Various settings that affect GitLab performance."
+msgstr ""
+
+msgid "Verification capacity"
+msgstr ""
+
+msgid "Verification information"
+msgstr ""
+
+msgid "Verification status"
+msgstr ""
+
+msgid "Verified"
+msgstr ""
+
+msgid "Verify SAML Configuration"
+msgstr ""
+
+msgid "Verify configuration"
+msgstr ""
+
+msgid "Version"
+msgstr ""
+
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
+msgid "View Documentation"
+msgstr ""
+
+msgid "View all issues"
+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 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 labels"
+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 merge request"
+msgstr ""
+
+msgid "View open merge request"
+msgstr ""
+
+msgid "View page @ "
+msgstr ""
+
+msgid "View performance dashboard."
+msgstr ""
+
+msgid "View project"
+msgstr ""
+
+msgid "View project labels"
+msgstr ""
+
+msgid "View replaced file @ "
+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 users statistics"
+msgstr ""
+
+msgid "Viewing commit"
+msgstr ""
+
+msgid "Visibility"
+msgstr ""
+
+msgid "Visibility and access controls"
+msgstr ""
+
+msgid "Visibility level"
+msgstr ""
+
+msgid "Visibility level:"
+msgstr ""
+
+msgid "Visibility settings have been disabled by the administrator."
+msgstr ""
+
+msgid "Visibility, project features, permissions"
+msgstr ""
+
+msgid "Visibility:"
+msgstr ""
+
+msgid "VisibilityLevel|Internal"
+msgstr ""
+
+msgid "VisibilityLevel|Private"
+msgstr ""
+
+msgid "VisibilityLevel|Public"
+msgstr ""
+
+msgid "VisibilityLevel|Unknown"
+msgstr ""
+
+msgid "Visit settings page"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 1%{stepEnd}. Copy the following script:"
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 2%{stepEnd}. Add it to the %{headTags} tags of every page of your application, ensuring the merge request ID is set or not set as required. "
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 3%{stepEnd}. If not previously %{linkStart}configured%{linkEnd} by a developer, enter the merge request ID for the review when prompted. The ID of this merge request is %{stepStart}%{mrId}%{stepStart}."
+msgstr ""
+
+msgid "VisualReviewApp|%{stepStart}Step 4%{stepEnd}. Leave feedback in the Review App."
+msgstr ""
+
+msgid "VisualReviewApp|Cancel"
+msgstr ""
+
+msgid "VisualReviewApp|Copy merge request ID"
+msgstr ""
+
+msgid "VisualReviewApp|Copy script"
+msgstr ""
+
+msgid "VisualReviewApp|Enable Visual Reviews"
+msgstr ""
+
+msgid "VisualReviewApp|Follow the steps below to enable Visual Reviews inside your application."
+msgstr ""
+
+msgid "VisualReviewApp|No review app found or available."
+msgstr ""
+
+msgid "VisualReviewApp|Open review app"
+msgstr ""
+
+msgid "VisualReviewApp|Review"
+msgstr ""
+
+msgid "VisualReviewApp|Steps 1 and 2 (and sometimes 3) are performed once by the developer before requesting feedback. Steps 3 (if necessary), 4 is performed by the reviewer each time they perform a review."
+msgstr ""
+
+msgid "Vulnerabilities"
+msgstr ""
+
+msgid "Vulnerabilities over time"
+msgstr ""
+
+msgid "Vulnerability Report"
+msgstr ""
+
+msgid "Vulnerability remediated. Review before resolving."
+msgstr ""
+
+msgid "Vulnerability resolved in %{branch}"
+msgstr ""
+
+msgid "Vulnerability resolved in the default branch"
+msgstr ""
+
+msgid "Vulnerability-Check"
+msgstr ""
+
+msgid "VulnerabilityChart|%{formattedStartDate} to today"
+msgstr ""
+
+msgid "VulnerabilityChart|Severity"
+msgstr ""
+
+msgid "VulnerabilityManagement|A true-positive and will fix"
+msgstr ""
+
+msgid "VulnerabilityManagement|Change status"
+msgstr ""
+
+msgid "VulnerabilityManagement|Confirm"
+msgstr ""
+
+msgid "VulnerabilityManagement|Confirmed %{timeago} by %{user}"
+msgstr ""
+
+msgid "VulnerabilityManagement|Could not process %{issueReference}: %{errorMessage}."
+msgstr ""
+
+msgid "VulnerabilityManagement|Detected %{timeago} in pipeline %{pipelineLink}"
+msgstr ""
+
+msgid "VulnerabilityManagement|Dismiss"
+msgstr ""
+
+msgid "VulnerabilityManagement|Dismissed %{timeago} by %{user}"
+msgstr ""
+
+msgid "VulnerabilityManagement|Resolved"
+msgstr ""
+
+msgid "VulnerabilityManagement|Resolved %{timeago} by %{user}"
+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 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|Verified as fixed or mitigated"
+msgstr ""
+
+msgid "VulnerabilityManagement|Will not fix or a false-positive"
+msgstr ""
+
+msgid "VulnerabilityManagement|invalid issue link or ID"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|All"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Confirmed"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Detected"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Dismissed"
+msgstr ""
+
+msgid "VulnerabilityStatusTypes|Resolved"
+msgstr ""
+
+msgid "Vulnerability|%{scannerName} (version %{scannerVersion})"
+msgstr ""
+
+msgid "Vulnerability|Class"
+msgstr ""
+
+msgid "Vulnerability|Comments"
+msgstr ""
+
+msgid "Vulnerability|Crash Address"
+msgstr ""
+
+msgid "Vulnerability|Description"
+msgstr ""
+
+msgid "Vulnerability|Evidence"
+msgstr ""
+
+msgid "Vulnerability|File"
+msgstr ""
+
+msgid "Vulnerability|Identifier"
+msgstr ""
+
+msgid "Vulnerability|Identifiers"
+msgstr ""
+
+msgid "Vulnerability|Image"
+msgstr ""
+
+msgid "Vulnerability|Links"
+msgstr ""
+
+msgid "Vulnerability|Method"
+msgstr ""
+
+msgid "Vulnerability|Namespace"
+msgstr ""
+
+msgid "Vulnerability|Project"
+msgstr ""
+
+msgid "Vulnerability|Request"
+msgstr ""
+
+msgid "Vulnerability|Response"
+msgstr ""
+
+msgid "Vulnerability|Scanner"
+msgstr ""
+
+msgid "Vulnerability|Scanner Provider"
+msgstr ""
+
+msgid "Vulnerability|Severity"
+msgstr ""
+
+msgid "Vulnerability|Status"
+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: Displaying this diagram might cause performance issues on this page."
+msgstr ""
+
+msgid "We are currently unable to fetch data for this graph."
+msgstr ""
+
+msgid "We could not determine the path to remove the epic"
+msgstr ""
+
+msgid "We could not determine the path to remove the issue"
+msgstr ""
+
+msgid "We couldn't reach the Prometheus server. Either the server no longer exists or the configuration details need updating."
+msgstr ""
+
+msgid "We 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 recommend that you buy more Pipeline minutes to avoid any interruption of service."
+msgstr ""
+
+msgid "We recommend that you buy more 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've found no vulnerabilities"
+msgstr ""
+
+msgid "Web Application Firewall"
+msgstr ""
+
+msgid "Web IDE"
+msgstr ""
+
+msgid "Web Terminal"
+msgstr ""
+
+msgid "Web terminal"
+msgstr ""
+
+msgid "WebIDE|Merge request"
+msgstr ""
+
+msgid "Webhook"
+msgstr ""
+
+msgid "Webhook Logs"
+msgstr ""
+
+msgid "Webhook Settings"
+msgstr ""
+
+msgid "Webhooks"
+msgstr ""
+
+msgid "Webhooks Help"
+msgstr ""
+
+msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
+msgstr ""
+
+msgid "Webhooks have moved. They can now be found under the Settings menu."
+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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+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%{br_tag}%{name}!"
+msgstr ""
+
+msgid "Welcome to GitLab, %{first_name}!"
+msgstr ""
+
+msgid "Welcome to the guided GitLab tour"
+msgstr ""
+
+msgid "Welcome to your Issue Board!"
+msgstr ""
+
+msgid "Welcome to your issue board!"
+msgstr ""
+
+msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
+msgstr ""
+
+msgid "What are you searching for?"
+msgstr ""
+
+msgid "What describes you best?"
+msgstr ""
+
+msgid "What's new at GitLab"
+msgstr ""
+
+msgid "What’s your experience level?"
+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, any user visiting %{host} will be able to create an account."
+msgstr ""
+
+msgid "When enabled, if an NPM package isn't found in the GitLab Registry, we will attempt to pull from the global NPM registry."
+msgstr ""
+
+msgid "When enabled, users cannot use GitLab until the terms have been accepted."
+msgstr ""
+
+msgid "When leaving the URL blank, classification labels can still be specified without disabling cross project features or performing external authorization checks."
+msgstr ""
+
+msgid "When this merge request is accepted"
+msgid_plural "When these merge requests are accepted"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "When using the %{code_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 "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 be an approver?"
+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 "Wiki"
+msgstr ""
+
+msgid "Wiki was successfully updated."
+msgstr ""
+
+msgid "WikiClone|Clone your wiki"
+msgstr ""
+
+msgid "WikiClone|Git Access"
+msgstr ""
+
+msgid "WikiClone|Install Gollum"
+msgstr ""
+
+msgid "WikiClone|Start Gollum and edit locally"
+msgstr ""
+
+msgid "WikiEditPageTip|Tip: You can move this page by adding the path to the beginning of the title."
+msgstr ""
+
+msgid "WikiEdit|There is already a page with the same title in that path."
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|Suggest wiki improvement"
+msgstr ""
+
+msgid "WikiEmptyIssueMessage|You must be a 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 "WikiMarkdownDocs|More examples are in the %{docs_link}"
+msgstr ""
+
+msgid "WikiMarkdownDocs|documentation"
+msgstr ""
+
+msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
+msgstr ""
+
+msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Are you sure you want to delete this page?"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page"
+msgstr ""
+
+msgid "WikiPageConfirmDelete|Delete page %{pageTitle}?"
+msgstr ""
+
+msgid "WikiPageConflictMessage|Someone edited the page the same time you did. Please check out %{page_link} and make sure your changes will not unintentionally remove theirs."
+msgstr ""
+
+msgid "WikiPageConflictMessage|the page"
+msgstr ""
+
+msgid "WikiPageCreate|Create %{pageTitle}"
+msgstr ""
+
+msgid "WikiPageEdit|Update %{pageTitle}"
+msgstr ""
+
+msgid "WikiPage|Write your content or drag files here…"
+msgstr ""
+
+msgid "Wikis"
+msgstr ""
+
+msgid "Wiki|Create New Page"
+msgstr ""
+
+msgid "Wiki|Create 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 title"
+msgstr ""
+
+msgid "Wiki|Page version"
+msgstr ""
+
+msgid "Wiki|Pages"
+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 "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 "Workflow Help"
+msgstr ""
+
+msgid "Write"
+msgstr ""
+
+msgid "Write a comment or drag your files here…"
+msgstr ""
+
+msgid "Write a comment…"
+msgstr ""
+
+msgid "Write access allowed"
+msgstr ""
+
+msgid "Write milestone description..."
+msgstr ""
+
+msgid "Write your release notes or drag your files here…"
+msgstr ""
+
+msgid "Wrong extern UID provided. Make sure Auth0 is configured correctly."
+msgstr ""
+
+msgid "Yes"
+msgstr ""
+
+msgid "Yes or No"
+msgstr ""
+
+msgid "Yes, add it"
+msgstr ""
+
+msgid "Yes, close issue"
+msgstr ""
+
+msgid "Yes, delete project"
+msgstr ""
+
+msgid "Yes, let me map Google Code users to full names or GitLab users."
+msgstr ""
+
+msgid "Yesterday"
+msgstr ""
+
+msgid "You"
+msgstr ""
+
+msgid "You already have pending todo for this alert"
+msgstr ""
+
+msgid "You are about to delete %{domain} from your instance. This domain will no longer be available to any Knative application."
+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 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 %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+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 unlink your primary login account"
+msgstr ""
+
+msgid "You are not authorized to perform this action"
+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 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 %{linkStart}view the blob%{linkEnd} instead."
+msgstr ""
+
+msgid "You can also create a project from the command line."
+msgstr ""
+
+msgid "You can also press &#8984;-Enter"
+msgstr ""
+
+msgid "You can also press Ctrl-Enter"
+msgstr ""
+
+msgid "You can also star a label to make it a priority label."
+msgstr ""
+
+msgid "You can also test your %{gitlab_ci_yml} in %{lint_link_start}CI Lint%{lint_link_end}"
+msgstr ""
+
+msgid "You can also upload existing files from your computer using the instructions below."
+msgstr ""
+
+msgid "You can always edit this later"
+msgstr ""
+
+msgid "You can apply your Trial to your Personal account or create a New Group."
+msgstr ""
+
+msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
+msgstr ""
+
+msgid "You can create new ones at your Personal Access Tokens settings %{pat_link}"
+msgstr ""
+
+msgid "You can easily contribute to them by requesting to join these groups."
+msgstr ""
+
+msgid "You can easily install a Runner on a Kubernetes cluster. %{link_to_help_page}"
+msgstr ""
+
+msgid "You can filter by 'days to merge' by clicking on the columns in the chart."
+msgstr ""
+
+msgid "You can generate an access token scoped to this project for each application to use the GitLab API."
+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 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 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 export your security dashboard to a CSV report."
+msgstr ""
+
+msgid "You can now manage alert endpoint configuration in the Alerts section on the Operations settings page. Fields on this page have been deprecated."
+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 edit files when you are on a branch"
+msgstr ""
+
+msgid "You can only merge once the items above are resolved."
+msgstr ""
+
+msgid "You can only merge once this merge request is approved."
+msgstr ""
+
+msgid "You can only transfer the project to namespaces you manage."
+msgstr ""
+
+msgid "You can 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 as many Runners as you need to run your jobs."
+msgstr ""
+
+msgid "You can set up jobs to only use Runners with specific tags. Separate tags with commas."
+msgstr ""
+
+msgid "You can specify notification level per group or per project."
+msgstr ""
+
+msgid "You can test your .gitlab-ci.yml in %{linkStart}CI Lint%{linkEnd}."
+msgstr ""
+
+msgid "You can try again using %{begin_link}basic search%{end_link}"
+msgstr ""
+
+msgid "You cannot access the raw file. Please wait a minute."
+msgstr ""
+
+msgid "You cannot impersonate a blocked user"
+msgstr ""
+
+msgid "You cannot impersonate a user who cannot log in"
+msgstr ""
+
+msgid "You cannot impersonate an internal user"
+msgstr ""
+
+msgid "You cannot play this scheduled pipeline at the moment. Please wait a minute."
+msgstr ""
+
+msgid "You cannot write to a read-only secondary GitLab Geo instance. Please use %{link_to_primary_node} instead."
+msgstr ""
+
+msgid "You cannot write to this read-only GitLab instance."
+msgstr ""
+
+msgid "You could not create a new trigger."
+msgstr ""
+
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgstr ""
+
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
+msgstr ""
+
+msgid "You do not have an active license"
+msgstr ""
+
+msgid "You do not have any subscriptions yet"
+msgstr ""
+
+msgid "You do not have permission to leave this %{namespaceType}."
+msgstr ""
+
+msgid "You do not have permission to run the Web Terminal. Please contact a project administrator."
+msgstr ""
+
+msgid "You do not have permissions to run the import."
+msgstr ""
+
+msgid "You do not have the correct permissions to override the settings from the LDAP group sync."
+msgstr ""
+
+msgid "You don't have any U2F devices registered yet."
+msgstr ""
+
+msgid "You don't have any active chat names."
+msgstr ""
+
+msgid "You don't have any applications"
+msgstr ""
+
+msgid "You don't have any authorized applications"
+msgstr ""
+
+msgid "You don't have any deployments right now."
+msgstr ""
+
+msgid "You don't have any 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 a license that activates at a future date. Please see the License History table below."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_link} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{access_level} access to the %{source_name} %{source_type}."
+msgstr ""
+
+msgid "You have been granted %{member_human_access} access to %{title} %{name}."
+msgstr ""
+
+msgid "You have been invited"
+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 create a Todo for this alert"
+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 successfully purchased a %{plan} plan subscription for %{seats}. You’ll receive a receipt via email."
+msgstr ""
+
+msgid "You haven't added any issues to your project yet"
+msgstr ""
+
+msgid "You haven't selected any issues yet"
+msgstr ""
+
+msgid "You left the \"%{membershipable_human_name}\" %{source_type}."
+msgstr ""
+
+msgid "You may close the milestone now."
+msgstr ""
+
+msgid "You must accept our Terms of Service and privacy policy in order to register an account"
+msgstr ""
+
+msgid "You must disassociate %{domain} from all clusters it is attached to before deletion."
+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 select a stack for configuring your cloud provider. Learn more about"
+msgstr ""
+
+msgid "You must set up incoming email before it becomes active."
+msgstr ""
+
+msgid "You 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 be logged in."
+msgstr ""
+
+msgid "You need to register a two-factor authentication app before you can set up a U2F device."
+msgstr ""
+
+msgid "You need to 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 upload a Google Takeout archive."
+msgstr ""
+
+msgid "You reached %{usage_in_percent} of %{namespace_name}'s storage capacity (%{used_storage} of %{storage_limit})"
+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 won't be able to pull or push project code via %{protocol} until you %{set_password_link} on your account"
+msgstr ""
+
+msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
+msgstr ""
+
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely 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 only seeing %{startTag}other activity%{endTag} in the feed. To add a comment, switch to one of the following options."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because of your account on %{host}. %{manage_notifications_link} &middot; %{help_link}"
+msgstr ""
+
+msgid "You're receiving this email because of your activity on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been assigned an item on %{host}."
+msgstr ""
+
+msgid "You're receiving this email because you have been mentioned on %{host}."
+msgstr ""
+
+msgid "You've already enabled two-factor authentication using one time password authenticators. In order to register a different device, you must first disable two-factor authentication."
+msgstr ""
+
+msgid "YouTube"
+msgstr ""
+
+msgid "Your %{host} account was signed in to from a new location"
+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 %{strong}%{plan_name}%{strong_close} subscription will expire on %{strong}%{expires_on}%{strong_close}. After that, you will not to be able to create issues or merge requests as well as many other features."
+msgstr ""
+
+msgid "Your CSV export has started. It will be emailed to %{email} when complete."
+msgstr ""
+
+msgid "Your CSV export of %{issues_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 Commit Email will be used for web based operations, such as edits and merges."
+msgstr ""
+
+msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
+msgstr ""
+
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
+
+msgid "Your GPG keys (%{count})"
+msgstr ""
+
+msgid "Your GitLab group"
+msgstr ""
+
+msgid "Your Gitlab Gold trial will last 30 days after which point you can keep your free Gitlab account forever. We just need some additional information to activate your trial."
+msgstr ""
+
+msgid "Your Groups"
+msgstr ""
+
+msgid "Your License"
+msgstr ""
+
+msgid "Your Personal Access Tokens will expire in %{days_to_expire} days or less"
+msgstr ""
+
+msgid "Your Primary Email will be used for avatar detection."
+msgstr ""
+
+msgid "Your Projects (default)"
+msgstr ""
+
+msgid "Your Projects' Activity"
+msgstr ""
+
+msgid "Your Public Email will be displayed on your public profile."
+msgstr ""
+
+msgid "Your SSH keys (%{count})"
+msgstr ""
+
+msgid "Your To-Do List"
+msgstr ""
+
+msgid "Your U2F device did not send a valid JSON response."
+msgstr ""
+
+msgid "Your U2F device needs to be set up. Plug it in (if not already) and click the button on the left."
+msgstr ""
+
+msgid "Your U2F device was registered!"
+msgstr ""
+
+msgid "Your access request to the %{source_type} has been withdrawn."
+msgstr ""
+
+msgid "Your account has been deactivated by your administrator. Please log back in to reactivate your account."
+msgstr ""
+
+msgid "Your account is locked."
+msgstr ""
+
+msgid "Your account uses dedicated credentials for the \"%{group_name}\" group and can only be updated through SSO."
+msgstr ""
+
+msgid "Your applications (%{size})"
+msgstr ""
+
+msgid "Your authorized applications"
+msgstr ""
+
+msgid "Your browser doesn't support U2F. Please use Google Chrome desktop (version 41 or newer)."
+msgstr ""
+
+msgid "Your changes can be committed to %{branch_name} because a merge request is open."
+msgstr ""
+
+msgid "Your changes have been committed. Commit %{commitId} %{commitStats}"
+msgstr ""
+
+msgid "Your changes have been saved"
+msgstr ""
+
+msgid "Your changes have been successfully committed."
+msgstr ""
+
+msgid "Your comment could not be submitted because %{error}"
+msgstr ""
+
+msgid "Your comment could not be submitted! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment could not be updated! Please check your network connection and try again."
+msgstr ""
+
+msgid "Your comment will be discarded."
+msgstr ""
+
+msgid "Your custom stage '%{title}' was created"
+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 deployment services will be broken, you will need to manually fix the services after renaming."
+msgstr ""
+
+msgid "Your device was successfully set up! Give it a name and register it with the GitLab server."
+msgstr ""
+
+msgid "Your 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 is valid from"
+msgstr ""
+
+msgid "Your license will be included in your GitLab backup and will survive upgrades, so in normal usage you should never need to re-upload your %{code_open}.gitlab-license%{code_close} file."
+msgstr ""
+
+msgid "Your message here"
+msgstr ""
+
+msgid "Your name"
+msgstr ""
+
+msgid "Your new %{type}"
+msgstr ""
+
+msgid "Your new SCIM token"
+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 ""
+
+msgid "Your password reset token has expired."
+msgstr ""
+
+msgid "Your personal access token has expired"
+msgstr ""
+
+msgid "Your profile"
+msgstr ""
+
+msgid "Your project limit is %{limit} projects! Please contact your administrator to increase it"
+msgstr ""
+
+msgid "Your projects"
+msgstr ""
+
+msgid "Your request for access could not be processed: %{error_meesage}"
+msgstr ""
+
+msgid "Your request for access has been queued for review."
+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 subscription expired!"
+msgstr ""
+
+msgid "Your subscription has been downgraded."
+msgstr ""
+
+msgid "Your subscription will expire in %{remaining_days}."
+msgstr ""
+
+msgid "Zoom meeting added"
+msgstr ""
+
+msgid "Zoom meeting removed"
+msgstr ""
+
+msgid "[No reason]"
+msgstr ""
+
+msgid "a deleted user"
+msgstr ""
+
+msgid "a design"
+msgstr ""
+
+msgid "about 1 hour"
+msgid_plural "about %d hours"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "access:"
+msgstr ""
+
+msgid "activated"
+msgstr ""
+
+msgid "added %{created_at_timeago}"
+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 has a \"created\" issue link"
+msgstr ""
+
+msgid "already shared with this group"
+msgstr ""
+
+msgid "among other things"
+msgstr ""
+
+msgid "and"
+msgstr ""
+
+msgid "any-approver for the merge request already exists"
+msgstr ""
+
+msgid "any-approver for the project already exists"
+msgstr ""
+
+msgid "approved by: "
+msgstr ""
+
+msgid "archived"
+msgstr ""
+
+msgid "archived:"
+msgstr ""
+
+msgid "as %{role}."
+msgstr ""
+
+msgid "assign yourself"
+msgstr ""
+
+msgid "at risk"
+msgstr ""
+
+msgid "attach a new file"
+msgstr ""
+
+msgid "authored"
+msgstr ""
+
+msgid "blocks"
+msgstr ""
+
+msgid "branch name"
+msgstr ""
+
+msgid "by"
+msgstr ""
+
+msgid "by %{user}"
+msgstr ""
+
+msgid "cannot be changed if a personal project has container registry tags."
+msgstr ""
+
+msgid "cannot be enabled unless all domains have TLS certificates"
+msgstr ""
+
+msgid "cannot be modified"
+msgstr ""
+
+msgid "cannot block others"
+msgstr ""
+
+msgid "cannot 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 "child-pipeline"
+msgstr ""
+
+msgid "ciReport|%{degradedNum} degraded"
+msgstr ""
+
+msgid "ciReport|%{improvedNum} improved"
+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 Scanning %{linkEndTag}"
+msgstr ""
+
+msgid "ciReport|%{linkStartTag}Learn more about codequality reports %{linkEndTag}"
+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|(errors when loading results)"
+msgstr ""
+
+msgid "ciReport|(is loading)"
+msgstr ""
+
+msgid "ciReport|(is loading, errors when loading results)"
+msgstr ""
+
+msgid "ciReport|All projects"
+msgstr ""
+
+msgid "ciReport|All scanners"
+msgstr ""
+
+msgid "ciReport|All severities"
+msgstr ""
+
+msgid "ciReport|Automatically apply the patch in a new branch"
+msgstr ""
+
+msgid "ciReport|Base pipeline codequality artifact not found"
+msgstr ""
+
+msgid "ciReport|Browser performance test metrics: "
+msgstr ""
+
+msgid "ciReport|Browser performance test metrics: No changes"
+msgstr ""
+
+msgid "ciReport|Checks"
+msgstr ""
+
+msgid "ciReport|Code quality"
+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|Coverage Fuzzing"
+msgstr ""
+
+msgid "ciReport|Coverage Fuzzing Title"
+msgstr ""
+
+msgid "ciReport|Coverage fuzzing"
+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|Fixed"
+msgstr ""
+
+msgid "ciReport|Fixed:"
+msgstr ""
+
+msgid "ciReport|Found %{issuesWithCount}"
+msgstr ""
+
+msgid "ciReport|Investigate this vulnerability by creating an issue"
+msgstr ""
+
+msgid "ciReport|Learn more about interacting with security reports"
+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|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 scanning"
+msgstr ""
+
+msgid "ciReport|Secret scanning detects secrets and credentials vulnerabilities in your source code."
+msgstr ""
+
+msgid "ciReport|Security scanning"
+msgstr ""
+
+msgid "ciReport|Security scanning failed loading any results"
+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|Used by %{packagesString}"
+msgid_plural "ciReport|Used by %{packagesString}, and %{lastPackage}"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "ciReport|View full report"
+msgstr ""
+
+msgid "closed issue"
+msgstr ""
+
+msgid "comment"
+msgstr ""
+
+msgid "commented on %{link_to_project}"
+msgstr ""
+
+msgid "commit %{commit_id}"
+msgstr ""
+
+msgid "committed"
+msgstr ""
+
+msgid "connecting"
+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 "could not read private key, is the passphrase correct?"
+msgstr ""
+
+msgid "created"
+msgstr ""
+
+msgid "created %{timeAgo}"
+msgstr ""
+
+msgid "customize"
+msgstr ""
+
+msgid "data"
+msgstr ""
+
+msgid "date must not be after 9999-12-31"
+msgstr ""
+
+msgid "day"
+msgid_plural "days"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "default branch"
+msgstr ""
+
+msgid "deleted"
+msgstr ""
+
+msgid "deploy"
+msgstr ""
+
+msgid "design"
+msgstr ""
+
+msgid "designs"
+msgstr ""
+
+msgid "detached"
+msgstr ""
+
+msgid "disabled"
+msgstr ""
+
+msgid "does not exist"
+msgstr ""
+
+msgid "does not have a supported extension. Only %{extension_list} are supported"
+msgstr ""
+
+msgid "done"
+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 "email '%{email}' does not match the allowed domains of %{email_domains}"
+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 "entries cannot be larger than 255 characters"
+msgstr ""
+
+msgid "entries cannot be nil"
+msgstr ""
+
+msgid "entries cannot contain HTML tags"
+msgstr ""
+
+msgid "epic"
+msgstr ""
+
+msgid "error"
+msgstr ""
+
+msgid "error code:"
+msgstr ""
+
+msgid "estimateCommand|%{slash_command} will update the estimated time with the latest command."
+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 "file"
+msgid_plural "files"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "finding is not found or is already attached to a vulnerability"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch}"
+msgstr ""
+
+msgid "for %{link_to_merge_request} with %{link_to_merge_request_source_branch} into %{link_to_merge_request_target_branch}"
+msgstr ""
+
+msgid "for %{link_to_pipeline_ref}"
+msgstr ""
+
+msgid "for %{ref}"
+msgstr ""
+
+msgid "for this project"
+msgstr ""
+
+msgid "fork this project"
+msgstr ""
+
+msgid "from"
+msgstr ""
+
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "group"
+msgstr ""
+
+msgid "group members"
+msgstr ""
+
+msgid "groups"
+msgstr ""
+
+msgid "has already been linked to another vulnerability"
+msgstr ""
+
+msgid "has already been taken"
+msgstr ""
+
+msgid "help"
+msgstr ""
+
+msgid "http:"
+msgstr ""
+
+msgid "https://your-bitbucket-server"
+msgstr ""
+
+msgid "image diff"
+msgstr ""
+
+msgid "impersonation token"
+msgstr ""
+
+msgid "impersonation tokens"
+msgstr ""
+
+msgid "import flow"
+msgstr ""
+
+msgid "importing"
+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 enabled."
+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. Try again with a different email address, or contact your GitLab admin."
+msgstr ""
+
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
+msgid "is not an email you own"
+msgstr ""
+
+msgid "is not in the group enforcing Group Managed Account"
+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 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 "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"
+msgstr ""
+
+msgid "locked by %{path_lock_user_name} %{created_at}"
+msgstr ""
+
+msgid "log in"
+msgstr ""
+
+msgid "manual"
+msgstr ""
+
+msgid "math|The math in this entry is taking too long to render and may not be displayed as expected. For performance reasons, math blocks are also limited to %{maxChars} characters. Consider splitting up large formulae, splitting math blocks among multiple entries, or using an image instead."
+msgstr ""
+
+msgid "math|There was an error rendering this math block"
+msgstr ""
+
+msgid "merge request"
+msgid_plural "merge requests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "merged %{timeAgo}"
+msgstr ""
+
+msgid "metric_id must be unique across a project"
+msgstr ""
+
+msgid "missing"
+msgstr ""
+
+msgid "most recent deployment"
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} and %{mergeCommitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|%{commitCount} will be added to %{targetBranch}."
+msgstr ""
+
+msgid "mrWidgetCommitsAdded|1 merge commit"
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Currently there are no changes in this merge request's source branch. Please push new commits or use a different branch."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Interested parties can even contribute by pushing commits if they want to."
+msgstr ""
+
+msgid "mrWidgetNothingToMerge|Merge requests are a place to propose changes you have made to a project and discuss those changes with others."
+msgstr ""
+
+msgid "mrWidget| Please restore it or use a different %{missingBranchName} branch"
+msgstr ""
+
+msgid "mrWidget|%{link_start}Learn more about resolving conflicts%{link_end}"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} decreased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage %{emphasisStart} increased %{emphasisEnd} from %{memoryFrom}MB to %{memoryTo}MB"
+msgstr ""
+
+msgid "mrWidget|%{metricsLinkStart} Memory %{metricsLinkEnd} usage is %{emphasisStart} unchanged %{emphasisEnd} at %{memoryFrom}MB"
+msgstr ""
+
+msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
+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"
+msgstr ""
+
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
+msgid "mrWidget|Allows commits from members who can merge to the target branch"
+msgstr ""
+
+msgid "mrWidget|An error occurred while removing your approval."
+msgstr ""
+
+msgid "mrWidget|An error occurred while retrieving approval data for this merge request."
+msgstr ""
+
+msgid "mrWidget|An error occurred while submitting your approval."
+msgstr ""
+
+msgid "mrWidget|Approval 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|Are you adding technical debt or code vulnerabilities?"
+msgstr ""
+
+msgid "mrWidget|Before this can be merged, one or more threads must be resolved."
+msgstr ""
+
+msgid "mrWidget|Cancel automatic 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"
+msgstr ""
+
+msgid "mrWidget|Delete source branch"
+msgstr ""
+
+msgid "mrWidget|Deployment statistics are not available currently"
+msgstr ""
+
+msgid "mrWidget|Did not close"
+msgstr ""
+
+msgid "mrWidget|Email patches"
+msgstr ""
+
+msgid "mrWidget|Failed to load deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Fast-forward merge is not possible. To merge this request, first rebase locally."
+msgstr ""
+
+msgid "mrWidget|Fork merge requests do not create merge request pipelines which validate a post merge result"
+msgstr ""
+
+msgid "mrWidget|Fork project merge requests do not create merge request pipelines that validate a post merge result unless invoked by a project member."
+msgstr ""
+
+msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
+msgstr ""
+
+msgid "mrWidget|Jump to first unresolved thread"
+msgstr ""
+
+msgid "mrWidget|Loading deployment statistics"
+msgstr ""
+
+msgid "mrWidget|Mark as ready"
+msgstr ""
+
+msgid "mrWidget|Mentions"
+msgstr ""
+
+msgid "mrWidget|Merge"
+msgstr ""
+
+msgid "mrWidget|Merge failed."
+msgstr ""
+
+msgid "mrWidget|Merge failed: %{mergeError}. Please try again."
+msgstr ""
+
+msgid "mrWidget|Merge locally"
+msgstr ""
+
+msgid "mrWidget|Merge request approved."
+msgstr ""
+
+msgid "mrWidget|Merged by"
+msgstr ""
+
+msgid "mrWidget|More information"
+msgstr ""
+
+msgid "mrWidget|Open in Web IDE"
+msgstr ""
+
+msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a manual action to proceed"
+msgstr ""
+
+msgid "mrWidget|Plain diff"
+msgstr ""
+
+msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
+msgstr ""
+
+msgid "mrWidget|Refresh"
+msgstr ""
+
+msgid "mrWidget|Refresh now"
+msgstr ""
+
+msgid "mrWidget|Refreshing now"
+msgstr ""
+
+msgid "mrWidget|Remove from merge train"
+msgstr ""
+
+msgid "mrWidget|Request to merge"
+msgstr ""
+
+msgid "mrWidget|Resolve all threads in new issue"
+msgstr ""
+
+msgid "mrWidget|Resolve conflicts"
+msgstr ""
+
+msgid "mrWidget|Resolve these conflicts or ask someone with write access to this repository to merge it locally"
+msgstr ""
+
+msgid "mrWidget|Revert"
+msgstr ""
+
+msgid "mrWidget|Revert this merge request in a new merge request"
+msgstr ""
+
+msgid "mrWidget|Revoke approval"
+msgstr ""
+
+msgid "mrWidget|Set by"
+msgstr ""
+
+msgid "mrWidget|The changes were merged into"
+msgstr ""
+
+msgid "mrWidget|The changes were not merged into"
+msgstr ""
+
+msgid "mrWidget|The changes will be merged into"
+msgstr ""
+
+msgid "mrWidget|The pipeline for this merge request failed. Please retry the job or push a new commit to fix the failure"
+msgstr ""
+
+msgid "mrWidget|The source branch HEAD has recently changed. Please reload the page and review the changes before merging"
+msgstr ""
+
+msgid "mrWidget|The source branch has been deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch is %{commitsBehindLinkStart}%{commitsBehind}%{commitsBehindLinkEnd} the target branch"
+msgstr ""
+
+msgid "mrWidget|The source branch is being deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will be deleted"
+msgstr ""
+
+msgid "mrWidget|The source branch will not be deleted"
+msgstr ""
+
+msgid "mrWidget|There are merge conflicts"
+msgstr ""
+
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgstr ""
+
+msgid "mrWidget|This merge request failed to be merged automatically"
+msgstr ""
+
+msgid "mrWidget|This merge request is in the process of being merged"
+msgstr ""
+
+msgid "mrWidget|This project is archived, write access has been disabled"
+msgstr ""
+
+msgid "mrWidget|To approve this merge request, please enter your password. This project requires all approvals to be authenticated."
+msgstr ""
+
+msgid "mrWidget|Use %{linkStart}CI pipelines to test your code%{linkEnd} by simply adding a GitLab CI configuration file to your project. It only takes a minute to make your code more secure and robust."
+msgstr ""
+
+msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
+msgstr ""
+
+msgid "mrWidget|You can delete the source branch now"
+msgstr ""
+
+msgid "mrWidget|You can merge after removing denied licenses"
+msgstr ""
+
+msgid "mrWidget|You can merge this merge request manually using the"
+msgstr ""
+
+msgid "mrWidget|Your password"
+msgstr ""
+
+msgid "mrWidget|branch does not exist."
+msgstr ""
+
+msgid "mrWidget|command line"
+msgstr ""
+
+msgid "mrWidget|into"
+msgstr ""
+
+msgid "mrWidget|to be added to the merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to be merged automatically when the pipeline succeeds"
+msgstr ""
+
+msgid "mrWidget|to start a merge train when the pipeline succeeds"
+msgstr ""
+
+msgid "must be a root namespace"
+msgstr ""
+
+msgid "must be greater than start date"
+msgstr ""
+
+msgid "must contain only valid frameworks"
+msgstr ""
+
+msgid "my-awesome-group"
+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 contributions"
+msgstr ""
+
+msgid "no expiration"
+msgstr ""
+
+msgid "no one can merge"
+msgstr ""
+
+msgid "none"
+msgstr ""
+
+msgid "not found"
+msgstr ""
+
+msgid "notification emails"
+msgstr ""
+
+msgid "nounSeries|%{firstItem} and %{lastItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}"
+msgstr ""
+
+msgid "nounSeries|%{item}, %{nextItem}"
+msgstr ""
+
+msgid "nounSeries|%{item}, and %{lastItem}"
+msgstr ""
+
+msgid "on track"
+msgstr ""
+
+msgid "open issue"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user}"
+msgstr ""
+
+msgid "opened %{timeAgoString} by %{user} in Jira"
+msgstr ""
+
+msgid "opened %{timeAgo}"
+msgstr ""
+
+msgid "or"
+msgstr ""
+
+msgid "out of %d total test"
+msgid_plural "out of %d total tests"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "parent"
+msgid_plural "parents"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "password"
+msgstr ""
+
+msgid "paused"
+msgstr ""
+
+msgid "pending comment"
+msgstr ""
+
+msgid "pending removal"
+msgstr ""
+
+msgid "per day"
+msgstr ""
+
+msgid "personal access token"
+msgstr ""
+
+msgid "personal access tokens"
+msgstr ""
+
+msgid "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 "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 "projects"
+msgstr ""
+
+msgid "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 "quick actions"
+msgstr ""
+
+msgid "recent activity"
+msgstr ""
+
+msgid "register"
+msgstr ""
+
+msgid "relates to"
+msgstr ""
+
+msgid "released %{time}"
+msgstr ""
+
+msgid "remaining"
+msgstr ""
+
+msgid "remove"
+msgstr ""
+
+msgid "remove due date"
+msgstr ""
+
+msgid "remove weight"
+msgstr ""
+
+msgid "removed a Zoom call from this issue"
+msgstr ""
+
+msgid "rendered diff"
+msgstr ""
+
+msgid "reply"
+msgid_plural "replies"
+msgstr[0] ""
+msgstr[1] ""
+
+msgid "repository:"
+msgstr ""
+
+msgid "reset it."
+msgstr ""
+
+msgid "revised"
+msgstr ""
+
+msgid "satisfied"
+msgstr ""
+
+msgid "security Reports|There was an error creating the merge request"
+msgstr ""
+
+msgid "settings saved, but not activated"
+msgstr ""
+
+msgid "severity|Critical"
+msgstr ""
+
+msgid "severity|High"
+msgstr ""
+
+msgid "severity|Info"
+msgstr ""
+
+msgid "severity|Low"
+msgstr ""
+
+msgid "severity|Medium"
+msgstr ""
+
+msgid "severity|None"
+msgstr ""
+
+msgid "severity|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 "sort:"
+msgstr ""
+
+msgid "source"
+msgstr ""
+
+msgid "source diff"
+msgstr ""
+
+msgid "specific"
+msgstr ""
+
+msgid "specified top is not part of the tree"
+msgstr ""
+
+msgid "spendCommand|%{slash_command} will update the sum of the time spent."
+msgstr ""
+
+msgid "ssh:"
+msgstr ""
+
+msgid "started"
+msgstr ""
+
+msgid "started a discussion on %{design_link}"
+msgstr ""
+
+msgid "started on %{timebox_start_date}"
+msgstr ""
+
+msgid "starts on %{timebox_start_date}"
+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 "syntax is correct"
+msgstr ""
+
+msgid "syntax is incorrect"
+msgstr ""
+
+msgid "tag name"
+msgstr ""
+
+msgid "teammate%{number}@company.com"
+msgstr ""
+
+msgid "the following issue(s)"
+msgstr ""
+
+msgid "this document"
+msgstr ""
+
+msgid "time summary"
+msgstr ""
+
+msgid "to help your contributors communicate effectively!"
+msgstr ""
+
+msgid "to join %{source_name}"
+msgstr ""
+
+msgid "to list"
+msgstr ""
+
+msgid "toggle collapse"
+msgstr ""
+
+msgid "toggle dropdown"
+msgstr ""
+
+msgid "triggered"
+msgstr ""
+
+msgid "two-factor authentication settings"
+msgstr ""
+
+msgid "unicode domains should use IDNA encoding"
+msgstr ""
+
+msgid "updated"
+msgstr ""
+
+msgid "updated %{timeAgo}"
+msgstr ""
+
+msgid "updated %{time_ago}"
+msgstr ""
+
+msgid "uploaded"
+msgstr ""
+
+msgid "uploads"
+msgstr ""
+
+msgid "user avatar"
+msgstr ""
+
+msgid "username"
+msgstr ""
+
+msgid "uses Kubernetes clusters to deploy your code!"
+msgstr ""
+
+msgid "v%{version} published %{timeAgo}"
+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 "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 "will be released %{time}"
+msgstr ""
+
+msgid "with %{additions} additions, %{deletions} deletions."
+msgstr ""
+
+msgid "with expiry changing from %{old_expiry} to %{new_expiry}"
+msgstr ""
+
+msgid "with expiry remaining unchanged at %{old_expiry}"
+msgstr ""
+
+msgid "yaml invalid"
+msgstr ""
+
diff --git a/locale/ko/gitlab.po b/locale/ko/gitlab.po
index ac90aa37315..76aa839787b 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: 2020-08-06 13:46\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr " %{start}부터 %{end}까지"
@@ -54,14 +54,14 @@ msgstr[0] " %d í¬ì¸íŠ¸ í–¥ìƒ"
msgid " or "
msgstr " ë˜ëŠ” "
-msgid " or <!merge request id>"
-msgstr " ë˜ëŠ” <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " ë˜ëŠ” <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " ë˜ëŠ” <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " ë˜ëŠ” 참조 (예: path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr " ë˜ëŠ” 참조 (예: path/to/project!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\"는 \"%{ref}\"ì— ì¡´ìž¬í•˜ì§€ 않습니다"
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] "%s 추가 ì»¤ë°‹ì€ ì„±ëŠ¥ ì´ìŠˆë¥¼ 방지하기 위해 ìƒëžµë˜ì—ˆ
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} 코어"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count}ê°œì˜ LOC ë˜ëŠ” 커밋"
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Sentry ì´ë²¤íŠ¸: %{errorUrl}- 첫 발견 시간: %{firstSeen}- 마지막 발견 시간: %{lastSeen}%{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -366,8 +378,8 @@ msgstr "%{firstLabel} +%{labelCount} ë”보기"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones}ê°œ ë” ìžˆìŒ"
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id}(ì€)는 %{expected_type}ì˜ ìœ íš¨í•œ IDê°€ 아닙니다."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}그룹%{group_docs_link_end}ì„ ì‚¬ìš©í•˜ë©´ 여러 프로ì íŠ¸ë¥¼ 관리하고 ê³µë™ ìž‘ì—…ì„ ìˆ˜í–‰ í•  수 있습니다. 그룹 회ì›ì€ 모든 프로ì íŠ¸ì— 액세스 í•  수 있습니다."
@@ -453,9 +465,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr "%{listToShow}, 그리고 %{awardsListLength}ê°œ ë” ìžˆìŒ"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 시작ë¨"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 경로는 GitLab User %{lock_user_id} ì— ì˜í•´ 잠겼습니다."
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} 머지 가능"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, ì´ ì´ìŠˆëŠ” ìžë™ìœ¼ë¡œ í´ë¡œì¦ˆ ë©ë‹ˆë‹¤."
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} (ì´)ê°€ Akismetì— ì„±ê³µì ìœ¼ë¡œ 제출ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -628,6 +658,9 @@ msgstr "%{start}부터 %{end}까지"
msgid "%{state} epics"
msgstr "%{state} ì—픽"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr "(외부 소스)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(ì‚­ì œë¨)"
@@ -961,15 +1018,6 @@ msgstr "8 시간"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "< 1시간"
-
-msgid "<project name>"
-msgstr "<프로ì íŠ¸ ì´ë¦„>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "소스 브랜치 <strong>삭제</strong>"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "'러너(Runner)'는 ìž‘ì—…ì„ ì‹¤í–‰í•˜ëŠ” 프로세스입니다. 필요한 ë§Œí¼ ëŸ¬ë„ˆë¥¼ ì…‹ì—…í•  수 있습니다."
@@ -1033,8 +1081,8 @@ msgstr "사ì´ë²„ í­ë ¥ ë°©ì§€íŒ€ì´ ìµœëŒ€í•œ 빨리 ê·€í•˜ì˜ ë¦¬í¬íŠ¸ë¥¼ ê²
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "보안 ë³´ê³ ì„œì— ì•Œë ¤ì§€ì§€ 않았거나, 높거나 ë˜ëŠ” 심ê°í•œ 취약ì ì´ 있는 경우, 머지 요청 승ì¸ì´ 필요합니다."
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "ë¼ì´ì„¼ìŠ¤ 준수 ë³´ê³ ì— ë¸”ëž™ë¦¬ìŠ¤íŠ¸ëœ ë¼ì´ì„¼ìŠ¤ê°€ í¬í•¨ëœ 경우, 머지 요청 승ì¸ì´ 필요합니다."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "새로운 Auto DevOps 파ì´í”„ë¼ì¸ì´ ìƒì„±ë˜ì—ˆìŠµë‹ˆë‹¤. %{pipelines_link_start}파ì´í”„ë¼ì¸ 페ì´ì§€%{pipelines_link_end}ë¡œ ì´ë™í•˜ì—¬ ìžì„¸ížˆ 알아보세요."
@@ -1051,6 +1099,9 @@ msgstr "í¬í¬ì™€ 새 머지 리퀘스트(MR)ê°€ 시작ë˜ë©´ 새로운 브랜ì¹
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 "ì´ ì¼ë°˜ HTML 사ì´íŠ¸ëŠ” GitLab CI/CD 대신 Netlify를 사용하지만, GitLabì˜ ë‹¤ë¥¸ 멋진 ê¸°ëŠ¥ì„ ê³„ì† ì‚¬ìš©í•  수 있습니다."
@@ -1153,6 +1204,9 @@ msgstr "액세스 만료ì¼"
msgid "Access forbidden. Check your access level."
msgstr "액세스 금지. ì ‘ê·¼ ê¶Œí•œì„ í™•ì¸í•˜ì„¸ìš”."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "%{classification_label} ì— ëŒ€í•œ 액세스가 허용ë˜ì§€ 않습니다."
@@ -1264,6 +1318,9 @@ msgstr "활성화"
msgid "Activate Service Desk"
msgstr "서비스 ë°ìŠ¤í¬ 활성화"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "활성"
@@ -1295,12 +1352,6 @@ msgstr[0] "ì´ìŠˆ %d 추가"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr "%{linkStart}ì—ì…‹%{linkEnd}ì„ ë¦´ë¦¬ì¦ˆì— ì¶”ê°€í•˜ì„¸ìš”. GitLabì´ ìžë™ìœ¼ë¡œ 소스 코드나 릴리즈 ì¦ê±°ì²˜ëŸ¼ ìžë™ìœ¼ë¡œ í¬í•¨í•©ë‹ˆë‹¤."
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "ë³€ê²½ëœ ë¡œê·¸ 추가"
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr "댓글 추가"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 "ë©”ì¼ ë¨¸ë¦¬ë§ ë° ê¼¬ë¦¬ë§ì„ 추가하십시오. 단, ìƒ‰ìƒ ì„¤ì •ì€ ì• í”Œë¦¬ì¼€ì´ì…˜ ì¸í„°íŽ˜ì´ìŠ¤ 안ì—서만 ì ìš©ë˜ëŠ” ì ì„ 참고해 주십시오."
@@ -1439,6 +1496,9 @@ msgstr "ì´ìŠˆ 추가"
msgid "Add italic text"
msgstr "기울임 í…스트 추가"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "ë ˆì´ë¸” 추가"
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr "템플릿 ì„ íƒ"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr "모든 프로ì íŠ¸ì˜ ìžë™ 앱 리뷰 ë° ìžë™ ë°°í¬ ë‹¨ê³„ì—ì„œ
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "새 환경 변수를 작성할 ë•Œ 기본ì ìœ¼ë¡œ 보호ë©ë‹ˆë‹¤."
@@ -1959,6 +2025,9 @@ msgstr[0] "알림"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr "모든 ì´ë©”ì¼ ì£¼ì†ŒëŠ” ì»¤ë°‹ì„ ì‹ë³„하는 ë° ì‚¬ìš©ë©ë‹ˆë‹¤."
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "모든 ê¸°ëŠ¥ì€ ë¹„ì–´ìžˆëŠ” 프로ì íŠ¸, 템플릿, 가져올 ë•Œ 사용할 수 있지만 ë‚˜ì¤‘ì— í”„ë¡œì íŠ¸ 설정ì—ì„œ 비활성화 í•  수 있습니다."
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "ë‚´ ë³€ê²½ì‚¬í•­ì„ ì»¤ë°‹í•˜ë˜ ë„중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,15 +2754,18 @@ 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 LDAP override status. Please try again."
msgstr "LDAP 무시 ìƒíƒœë¥¼ 저장하는 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. 다시 ì‹œë„하십시오."
msgid "An error occurred while saving assignees"
msgstr "담당ìžë¥¼ 저장하는 중 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-msgid "An error occurred while saving the approval settings"
-msgstr "ìŠ¹ì¸ ì„¤ì •ì„ ì €ìž¥í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2703,12 +2790,18 @@ msgstr "승ì¸ìžë¥¼ ì—…ë°ì´íŠ¸í•˜ëŠ” ë™ì•ˆ 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤"
msgid "An error occurred while updating the comment"
msgstr "ëŒ“ê¸€ì„ ì—…ë°ì´íŠ¸í•˜ëŠ” 중 오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
+msgid "An error occurred while updating the list. 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 "오류가 ë°œìƒí–ˆìŠµë‹ˆë‹¤. 다시 ì‹œë„í•´ 주세요."
@@ -2787,6 +2880,9 @@ msgstr "Any"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr "4ì›”"
msgid "April"
msgstr "4ì›”"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr "차트 정렬"
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr "결과물 ID"
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr "결과물"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr "권한 부여"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "%{link_to_client} ì„ ë‚´ 계정으로 ì¸ì¦í•˜ì‹œê² ì–´ìš”?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}를 사ìš
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Let's Encrypt를 사용하여 ì¸ì¦ì„œë¥¼ ìžë™ìœ¼ë¡œ 관리"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,8 +3726,8 @@ msgstr "ê·¸ë£¹ì— ë°°ì§€ê°€ 없습니다."
msgid "Badges|This project has no badges"
msgstr "프로ì íŠ¸ì— 배지가 없습니다."
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "ì´ ë°°ì§€ë¥¼ 삭제하려고합니다. ì‚­ì œ ëœ ë°°ì§€ëŠ” <strong>ë³µì› í•  수 없습니다</strong>."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "내 배지"
@@ -3738,6 +3840,9 @@ msgstr "ì›”"
msgid "BillingPlans|per user"
msgstr "ì‚¬ìš©ìž ë‹¹"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "업그레ì´ë“œ"
@@ -3807,14 +3912,17 @@ msgstr ""
msgid "Boards|View scope"
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 "%{branchName} 브랜치는 ì´ í”„ë¡œì íŠ¸ ì €ìž¥ì†Œì— ì—†ìŠµë‹ˆë‹¤."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "<strong>%{branch_name}</strong> 브랜치가 ìƒì„±ë˜ì—ˆìŠµë‹ˆë‹¤. ìžë™ ë°°í¬ë¥¼ 설정하려면 GitLab CI Yaml í…œí”Œë¦¿ì„ ì„ íƒí•˜ê³  변경 ì‚¬í•­ì„ ì ìš©í•˜ì‹­ì‹œì˜¤. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "브랜치가 변경ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "비즈니스"
@@ -4182,6 +4293,9 @@ msgstr "Canary Deployments는 ì¸ê¸°ìžˆëŠ” CI 전략으로, ë°°í¬í™˜ê²½ì˜ ì¼ë
msgid "Cancel"
msgstr "취소"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "실행 취소"
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "%{docs_link_start} 여기부터 %{docs_link_end} 여기까지 확ì¸."
-msgid "Check your .gitlab-ci.yml"
-msgstr "ë‹¹ì‹ ì˜ .gitlab-ci.ymlì„ ì ê²€í•˜ì„¸ìš”."
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,8 +4764,8 @@ msgstr "저장소 ê°€ì ¸ì˜¤ê¸°ì— ëŒ€í•œ 최ìƒìœ„ ê·¸ë£¹ì„ ì„ íƒí•˜ì„¸ìš”."
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "공개 ìˆ˜ì¤€ì„ ì •í•˜ê³ , 프로ì íŠ¸ ê¸°ëŠ¥ì„ (ì´ìŠˆ, 저장소, 위키, 스니펫) 사용/중지하고, ê¶Œí•œì„ ì„¤ì •í•˜ì‹­ì‹œì˜¤."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "해당 ê·¸ë£¹ì˜ ê°œìš” 페ì´ì§€ì—ì„œ ë³´ê³  ì‹¶ì€ ë¶€ë¶„ì„ ê³ ë¥´ì„¸ìš”."
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Ci/CD 파ì´í”„ë¼ì¸ì´ ì—°ê²°ë˜ê³  실행할 저장소를 ì„ íƒí•´ 주세요."
@@ -4821,9 +4932,15 @@ msgstr "사용할 수 없습니다: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "지우기"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr "닫힘"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "닫힌 ì´ìŠˆ"
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}추가 정보%{custom_domain_end}"
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "ê°œì¸ ë„ë©”ì¸ ëŒ€ì‹  사용할 수 있습니다."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList}ê°€ Kubernetes í´ëŸ¬ìŠ¤í„°ì— 설치ë˜ì—ˆìŠµë‹ˆë‹¤"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,14 +5148,17 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
-msgstr "í´ëŸ¬ìŠ¤í„° 통합 | 대용으로"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr ""
@@ -5046,6 +5175,9 @@ msgstr "ClusterIntegration|프로ì íŠ¸ë¥¼ 가져오는 ë„중 오류가 ë°œìƒí
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ì— 설치할 ì‘ìš© í”„ë¡œê·¸ëž¨ì„ ì„ íƒí•˜ì‹­ì‹œì˜¤. ì•„ëž˜ì˜ ì‘ìš© í”„ë¡œê·¸ëž¨ë“¤ì„ ì„¤ì¹˜í•˜ê¸° 위해서는 Helm Tillerê°€ í•„ìš” 합니다."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "ì´ Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 사용할 프로ì íŠ¸ 환경 ì„ íƒ"
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "API URL 복사"
@@ -5301,9 +5433,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helmì€ Kubernetes ì‘ìš© 프로그램 설치 ë° ê´€ë¦¬ë¥¼ 간소화 합니다. Tiller는 Kubernetes Cluster 내부ì—ì„œ 실행ë˜ë©° ì°¨íŠ¸ì˜ ë¦´ë¦¬ìŠ¤ë¥¼ 관리합니다."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,8 +5628,8 @@ msgstr "노드 수"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Kubernetes í´ëŸ¬ìŠ¤í„°ì— 대한 액세스 정보를 입력하십시오. ë„ì›€ì´ í•„ìš”í•˜ì‹œë©´, Kubernetesì— ëŒ€í•œ %{link_to_help_page} 를 참고하세요."
+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 "ë‹¹ì‹ ì˜ Google ê³„ì •ì´ ë‹¤ìŒì˜ 요구 ì‚¬í•­ì„ ì¶©ì¡±í•˜ëŠ”ì§€ í™•ì¸ í•˜ì„¸ìš”."
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ msgstr "%{link_to_container_project} 프로ì íŠ¸ì— Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼
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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 "ì´ í”„ë¡œì íŠ¸ì— ì—°ê²°ëœ Kubernetes í´ëŸ¬ìŠ¤í„°ë¥¼ 통해 어플리케ì´ì…˜ì„ 리뷰, ë°°í¬í•  수 있고, 파ì´í”„ë¼ì¸ì„ 실행할 수 있습니다. ê·¸ 외ì—ë„ ë§Žì€ ì¼ì„ 훨씬 쉬운 방법으로 수행할 수 있습니다."
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,8 +5988,8 @@ msgstr "Zone"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "구글 Kubernetes 컨테ì´ë„ˆ ì—”ì§„ì— ì—‘ì„¸ìŠ¤"
-msgid "ClusterIntegration|documentation"
-msgstr "문서"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6021,6 +6165,12 @@ 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 "코멘트"
@@ -6220,8 +6370,8 @@ msgstr ""
msgid "Configure Tracing"
msgstr "ì¶”ì  êµ¬ì„±"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "웹 í„°ë¯¸ë„ ì‚¬ìš©ì„ ì‹œìž‘í•˜ë„ë¡ <code>.gitlab</code> 디렉토리ì—ì„œ <code>.gitlab-webide.yml</code> 파ì¼ì„ 구성하십시오. %{helpStart}ìžì„¸ížˆ 알아보십시오.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "ìžë™ git 검사 ë° ì €ìž¥ì†Œ 하우스 í‚¤í•‘ì„ ì„¤ì •í•©ë‹ˆë‹¤."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr "복사"
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "채팅 ë‹‰ë„¤ìž„ì„ ì¸ì¦í•˜ì§€ 못했습니다. 다시 ì‹œë„하세요!"
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+msgid "Could not create wiki page"
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "채팅 닉네임 %{chat_name}(ì„)를 삭제할 수 없습니다."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr "만들기"
@@ -6937,6 +7103,9 @@ msgstr "ì—픽 ìƒì„±"
msgid "Create file"
msgstr "íŒŒì¼ ë§Œë“¤ê¸°"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "그룹 만들기"
@@ -6973,6 +7142,9 @@ msgstr "새 보드 만들기"
msgid "Create new branch"
msgstr "새 브랜치 ìƒì„±"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "새 디렉토리 만들기"
@@ -6997,6 +7169,9 @@ msgstr "프로ì íŠ¸ ìƒì„±"
msgid "Create project label"
msgstr "새로운 프로ì íŠ¸ ë¼ë²¨"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "ì‚¬ìš©ìž ì§€ì • 호스트네임 (ê°œì¸ ì»¤ë°‹ ì´ë©”ì¼ìš©)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "ì‚¬ìš©ìž ì •ì˜ ì•Œë¦¼ ì´ë²¤íŠ¸"
@@ -7264,6 +7442,15 @@ msgstr "파ì´í”„ë¼ì¸ ì„¤ì •ì„ ë³€ê²½í•˜ê³ , ë‚˜ì˜ íŒŒì´í”„ë¼ì¸ìƒíƒœì™€
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "ë°ì´í„°ê°€ ì•„ì§ ê³„ì‚°ì¤‘ìž…ë‹ˆë‹¤..."
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr "기본 분류 ë¼ë²¨"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,12 +7950,12 @@ msgstr "삭제 "
msgid "Delete Comment"
msgstr "댓글 삭제"
-msgid "Delete Package"
-msgstr "패키지 삭제"
-
msgid "Delete Snippet"
msgstr "스니펫 삭제"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr ""
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr "프로ì íŠ¸ ì‚­ì œ|프로ì íŠ¸ 저장소를 제거하지 못했습니다. ìž ì‹œ 후 다시 ì‹œë„하거나 관리ìžì—게 문ì˜í•˜ì„¸ìš”."
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr "ì‚­ì œë¨"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr "ë¼ì´ì„¼ìŠ¤ ì‚­ì œì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤."
@@ -7760,6 +8061,9 @@ msgstr "ë¼ì´ì„¼ìŠ¤ ì‚­ì œì— ì‹¤íŒ¨í–ˆìŠµë‹ˆë‹¤. ë¼ì´ì„¼ìŠ¤ë¥¼ ì°¾ì„ ìˆ˜ ì—
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "ë¼ì´ì„¼ìŠ¤ë¥¼ 삭제하지 못했습니다. ì´ ìž‘ì—…ì„ ìˆ˜í–‰í•  ê¶Œí•œì´ ì—†ìŠµë‹ˆë‹¤."
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr "호스트 키 발견"
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr "diff 컨í…츠 제한"
msgid "Diff limits"
msgstr "Diff 제한"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr "사용가능한 íŒŒì¼ ì´ë¦„ì´ ì—†ìŠµë‹ˆë‹¤."
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr "토론"
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr "댓글 편집"
-msgid "Edit dashboard"
-msgstr "대시보드 편집"
-
msgid "Edit description"
msgstr "설명 편집"
@@ -8951,9 +9271,6 @@ msgstr "2단계 ì¸ì¦ 활성화"
msgid "Enable usage ping"
msgstr "ping 사용 활성화"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr "ëª¨ë‘ í™•ìž¥"
msgid "Expand approvers"
msgstr "승ì¸ìž 확장"
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "사ì´ë“œë°” 확장"
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr "만료ì¼"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr "만료ë¨"
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr "글꼴 색"
msgid "Footer message"
msgstr "바닥글 메시지"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr "노드가 실패하거나 깨졌습니다."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr "ì²´í¬ì„¬ë¨"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr "ë°ì´í„° 복제 지연"
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "ë§ˆìŠ¤í„°ì˜ ìŠ¤í† ë¦¬ì§€ 구성과 ì¼ì¹˜í•˜ì§€ 않습니다."
-msgid "GeoNodes|Failed"
-msgstr "실패"
-
msgid "GeoNodes|Full"
msgstr "ì „ì²´"
@@ -10833,12 +11144,6 @@ msgstr "ìš´ì˜ ìƒíƒœ"
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "커서로 ì²˜ë¦¬ëœ ë§ˆì§€ë§‰ ì´ë²¤íŠ¸ ID"
@@ -10866,12 +11171,6 @@ msgstr "노드가 성공ì ìœ¼ë¡œ ì‚­ì œë˜ì—ˆìŠµë‹ˆë‹¤."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "ì²´í¬ì„¬ ë˜ì§€ ì•ŠìŒ"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "저장소"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr "ë™ê¸°í™” 설정"
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr "미확ì¸"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr "확ì¸ë¨"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "위키 í™•ì¸ ì§„í–‰"
-
-msgid "GeoNodes|Wikis"
-msgstr "위키"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr "í™•ì¸ ì‹¤íŒ¨- %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "스케줄러 대기 중"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr "%{link_to_google_takeout}ë¡œ ì´ë™í•˜ì‹­ì‹œì˜¤."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "%{group} ë‚´ì˜ í”„ë¡œì íŠ¸ë¥¼ 다른 ê·¸ë£¹ì— ê³µìœ í•  수 없게 합니다."
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr "헬스 정보는 다ìŒì˜ 경로를 통해 조회할 수 있습니다.
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "엑세스 토í°: "
@@ -12240,6 +12536,9 @@ msgstr "비정ìƒ"
msgid "Hello there"
msgstr "안녕하세요!"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "ë„움ë§"
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12705,12 +13019,12 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "고급 Global 검색과 GitLab Enterprise Edition ì„ í†µí•´ ê²€ìƒ‰ê¸°ëŠ¥ì„ í–¥ìƒì‹œí‚¤ì„¸ìš”."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,8 +13247,8 @@ msgstr[0] "ì¸ìŠ¤í„´ìŠ¤"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "ì¸ìŠ¤í„´ìŠ¤ 통계 가시성"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr ""
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr "주기 패턴"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "유효하지 ì•Šì€ URL"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr "ì´ìŠˆ"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "ì´ìŠˆ ë³´ë“œ"
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr "ì´ìŠˆ"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr "JiraService | 비밀번호 ë˜ëŠ” API 토í°"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,8 +14111,8 @@ msgstr "ë¼ë²¨ì€ ì´ìŠˆì™€ 머지 리퀘스트(MR)ì— ì¹´í…Œê³ ë¼ì´ì¦ˆë¥¼ 위
msgid "Labels can be applied to issues and merge requests."
msgstr "ë¼ë²¨ì€ ì´ìŠˆì™€ 머지 리퀘스트(MR)ì— ì‚¬ìš©í•  수 있습니다."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>ë¼ë²¨</span> %{labelTitle} <span>(ì„)를 그룹 ë¼ë²¨ë¡œ 승격하시겠습니까?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "ë ˆì´ë¸” 승격"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "ë¼ì´ì„¼ìŠ¤"
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr "Gitea 저장소 목ë¡"
msgid "List available repositories"
msgstr "사용 가능한 저장소 목ë¡"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr "실시간 미리보기"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr "ìž ê¸ˆì„ ì°¾ì„ ìˆ˜ 없습니다."
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr "Manifest íŒŒì¼ ê°€ì ¸ì˜¤ê¸°"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr "Maven 메타 ë°ì´í„°"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr "회ì›"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "머지 리퀘스트(MR)"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "머지 리퀘스트(MR) ìƒì„±ë¨"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr "머지 진행중"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "현재 ë¼ì´ì„¼ìŠ¤ì—서는 마ì¼ìŠ¤í†¤ 목ë¡ì„ 사용할 수 없습니다."
msgid "Milestone lists show all issues from the selected milestone."
msgstr "마ì¼ìŠ¤í†¤ 목ë¡ì—는 ì„ íƒí•œ 마ì¼ìŠ¤í†¤ì˜ 모든 문제가 표시ë©ë‹ˆë‹¤."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr "모니터ë§"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "달"
@@ -15697,12 +16152,45 @@ msgstr "네트워í¬"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "절대 아님"
@@ -16181,12 +16732,18 @@ msgstr "저장소 ì—†ìŒ"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Runners ì—†ìŒ"
msgid "No schedules"
msgstr "ì¼ì • ì—†ìŒ"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr "11ì›”"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "확ì¸"
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "관리ìžë§Œ 가능"
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr "프로ì íŠ¸ 구성ì›ë§Œ ëŒ“ê¸€ì„ ë‹¬ 수 있습니다."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr "열기"
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "외부로 가는 요청"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr "패키지 정보"
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,8 +17759,8 @@ msgstr "비밀번호 확ì¸"
msgid "Password successfully changed"
msgstr "비밀번호가 성공ì ìœ¼ë¡œ 변경ë˜ì—ˆìŠµë‹ˆë‹¤."
-msgid "Password was successfully updated. Please login with it"
-msgstr "비밀번호가 성공ì ìœ¼ë¡œ ì—…ë°ì´íŠ¸ë˜ì—ˆìŠµë‹ˆë‹¤. 새 비밀번호로 로그ì¸í•´ì£¼ì„¸ìš”."
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
msgstr ""
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr "현재 ìƒíƒœ"
msgid "Profiles|Default notification email"
msgstr "기본 알림 ì´ë©”ì¼"
-msgid "Profiles|Delete Account"
-msgstr "계정 삭제"
-
msgid "Profiles|Delete account"
msgstr "계정 삭제"
-msgid "Profiles|Delete your account?"
-msgstr "ê³„ì •ì„ ì‚­ì œí• ê¹Œìš”?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "ê³„ì •ì„ ì‚­ì œí•˜ë©´ 다ìŒê³¼ ê°™ì€ ì˜í–¥ì´ 있습니다:"
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "ì´ë¦„"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Never"
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,12 +19754,21 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "%{metrics} ì¸ %{exporters} 를 찾았습니다."
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\"><a href=\"%{docsUrl}\">공통 메트릭스</a>ê°€ 발견ë˜ì§€ 않았습니다.</p>"
-
msgid "PrometheusService|Active"
msgstr "활성"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr "최근 검색"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr "우선 순위 삭제"
-msgid "Remove project"
-msgstr "프로ì íŠ¸ ì‚­ì œ"
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr "저장소 설정"
-msgid "Repository URL"
-msgstr "저장소 URL"
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr "저장"
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr "변수 저장"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "아래로 스í¬ë¡¤"
@@ -20940,6 +21527,9 @@ msgstr "브랜치 검색"
msgid "Search branches and tags"
msgstr "브랜치 ë° íƒœê·¸ 검색"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "비밀"
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "ì„ íƒ"
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "소스 브랜치 ì„ íƒ"
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "ì‚¬ìš©ìž ì„ íƒ"
@@ -21769,6 +22389,12 @@ msgstr "서비스 ë°ìŠ¤í¬"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "서비스 템플릿"
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "ë²„íŠ¼ì„ í† ê¸€í•˜ë˜ ì¤‘ 문제가 ë°œìƒí–ˆìŠµë‹ˆë‹¤."
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "ì •ë³´ ë™ê¸°í™”"
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 "태그 피드"
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "테스트 커버리지 파싱"
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr "해당 단계ì—ì„œ 수집 ëœ ë°ì´í„°ê°€ ì´ë²¤íŠ¸ 모ìŒì— 추가ë
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr "ì´ ë¼ë²¨ì„ 구ë…í•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
msgid "There was an error when unsubscribing from this label."
msgstr "ì´ ë¼ë²¨ì„ 구ë…ì·¨ì†Œí•˜ë˜ ì¤‘ 오류가 ë°œìƒí•˜ì˜€ìŠµë‹ˆë‹¤."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr "ì´ ì´ìŠˆëŠ” 비밀입니다."
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr "SVN ì €ìž¥ì†Œì— ì—°ê²°í•˜ë ¤ë©´ %{svn_link}ì„ í™•ì¸í•˜ì‹­ì‹œì˜¤."
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr "오늘"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "ë‚´ì¼"
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr "ë„기"
msgid "Turn On"
msgstr "켜기"
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "서비스 ë°ìŠ¤í¬ 켜기"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25606,12 +26304,24 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr ""
-
msgid "Two-factor authentication"
msgstr "2단계 ì¸ì¦"
+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 "Type"
msgstr ""
@@ -25792,8 +26502,8 @@ msgstr "잠금 해제"
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "%{issuableDisplayName}(ì„)를 잠금해제 하시겠습니까? <strong>모ë‘ê°€</strong> 코멘트 í•  수 있게 ë©ë‹ˆë‹¤."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "잠금 í•´ì œë¨"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "ê²€ì¦ë˜ì§€ ì•ŠìŒ"
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -25982,7 +26692,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "고급 ê²€ìƒ‰ì„ ì‚¬ìš©í•˜ë ¤ë©´ í”Œëžœì„ ì—…ê·¸ë ˆì´ë“œí•˜ì‹­ì‹œì˜¤."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26056,8 +26766,8 @@ msgstr "추천"
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
-msgstr "ping ì‚¬ìš©ì´ í™œì„±í™” ë˜ì§€ 않았습니다."
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "사용 통계"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr "버전"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr "비밀번호 재설정 ë°©ë²•ì´ ë‹´ê¸´ ì´ë©”ì¼ì„ 보냈습니다."
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "수요ì¼"
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,11 +28182,11 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "%{project_full_name} 프로ì íŠ¸ë¥¼ 삭제하려고 합니다. ì‚­ì œëœ í”„ë¡œì íŠ¸ëŠ” \"절대로\" 복구할 수 없습니다! \"ì •ë§ë¡œ\" 확실합니까?"
+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 ""
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "%{project_full_name} (ì„) 를 다른 소유ìžì—게 ì´ì „하려고합니다. \"ì •ë§ë¡œ\" 확실합니까?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr "ì½ê¸° ì „ìš© GitLab ì¸ìŠ¤í„´ìŠ¤ì—는 쓰기가 불가능합니다."
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr "ë‹¹ì‹ ì˜ ê³„ì •ì— %{set_password_link} ì„ í•˜ê¸° ì „ì—는 %{protocol
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "ë‹¹ì‹ ì˜ í”„ë¡œí•„ì— SSH 키를 등ë¡í•˜ê¸° 전까지 SSH를 통해 프로ì íŠ¸ë¥¼ 가져오거나 푸시할 수 없습니다."
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr "다른 것들 중"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr "연결중"
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr "올바른 X509 ì¸ì¦ì„œê°€ 아닙니다."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr "%{metricsLinkStart} 메모리 사용률 %{metricsLinkEnd} ì´ %{memoryFr
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "mrWidget | ìŠ¹ì¸ ë¹„ë°€ë²ˆí˜¸ê°€ 잘못ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -28874,9 +29705,6 @@ msgstr "%{branch} 브랜치가 로컬 ì €ìž¥ì†Œì— ìžˆìœ¼ë©´ ì´ ë¨¸ì§€ 리퀘ìŠ
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "만약 %{missingBranchName} 브랜치가 ë‹¹ì‹ ì˜ ë¡œì»¬ ì €ìž¥ì†Œì— ì¡´ìž¬í•œë‹¤ë©´, ëª…ë ¹ì¤„ì„ ì‚¬ìš©í•˜ì—¬ 수ë™ìœ¼ë¡œ 머지할 수 있습니다."
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr "머지:"
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr "Web IDEì—ì„œ 열기"
@@ -28997,6 +29819,12 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr "머지 충ëŒì´ 있습니다."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29006,12 +29834,6 @@ msgstr "ì´ ë¨¸ì§€ 리퀘스트(MR)를 ìžë™ìœ¼ë¡œ ë¨¸ì§€í•˜ëŠ”ë° ì‹¤íŒ¨í•˜ì˜€
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "ì´ ë¨¸ì§€ 리퀘스트(MR)를 머지중입니다."
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "ì´ í”„ë¡œì íŠ¸ëŠ” ë³´ê´€ë˜ì—ˆê³ , 쓰기 ì ‘ê·¼ì´ ë¹„í™œì„±í™”ë˜ì—ˆìŠµë‹ˆë‹¤."
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr "ì´ ë¬¸ì„œ"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ku_TR/gitlab.po b/locale/ku_TR/gitlab.po
index e3e5edf338c..94705cdd7d0 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: 2020-08-06 13:46\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ky_KG/gitlab.po b/locale/ky_KG/gitlab.po
index c25743b16d8..b6373278200 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: 2020-08-06 13:39\n"
+"PO-Revision-Date: 2020-09-04 23:03\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/lt_LT/gitlab.po b/locale/lt_LT/gitlab.po
index b14bcc960d3..d825e9c2d24 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: 2020-08-06 13:47\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/mn_MN/gitlab.po b/locale/mn_MN/gitlab.po
index a8f0d7a39d4..f12bae24baf 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: 2020-08-06 13:47\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/nb_NO/gitlab.po b/locale/nb_NO/gitlab.po
index 01a0bf039be..3caafbd384b 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: 2020-08-06 13:41\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/nl_NL/gitlab.po b/locale/nl_NL/gitlab.po
index 3f8f1c10036..ba62f59ad16 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: 2020-08-06 13:47\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] " verbeterd op %d punten"
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s andere commits zijn weggelaten om prestatieproblemen te voorkomen.
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr "%{firstLabel} +%{labelCount} meer"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Gestart"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} is vergrendeld door GitLab Gebruiker %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Actief"
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Annuleren"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 "Opmerkingen"
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/pa_IN/gitlab.po b/locale/pa_IN/gitlab.po
index bca48df7167..9c84359c181 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: 2020-08-06 13:47\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/pl_PL/gitlab.po b/locale/pl_PL/gitlab.po
index 94fa76dcb1d..952e2204bd3 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:09\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr "Wystąpił błąd podczas aktualizacji komentarza"
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr "jest niedostępna: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Wybierz aplikacje do zainstalowania w Twoim klastrze Kubernetes. Do zainstalowania dowolnej z poniższych aplikacji wymagany jest Helm Tiller."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Wybierz, które z Twoich środowisk będą używać tego klastra."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm usprawnia instalację i zarządzanie aplikacjami Kubernetes. Tiller uruchamia się wewnątrz Klastra Kubernetes i zarządza publikacjami Twoich wykresów."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Jeśli konfigurujesz wiele klastrów i używasz Auto DevOps, %{help_link_start}zapoznaj się najpierw z tym%{help_link_end}."
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
msgstr ""
+msgid "Resolve conflicts"
+msgstr ""
+
msgid "Resolve conflicts on source branch"
msgstr "Rozwiąż konflikty w gałęzi źródłowej"
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
msgid "Resolve thread"
msgstr ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr "Uruchom procesy CI/CD dla zewnętrznych repozytoriów"
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr "Coś poszło nie tak przy próbie zmiany poziomu prywatności tego zgło
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,11 +23543,11 @@ msgstr "Coś poszło nie tak, nie można dodać %{project} do pulpitu nawigacyjn
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
-msgstr "Coś poszło nie tak, nie można usunąć projektu"
+msgid "Something went wrong, unable to get projects"
+msgstr ""
msgid "Something went wrong, unable to search projects"
msgstr ""
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Synchronizuj informacje"
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Przetwarzanie pokrycia testowego"
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+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."
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/pt_BR/gitlab.po b/locale/pt_BR/gitlab.po
index 2f227725600..fded4daa217 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: 2020-08-06 13:38\n"
+"PO-Revision-Date: 2020-09-04 23:02\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] " melhorado em %d pontos"
msgid " or "
msgstr " ou "
-msgid " or <!merge request id>"
-msgstr " ou <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " ou <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr " ou referências (ex. caminho/para/projeto!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s commits adicionais foram omitidos para prevenir problemas de perfo
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} núcleos"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/commit"
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -416,7 +428,7 @@ msgstr "%{firstLabel} +%{labelCount} mais"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Iniciado"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} está bloqueado pelo usuário do GitLab %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, essa issue foi fechada automaticamente."
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} foi enviado para Akismet com sucesso."
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr "%{state} épicos"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(fonte externa)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(removido)"
@@ -1042,15 +1099,6 @@ msgstr "8 horas"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>Apagar</strong> branch de origem"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "'Runner' é um processo que executa uma tarefa. Você pode configurar quantos Runners você precisar."
@@ -1114,7 +1162,7 @@ msgstr "Um membro da equipe de abusos irá rever a sua avaliação assim que pos
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "Uma aprovação de merge request é necessária quando um relatório de segurança contém uma nova vulnerabilidade de severidade alta, crítica, ou desconhecida."
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ msgstr "Um novo \"branch\" será criado no seu \"fork\" e um novo merge request
msgid "A new impersonation token has been created."
msgstr "Um novo token de representação foi criado."
+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 "Um site HTML simples que usa Netlify para CI/CD em vez do Gitlab, mas ainda com todas as outras ótimas funcionalidades do Gitlab."
@@ -1234,6 +1285,9 @@ msgstr "Data de expiração do acesso"
msgid "Access forbidden. Check your access level."
msgstr "Acesso proibido. Verifique seu nível de acesso."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "Acesso a '%{classification_label}' não permitido"
@@ -1345,6 +1399,9 @@ msgstr "Ativar"
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Ativo"
@@ -1377,12 +1434,6 @@ msgstr[1] "Adicionar %d issues"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Adicionar CHANGELOG"
@@ -1497,6 +1548,9 @@ msgstr "Adicionar épico filho a um épico"
msgid "Add comment now"
msgstr "Adicionar comentário agora"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ msgstr "Adicionar endereço de e-mail"
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 "Adicione cabeçalho e rodapé aos emails. Por favor, note que as configurações de cor só serão aplicadas dentro da interface do aplicativo"
@@ -1521,6 +1578,9 @@ msgstr "Adicionar issues"
msgid "Add italic text"
msgstr "Adicionar texto em itálico"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Adicionar etiqueta(s)"
@@ -1800,6 +1860,9 @@ msgstr "Selecione um arquivo de configuração de pipeline"
msgid "AdminSettings|Select a template"
msgstr "Selecione um modelo"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr "Especifique um domínio a ser usado por padrão para os estágios de Aut
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "A configuração de pipeline necessária pode ser selecionada a partir do diretório %{code_start}gitlab-ci%{code_end} dentro do %{link_start}repositório modelo de instância%{link_end} configurado ou das configurações fornecidas pelo GitLab."
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Ao criar uma nova variável de ambiente, ela será protegida por padrão."
@@ -2042,6 +2108,9 @@ msgstr[1] "Alertas"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr "Todos os endereços de e-mail serão usados para identificar seus commit
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Todos os recursos estão habilitados para projetos em branco, a partir de modelos ou ao importar, mas você pode desativá-los posteriormente nas configurações do projeto."
@@ -2471,6 +2540,9 @@ msgstr "Quantidade de tempo (em horas) que os usuários podem ignorar a configur
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "Um erro ocorreu ao consultar o endereço da Central de Serviços."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Ocorreu um erro ao buscar lista de painéis. Por favor, tente novamente."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,15 +2837,18 @@ msgstr "Erro ao recuperar calendário de atividades"
msgid "An error occurred while retrieving diff"
msgstr "Erro ao recuperar o diff"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "Ocorreu um erro ao salvar o status de substituição do LDAP. Por favor, tente novamente."
msgid "An error occurred while saving assignees"
msgstr "Erro ao salvar assignees"
-msgid "An error occurred while saving the approval settings"
-msgstr "Ocorreu um erro ao salvar as configurações de aprovação"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2786,12 +2873,18 @@ msgstr "Ocorreu um erro ao atualizar os aprovadores"
msgid "An error occurred while updating the comment"
msgstr "Ocorreu um erro durante a atualização do comentário"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr ""
msgid "An error occurred while validating username"
msgstr "Erro ao validar o nome de usuário"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Ocorreu um erro. Tente novamente."
@@ -2870,6 +2963,9 @@ msgstr "Qualquer um"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "Abr"
msgid "April"
msgstr "Abril"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr "Arquivar projeto"
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "Você está configurando o Gitlab para uma empresa?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "Tem certeza que deseja arquivar este projeto?"
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr "ID do artefato"
-
msgid "Artifact could not be deleted."
msgstr "O artefato não pôde ser excluído."
@@ -3250,6 +3346,9 @@ msgstr "Artefatos"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 "%{user} enviou para o branch %{branch} do projeto %{project_name} ( %{commit_url} ):"
@@ -3509,7 +3608,7 @@ msgstr "Autorizar"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "Autorizar %{link_to_client} usar sua conta?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr "Gerenciamento automático de certificado usando %{lets_encrypt_link_star
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Gerenciamento automático de certificado usando Let's Encrypt"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Esse grupo não tem selos"
msgid "Badges|This project has no badges"
msgstr "Esse projeto não tem selos"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Você está prestes a excluir este selo. Selos excluídos <strong>não podem</strong> ser restaurados."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Seus selos"
@@ -3827,6 +3929,9 @@ msgstr "mensalmente"
msgid "BillingPlans|per user"
msgstr "por usuário"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr "Expandir"
msgid "Boards|View scope"
msgstr "Ver escopo"
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr "Branch"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "O branch %{branchName} não foi encontrado no repositório deste projeto."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "O branch <strong>%{branch_name}</strong> foi criado. Para configurar o deploy automático, selecione um modelo de Yaml do GitLab CI e commit suas mudanças. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "Branch foi alterado"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "Negócios"
@@ -4271,6 +4382,9 @@ msgstr "Canary Deployments é uma estratégia popular em CI onde uma pequena por
msgid "Cancel"
msgstr "Cancelar"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "Cancelar execução"
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr "Verificar disponibilidade de funcionalidades no plano de namespace"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Verifique a %{docs_link_start}documentação%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr "Verifique o seu .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,8 +4853,8 @@ msgstr "Escolha o grupo principal para importar seus repositórios."
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Escolha o nível de visibilidade, ative/desative os recursos do projeto (issues, repositório, wiki, snippets) e defina as permissões."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Escolha o conteúdo que você deseja ver na página de visão geral de um grupo"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Escolha quais repositórios você deseja se conectar e executar pipelines de CI/CD."
@@ -4910,9 +5021,15 @@ msgstr "está indisponível: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "Limpar"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Fechado"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Issues Fechadas"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr " %{custom_domain_start}Mais informações%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr " pode ser usado em vez de um domínio personalizado."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} foi instalado com sucesso no seu cluster Kubernetes"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,14 +5237,17 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Todos os dados serão excluídos e não poderão ser restaurados."
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permite que o GitLab gerencie contas serviços e namespaces para esse cluster."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
-msgstr "Alternativamente"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr ""
@@ -5135,6 +5264,9 @@ msgstr "Ocorreu um erro ao tentar realizar o fetch de seus projetos: %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Ocorreu um erro ao tentar realizar o fetch dos tipos de máquinas da zona: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "Quaisquer pipelines em execução serão cancelados."
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Escolha quais aplicativos instalar em seu cluster Kubernetes. O Helm Tiller é necessário para instalar qualquer um dos seguintes aplicativos."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Escolha quais dos seus ambientes usarão esse cluster."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ msgstr "Clusters são utilizados selecionando o ancestral mais próximo de um am
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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Copiar URL da API"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm simplifica a instalação e o gerenciamento de aplicativos do Kubernetes. O Tiller é executado dentro do seu Kubernetes Cluster e gerencia os lançamentos de seus gráficos."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Se você está configurando múltiplos clusters e você está usando auto DevOps, %{help_link_start}leia isso primeiro%{help_link_end}."
@@ -5588,8 +5717,8 @@ msgstr "Número de nós"
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 %{link_to_help_page} on Kubernetes"
-msgstr "Por favor, entre com as informações de acesso para seu cluter Kubernetes. Se precisar de ajuda, você pode ler nosso %{link_to_help_page} em Kubernetes"
+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 "Por favor, tenha certeza que sua conta no Google cumpre com os requisitos:"
@@ -5807,12 +5936,15 @@ msgstr "Algo deu errado ao desinstalar %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Algo deu errado ao atualizar o nome de domínio Knative."
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "A especificação de um domínio permitirá que você use os estágios do Auto Review Apps e do Auto Deploy para %{auto_devops_start}Auto DevOps%{auto_devops_end}. O domínio deve ter um DNS curinga configurado correspondente ao domínio."
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ msgstr "Essa conta precisa de permissões para criar um cluster Kubernetes no %{
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Esta opção permite-lhe instalar aplicações em clusters RBAC."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr "Desinstalar %{appTitle}"
@@ -5885,6 +6029,9 @@ msgstr "Validando status de faturamento do projeto"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Não foi possível verificar se um dos seus projetos no GCP possui o faturamento ativado. Por favor, tente novamente."
+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 "Com um cluster Kubernetes associado a esse projeto, você pode utilizar apps de revisão, publicar suas aplicações, executar suas pipelines e muito mais de um jeito simples."
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Você deve primeiro instalar o Helm Tiller antes de instalar os aplicativos abaixo"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,8 +6077,8 @@ msgstr "Zona"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "acesso ao Google Container Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "documentação"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6110,6 +6254,12 @@ msgstr ""
msgid "Comment/Reply (quoting selected text)"
msgstr "Comentar/Responder (citando o texto selecionado)"
+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 "Comentários"
@@ -6310,8 +6460,8 @@ msgstr "Configurar Prometheus"
msgid "Configure Tracing"
msgstr "Configurar rastreamento"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "Configure um arquivo <code>.gitlab-webide.yml</code> no diretório <code>.gitlab</code> para começar a usar o Terminal Web. %{helpStart}Saiba mais.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "Configurar housekeeping e checagens do git nos repositórios."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr "Copiar URL de clone do %{http_label}"
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Não foi possível criar o projeto"
-msgid "Could not delete %{design}. Please try again."
+msgid "Could not create wiki page"
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Não foi possível excluir o apelido de bate-papo %{chat_name}."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr "Não foi possível salvar o ID do projeto"
msgid "Could not save prometheus manual configuration"
msgstr "Não foi possível salvar a configuração manual do prometheus"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr "Cobertura"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr "Criar"
@@ -7030,6 +7197,9 @@ msgstr "Criar epic"
msgid "Create file"
msgstr "Criar arquivo"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Criar grupo"
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr "Criar novo branch"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Criar nova pasta"
@@ -7090,6 +7263,9 @@ msgstr "Criar projeto"
msgid "Create project label"
msgstr "Criar etiqueta de projeto"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Nome de host personalizado (para e-mails de commit privado)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Eventos de notificação personalizados"
@@ -7357,6 +7536,15 @@ msgstr "Personalize a sua configuração, visualize o status da pipeline e relat
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7551,25 +7742,55 @@ msgstr "%{firstProject}, %{rest} e %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Os dados ainda estão a ser calculados..."
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr "Etiqueta de classificação padrão"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,12 +8045,12 @@ msgstr "Excluir"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
-msgstr "Excluir pacote"
-
msgid "Delete Snippet"
msgstr "Excluir Snippet"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr ""
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr "Excluído"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "Apelido de bate-papo excluído: %{chat_name}!"
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr "A exclusão da licença falhou."
@@ -7854,6 +8156,9 @@ msgstr "A exclusão da licença falhou. A licença não foi encontrada."
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "A exclusão de licença falhou. Você não tem permissão para executar essa ação."
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "Todas"
@@ -7900,6 +8213,9 @@ msgstr "Componente"
msgid "Dependencies|Component name"
msgstr "Nome do componente"
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr "Exportar como JSON"
@@ -7918,6 +8234,9 @@ msgstr "Empacotador"
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 "A tarefa %{codeStartTag}dependency_scanning%{codeEndTag} falhou e não pode gerar a lista. Certifique-se de que a tarefa esteja funcionando corretamente e execute o pipeline novamente."
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr "Adicionar um design com o mesmo nome de arquivo substitui o arquivo por uma nova versão."
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr "Detalhes (padrão)"
msgid "Detect host keys"
msgstr "Detectar chaves de host"
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr "Diferenciar limite de conteúdo"
msgid "Diff limits"
msgstr "Diferenciar limites"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr "(base)"
msgid "Diffs|No file name available"
msgstr "Nenhum nome de arquivo disponível"
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr "Discussão"
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr "Editar comentário"
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr "Ativar autenticação de dois fatores"
msgid "Enable usage ping"
msgstr "Ativar dados de uso"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "Ativar a dados de uso para obter uma visão geral de como você está usando GitLab a partir de uma perspectiva de recurso."
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ msgstr "Os ambientes permitem que você acompanhe as implantações do seu aplic
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 "Adicionar um projeto ao dashboard"
@@ -9246,7 +9568,7 @@ msgstr "Remover"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "O dashboard de ambientes fornece um resumo do status dos ambientes de cada projeto, incluindo status de pipelines e alertas."
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 "Para agendar o seu épico %{epicDateType} baseado em marcos temporais, atribua um marco com uma data %{epicDateType} a qualquer issue no épico."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "Membros e grupos existentes"
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr "Expandir tudo"
msgid "Expand approvers"
msgstr "Expandir aprovadores"
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Expandir barra lateral"
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr "Data de validade"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr "Expirado"
@@ -10358,12 +10674,18 @@ msgstr "Feature flags permitem que você configure o seu código em diferentes v
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr "Começar a usar feature flags"
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr "Ocorreu um erro ao buscar as feature flag."
msgid "FeatureFlags|There was an error retrieving user lists"
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 "Tente novamente daqui a pouco ou entre em contato com a sua equipe de suporte."
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr "A obtenção das licenças falhou. Você não tem permissão para execut
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Cor da Fonte"
msgid "Footer message"
msgstr "Mensagem do Rodapé"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Para projetos internos, qualquer usuário conectado pode visualizar pipelines e acessar detalhes da tarefa (logs de saída e artefatos)"
@@ -10895,30 +11223,15 @@ msgstr "Nó está falho ou quebrado."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "O nó está lento, sobrecarregado ou acabou de se recuperar de uma falta de energia."
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr "Checksum verificado"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr "Atraso de replicação de dados"
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Não corresponde à configuração de armazenamento primário"
-msgid "GeoNodes|Failed"
-msgstr "Falhou"
-
msgid "GeoNodes|Full"
msgstr "Completo"
@@ -10934,12 +11247,6 @@ msgstr "Status de saúde"
msgid "GeoNodes|Internal URL"
msgstr "URL interna"
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "O ID do último evento processado por cursor"
@@ -10967,12 +11274,6 @@ msgstr "O nó foi removido com sucesso."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr "Soma de verificação não conferida"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr "Slots de replicação"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Repositórios"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "Progresso de soma de verificação de repositório"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "Progresso de verificação de repositório"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr "Configurações de sincronização"
msgid "GeoNodes|Unused slots"
msgstr "Slots não usados"
-msgid "GeoNodes|Unverified"
-msgstr "Não verificado"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr "Slots usados"
-msgid "GeoNodes|Verified"
-msgstr "Verificado"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Progresso de soma de verificação de wiki"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Progresso de verificação de wiki"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wikis"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "Geo Status"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr "Falha na verificação - %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "Aguardando o agendador"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr "Tela cheia"
msgid "Go to %{link_to_google_takeout}."
msgstr "Ir para %{link_to_google_takeout}."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr "Os minutos do pipeline do grupo foram redefinidos com sucesso."
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Bloquear compartilhamento de projetos do grupo %{group} com outros grupos"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr "Informações do status de saúde podem ser obtidas nos seguintes locais
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "O token de acesso é"
@@ -12341,6 +12639,9 @@ msgstr "Não saudável"
msgid "Hello there"
msgstr "Olá"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Ajuda"
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "No entanto, você já é um membro deste %{member_source}. Faça login usando uma conta diferente para aceitar o convite."
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr "Falha ao importar o projeto"
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr "Falha ao solicitar seus repositórios do %{provider}"
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12808,13 +13124,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Melhore a pesquisa com Advanced Search e GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "Para ativar a análise no nível da instância, peça a um administrador para ativar o %{usage_ping_link_start}dados de uso%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr ""
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Na próxima etapa, você poderá selecionar os projetos que deseja importar."
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr "Indexar todos os projetos"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Indica se este runner pode escolher tarefas sem tags"
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr "Instalar em clusters"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "Instalado"
@@ -13022,8 +13353,8 @@ msgstr[1] "Instâncias"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "Visibilidade de Estatísticas de Instância"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr "O grupo de administradores da instância já existe"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Padrão de intervalo"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr "Arquivo de configuração de Insights inválido detectado"
msgid "Invalid Login or password"
msgstr "Login ou senha inválidos"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "URL inválida"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr "Convidar membro"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr "Issue"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Painéis"
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr "Issues"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,8 +14217,8 @@ msgstr "Etiquetas podem ser aplicadas a issues e merge requests para categorizá
msgid "Labels can be applied to issues and merge requests."
msgstr "Etiquetas podem ser aplicadas a issues e merge requests."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>Promover a etiqueta</span> %{labelTitle} <span>para etiqueta do Grupo?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "Promover etiqueta"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr "Funcionalidades licenciadas"
msgid "Licensed to"
msgstr "Licenciado para"
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Licenças"
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr "Limita a exibição de unidades de acompanhamento de tempo a horas."
@@ -14331,6 +14710,9 @@ msgstr "Listar os seus Repositórios do Gitea"
msgid "List available repositories"
msgstr "Listar repositórios disponíveis"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr "Pré-visualização ao vivo"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,8 +14788,8 @@ msgstr "Bloqueio não encontrado"
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "Travar este %{issuableDisplayName}? Apenas <strong>membros do projeto</strong> poderão comentar."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "Travar para projetos existentes"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr "Aprovado por"
msgid "MRApprovals|Approvers"
msgstr "Aprovadores"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "Mostrar apenas alterações"
@@ -14553,9 +14947,6 @@ msgstr "Importação de arquivo de manifesto"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr "Metadado do Maven"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Membros"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Merge Requests"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Merge Requests criadas"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr "Fazer merge imediatamente"
msgid "Merge in progress"
msgstr "Merge em andamento"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ msgstr "conflitos"
msgid "MergeConflict|origin//their changes"
msgstr "origin//alterações deles"
+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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 "Métricas"
@@ -15165,6 +15589,12 @@ msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Confira a documentação de CI/CD sobre como implantar em um ambiente"
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Criar métricas"
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr "Para agrupar métricas similares"
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Deve ser uma consulta PromQL válida."
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr "Documentação de consulta do Prometheus"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Rótulo do eixo Y"
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "Listas de marcos não estão disponíveis para a sua licença atual"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "As listas de marcos mostram todas as issues do marco selecionado."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr "Faltando endpoint de assinaturas do commit!"
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Monitoramento"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Meses"
@@ -15811,12 +16268,45 @@ msgstr "Rede"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Nunca"
@@ -16296,12 +16849,18 @@ msgstr "Nenhum repositório"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Nenhum runner encontrado"
msgid "No schedules"
msgstr "Nenhum agendamento"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr "Ainda não está pronto. Tente mais tarde."
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr "Novembro"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "Apenas administradores"
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr "Somente membros do projeto podem comentar."
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Apenas membros do projeto serão importados. Membros do grupo serão ignorados."
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr "Abrir"
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "Abrir erros"
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "Pedidos de saída"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr "Informações do pacote"
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr "Por favor, escolha um URL de grupo sem caracteres especiais."
msgid "Please complete your profile with email address"
msgstr "Por favor, complete seu perfil com endereço de e-mail"
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
msgstr "Por exemplo: 30 mins atrás."
+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 ""
@@ -18284,15 +18849,9 @@ msgstr "Status atual"
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr "Excluir conta"
-
msgid "Profiles|Delete account"
msgstr "Excluir conta"
-msgid "Profiles|Delete your account?"
-msgstr "Deseja apagar sua conta?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "A exclusão de uma conta tem os seguintes efeitos:"
@@ -18683,6 +19242,9 @@ msgstr ""
msgid "Project visibility level will be changed to match namespace rules when transferring to a group."
msgstr "O nível de visibilidade do projeto será alterado para coincidir com as regras do namespace ao transferir para um grupo."
+msgid "Project was not found or you do not have permission to add this project to Security Dashboards."
+msgstr ""
+
msgid "Project: %{name}"
msgstr "Projeto: %{name}"
@@ -18707,6 +19269,9 @@ msgstr "Ninguém"
msgid "ProjectFileTree|Name"
msgstr "Nome"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Nunca"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "Operador"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,12 +19872,21 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr "Tolerância"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "%{exporters} com %{metrics} foram encontrados"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">Nenhuma <a href=\"%{docsUrl}\">métrica comum</a> foi encontrada</p>"
-
msgid "PrometheusService|Active"
msgstr "Ativo"
@@ -19370,6 +19944,9 @@ msgstr "Mais informações"
msgid "PrometheusService|New metric"
msgstr "Nova métrica"
+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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr "Pesquisas recentes"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "Remover aprovadores"
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr "Remover prioridade"
-msgid "Remove project"
-msgstr "Remover projeto"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr "Removido %{type} com id %{id}"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr "O grupo removido não pode ser restaurado!"
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "Removendo a licença…"
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "Remover o projeto irá apagar seu repositório e todos os recursos relacionados, incluindo issues, merge request etc."
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr "Configurações do Repositório"
-msgid "Repository URL"
-msgstr "URL do repositório"
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
msgstr ""
+msgid "Resolve conflicts"
+msgstr ""
+
msgid "Resolve conflicts on source branch"
msgstr "Resolver conflitos na branch de origem"
+msgid "Resolve these conflicts or ask someone with write access to this repository to merge it locally."
+msgstr ""
+
msgid "Resolve thread"
msgstr ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr "Executar pipelines CI/CD para repositórios externos"
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr "Salvar"
msgid "Save Changes"
msgstr "Salvar alterações"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "Salvar mesmo assim"
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr "Salvar variáveis"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr "Pesquisar branches"
msgid "Search branches and tags"
msgstr "Procurar branch e tags"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "Secreto"
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr "Veja os projetos afetados no painel de administração do GitLab"
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Selecionar"
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "Selecionar branch de origem"
@@ -21712,6 +22331,9 @@ msgstr "Selecionar período"
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "Selecionar usuário"
@@ -21901,6 +22523,12 @@ msgstr "Balcão de Atendimento"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Modelos de serviço"
@@ -21913,6 +22541,12 @@ msgstr "Duração da sessão (minutos)"
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "Defina um modelo padrão para descrições de issues."
@@ -22229,12 +22863,6 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
-msgstr ""
-
-msgid "Showing Version #%{versionNumber}"
-msgstr ""
-
msgid "Showing all issues"
msgstr ""
@@ -22244,6 +22872,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr "Mostrando os últimos %{size} de log -"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr "Lado a lado"
@@ -22337,6 +22971,9 @@ msgstr "Fazer login usando sua conta %{label} sem uma conta GitLab pré-existent
msgid "Similar issues"
msgstr "Issues semelhantes"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr "Ocorreu um erro ao tentar alterar a confidencialidade desta issue"
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "Algo deu errado ao tentar mudar o estado de bloqueio desse %{issuableDisplayName}"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Algo deu errado ao alternar o botão"
@@ -22622,12 +23271,12 @@ msgstr "Algo deu errado, incapaz de adicionar %{project} ao dashboard"
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
+msgid "Something went wrong, unable to delete project"
+msgstr ""
+
msgid "Something went wrong, unable to get projects"
msgstr "Algo deu errado, não foi possível obter os projetos"
-msgid "Something went wrong, unable to remove project"
-msgstr "Algo deu errado, não é possível remover o projeto"
-
msgid "Something went wrong, unable to search projects"
msgstr ""
@@ -23522,6 +24171,9 @@ msgstr "Mudar para GitLab Next"
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Informação de sincronização"
@@ -23570,6 +24222,9 @@ msgstr "Lista de tags:"
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ msgstr ""
msgid "Tags"
msgstr "Tags"
+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 "Feed de tags"
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Análise de cobertura de teste"
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,16 +24531,13 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
-msgstr "O Advanced Search no GitLab é um poderoso serviço de pesquisa que economiza seu tempo. Em vez de criar código duplicado e perder tempo, você pode agora procurar código dentro de outras equipes que podem ajudar seu próprio projeto."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -23935,6 +24596,9 @@ msgstr "A coleção de eventos adicionados aos dados coletados para essa etapa."
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+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."
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr "Os seguintes itens NÃO serão exportados:"
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ msgstr "O projeto pode ser acessado por qualquer pessoa, independentemente da au
msgid "The project can be accessed without any authentication."
msgstr "O projeto pode ser acessado sem a necessidade de autenticação."
+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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr "Já existe um repositório com esse nome no disco"
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr "Erro ao se inscrever nessa etiqueta."
msgid "There was an error when unsubscribing from this label."
msgstr "Erro ao se anular a inscrição dessa etiqueta."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ msgstr "Ofertas de terceiros"
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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr "Esta é a sua sessão atual"
-msgid "This issue is confidential"
-msgstr "Essa issue é confidencial"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "Este projeto ainda não tem uma página inicial na wiki"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "Este projeto não possui faturamento ativado. Para criar um cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">ative o faturamento <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> e tente novamente."
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr "Esse usuário será o autor de todos os eventos no feed de atividades qu
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr "Para conectar um repositório SVN, confira %{svn_link}."
msgid "To define internal users, first enable new users set to external"
msgstr "Para definir usuários internos, primeiro ative os novos usuários definidos como externos"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "Para habilitá-lo e ver coortes de usuários, visite %{application_settings_link_start}configurações do aplicativo%{application_settings_link_end}."
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "Para visualizar o planejamento, adicione uma data de início ou fim para um de seus épicos nesse grupo ou seus subgrupos. No visualizador de meses, apenas épicos do mês passado, mês atual, e dos próximos 5 meses são exibidos."
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr "Hoje"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr "Alternar :%{name}: prêmio de emoji."
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Amanhã"
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "Pipelines de disparo para atualizações de espelho"
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Ativar o Balcão de Atendimento"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25747,12 +26447,24 @@ msgstr "Autenticação de dois fatores"
msgid "Two-factor Authentication Recovery codes"
msgstr "Códigos de recuperação de autenticação de dois fatores"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr ""
-
msgid "Two-factor authentication"
msgstr "Autenticação de dois fatores"
+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 "Type"
msgstr "Tipo"
@@ -25933,8 +26645,8 @@ msgstr "Desbloquear"
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "Desbloquear este %{issuableDisplayName}? <strong>Todos</strong> poderão comentar."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "Desbloqueado"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Não verificado"
@@ -26104,9 +26819,6 @@ msgstr "Atualizado"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Atualizado em %{updated_at} por %{updated_by}"
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26123,7 +26835,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Aprimore seu plano para ativar a Pesquisa Global Avançada."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26197,8 +26909,8 @@ msgstr "Votos positivos"
msgid "Usage"
msgstr "Uso"
-msgid "Usage ping is not enabled"
-msgstr "Dados de uso não está habilitado"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "Estatísticas de uso"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "Use o Balcão de Atendimento para se conectar com seus usuários (por exemplo, para oferecer suporte ao cliente) por email dentro do GitLab"
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "GrupoCoortes de usuário são mostradas somente quando os %{usage_ping_link_start}dados de uso%{usage_ping_link_end} são habilitados."
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr "Validar"
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr "Versão"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr "Vulnerabilidades"
msgid "Vulnerabilities over time"
msgstr "Vulnerabilidades ao longo do tempo"
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr "Webhooks permitem que você acione um URL se, por exemplo, um novo códi
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Quarta-feira"
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,11 +28328,11 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "Você está conectado ao servidor Prometheus, mas atualmente não há dados para exibir."
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Você irá remover %{project_full_name}. O projeto removido NÃO PODE ser restaurado! Tem certeza ABSOLUTA?"
+msgid "You are going to remove %{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 ""
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Você irá transferir %{project_full_name} para outro proprietário. Tem certeza ABSOLUTA?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "Você está agora se passando por %{username}"
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr "Você não pode escrever nesta instância somente-leitura do GitLab."
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr "Você não poderá fazer pull ou push via %{protocol} até que %{set_pas
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Você não poderá fazer push ou pull do código via SSH enquanto não adicionar sua chave SSH no seu perfil"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ msgstr "Seus grupos"
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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr "entre outras coisas"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "Você está prestes a desligar a confidencialidade. Isso significa que <strong>todos</strong> serão capazes de ver e deixar comentários nesse issue."
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "Você está prestes a ligar a confidencialidade. Isso significa que apenas membros da equipe com <strong>ao menos acesso de Relator</strong> serão capazes de ver e deixar comentários nesse issue."
-
msgid "connecting"
msgstr "conectando"
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr "de"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "instâncias completas"
@@ -28789,6 +29611,9 @@ msgstr "não é um certificado X509 válido."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr "%{metricsLinkStart} Memória %{metricsLinkEnd} uso é %{emphasisStart} i
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "Permite commits de membros que podem fazer merge ao branch de destino"
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Ocorreu um erro ao enviar sua aprovação."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "A senha de aprovação é inválida."
@@ -29025,9 +29859,6 @@ msgstr "Se o branch %{branch} existir em seu repositório local, você poderá f
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Se o branch %{missingBranchName} existir em seu repositório local, você poderá fazer merge request manualmente usando a linha de comando"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr "Merge realizado por"
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr "Nenhuma aprovação necessária"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "Nenhuma aprovação necessária; você ainda pode aprovar"
-
msgid "mrWidget|Open in Web IDE"
msgstr "Abrir na Web IDE"
@@ -29148,6 +29973,12 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr "Existem conflitos de merge"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29157,12 +29988,6 @@ msgstr "Falha ao realizar merge automaticamente"
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Esse merge request está em processamento"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Este projeto está arquivado, a escrita foi desativada"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr "ações rápidas"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "registrar"
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr "este documento"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "para ajudar seus contribuintes à se comunicar de maneira eficaz!"
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/pt_PT/gitlab.po b/locale/pt_PT/gitlab.po
index eac703680ef..6b0b2792c8c 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] " melhorado em %d pontos"
msgid " or "
msgstr " ou "
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
-msgstr " ou <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] "%s envios adicionais foram omitidos para prevenir problemas de desemp
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr "mais %{firstLabel} +%{labelCount}"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Iniciado"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} está bloqueado pelo Utilizador do GitLab %{lock_user_id}"
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, este problema será encerrado automaticamente."
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bytes"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} foi enviado ao Akismet com sucesso."
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr "%{state} épicos"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr "(fonte externa)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr "8 horas"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>Apagar</strong> o ramo de origem"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "Um 'Executador' é um processo que executa um trabalho. Podes configurar tantos 'Executadores' quantos precisares."
@@ -1114,7 +1162,7 @@ msgstr "Um membro da equipa de abuso irá, rever a tua denúncia assim que possÃ
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ msgstr "Um novo ramo será criado na tua bifurcação e um novo pedido de mescla
msgid "A new impersonation token has been created."
msgstr "Um novo token de representação foi criado."
+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 "Um site HTML simples que usa o Netlify para CI/CD, em vez do GitLab, mas ainda com todos os outros ótimos recursos do GitLab."
@@ -1234,6 +1285,9 @@ msgstr "Data de expiração do acesso"
msgid "Access forbidden. Check your access level."
msgstr "Acesso proibido. Verifica o teu nível de acesso."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "Acesso a(ao) '%{classification_label}' não permitido"
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr "Ativar Central de Serviços"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Ativo"
@@ -1377,12 +1434,6 @@ msgstr[1] "Adicionar %d problemas"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Adicionar CHANGELOG"
@@ -1497,6 +1548,9 @@ msgstr "Adicionar épico filho a um épico"
msgid "Add comment now"
msgstr "Adicionar comentário agora"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ msgstr "Adicionar endereço de email"
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 "Adicionaa cabeçalho e rodapé aos emails. Por favor, nota que as definições de cor só serão aplicadas dentro da interface da aplicação"
@@ -1521,6 +1578,9 @@ msgstr "Adicionar problemas"
msgid "Add italic text"
msgstr "Adicionar texto em itálico"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Adicionar etiqueta(s)"
@@ -1800,6 +1860,9 @@ msgstr "Seleciona um ficheiro de configuração de pipeline"
msgid "AdminSettings|Select a template"
msgstr "Seleciona um modelo"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr "Especifica um domínio para utilizar por padrão para cada projeto, Revi
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "A configuração de pipeline necessária pode ser selecionada no diretório %{code_start}gitlab-ci%{code_end} dentro do %{link_start}repositório modelo de instância%{link_end} configurado ou das configurações fornecidas pelo GitLab."
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Ao criar uma nova variável de ambiente, ela será protegida por padrão."
@@ -2042,6 +2108,9 @@ msgstr[1] "Alertas"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr "Todos os endereços de email serão usados para identificar os teus envi
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Todos os recursos estão ativos para os projetos vazios, a partir de modelos ou ao importar, mas poderás desativá-las, posteriormente, nas definições do projeto."
@@ -2471,6 +2540,9 @@ msgstr "Quantidade de tempo (em horas) que os utilizadores podem ignorar a confi
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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "Ocorreu um erro ao buscar o endereço da Central de Serviços."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Ocorreu um erro ao buscar as listas do painel. Por favor, tenta novamente."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "Ocorreu um erro ao buscar as compilações."
@@ -2753,15 +2837,18 @@ msgstr "Ocorreu um erro ao recuperar as atividades do calendário"
msgid "An error occurred while retrieving diff"
msgstr "Ocorreu um erro ao recuperar o diff"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr "Ocorreu um erro ao guardar o estado de sobreposição do LDAP. Por favor, tenta novamente."
msgid "An error occurred while saving assignees"
msgstr "Ocorreu um erro ao guardar destinatários"
-msgid "An error occurred while saving the approval settings"
-msgstr "Ocorreu um erro ao guardar as definições de aprovação"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2786,12 +2873,18 @@ msgstr "Ocorreu um erro ao atualizar aprovadores"
msgid "An error occurred while updating the comment"
msgstr "Ocorreu um erro ao atualizar o comentário"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr ""
msgid "An error occurred while validating username"
msgstr "Ocorreu um erro ao validar o nome de utilizador"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Ocorreu um erro. Por favor, tenta novamente."
@@ -2870,6 +2963,9 @@ msgstr "Qualquer"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr "abr"
msgid "April"
msgstr "abril"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr "Arquivar projeto"
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr "Tens a certeza de que desejas arquivar este projeto?"
@@ -3223,7 +3322,7 @@ msgstr "Tens a certeza? Todos os enviso que foram assinados com esta chave GPG n
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Tens a certeza? Remover esta chave GPG não afeta as confirmações já enviadas."
-msgid "Are you sure? The device will be signed out of GitLab."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr "ID do Artefacto"
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr "Artefactos"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "Como os dispositivos U2F são somente suportados por alguns navegadores, exigimos que configures uma aplicação de autenticação de dois fatores antes de um dispositivo U2F. Dessa forma, poderás sempre iniciar sessão, mesmo quando estiveres a usar um navegador não suportado."
+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 "%{user} empurrou para o ramo %{branch} de %{project_name} ( %{commit_url} ):"
@@ -3509,7 +3608,7 @@ msgstr "Autorizar"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "Autorizar %{link_to_client} a usar a tua conta?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr "Gestão automática de certificados ao usar %{lets_encrypt_link_start}Va
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Gestão automática de certificados ao usar Vamos Criptografar"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Este grupo não tem emblemas"
msgid "Badges|This project has no badges"
msgstr "Este projeto não tem emblemas"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Estás prestes a apagar este emblema. Emblemas apagados <strong>não podem</strong> ser restaurados."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Os teus emblemas"
@@ -3827,6 +3929,9 @@ msgstr "mensalmente"
msgid "BillingPlans|per user"
msgstr "por utilizador"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,14 +4001,17 @@ msgstr "Expandir"
msgid "Boards|View scope"
msgstr "Ver escopo"
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr ""
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "O ramo %{branchName} não foi encontrado no repositório deste projeto."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "O ramo <strong>%{branch_name}</strong> foi criado. Para configurar a implantação automática, seleciona um modelo de Yaml do GitLab CI e envia as tuas alterações. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "Ramo foi alterado"
@@ -4097,6 +4205,9 @@ msgstr "Abrir problemas"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "Negócios"
@@ -4271,6 +4382,9 @@ msgstr "Canary Deploymentss é uma estratégia CI popular, onde uma pequena porÃ
msgid "Cancel"
msgstr "Cancelar"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr "Verificar disponibilidade de recursos no plano do espaço de nomes"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "Verifica a %{docs_link_start}documentação%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr "Verifica o teu .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,8 +4853,8 @@ msgstr "Escolhe o grupo de nível superior para as tuas importações de reposit
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Escolhe o nível de visibilidade, ativa/desativa os recursos do projeto (problemas, repositório, wiki, snippets) e define as permissões."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Escolhe o conteúdo que desejas ver na página de visão geral de um grupo"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Escolhe quais repositórios desejas conectar e executar pipelines de CI/CD."
@@ -4910,9 +5021,15 @@ msgstr "está indisponível: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "Limpar"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Fechado"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Problemas Fechados"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}Mais informações%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "pode ser usado em vez de um domínio personalizado."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} foi instalado com sucesso no teu cluster Kubernetes"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,14 +5237,17 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Todos os dados serão apagados e não podem ser restaurados."
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Permitir que o GitLab gerêncie contas de espaço de nome e de serviço para este cluster."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
-msgstr "Alternativamente"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr ""
@@ -5135,6 +5264,9 @@ msgstr "Ocorreu um erro ao tentar buscar os teus projetos: %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Ocorreu um erro ao tentar buscar as máquinas da zona: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "Quaisquer pipelines em execução serão cancelados."
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Escolhe quais aplicações instalar no teu cluster de Kubernetes. O Heml Tiller é necessário para instalar qualquer uma das seguintes aplicações."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Escolhe qual dos teus ambientes usarás este cluster."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ msgstr "Os clusters são utilizados ao selecionar o antepassado mais próximo co
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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr " Copiar URL da API"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "O Helm simplifica a instalação e a gestão de aplicações do Kubernetes. O Tiller é executado dentro do Kubernetes Cluster e gerência os lançamentos dos teus gráficos."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Se estás a configurar múltiplos clusters e estás a usar o Auto DevOps, %{help_link_start}lê isto primeiro%{help_link_end}."
@@ -5588,8 +5717,8 @@ msgstr "Número de nós"
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 %{link_to_help_page} on Kubernetes"
-msgstr "Por favor, digita as informações de acesso do teu cluster do Kubernetes. Se precisares de ajuda, podes ler o nosso %{link_to_help_page} no Kubernetes"
+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 "Por favor, certifica-te de que a tua conta Google cumpre com os seguintes requisitos:"
@@ -5807,12 +5936,15 @@ msgstr "Ocorreu um erro ao desinstalar %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Ocorreu um erro ao atualizar o nome do domínio Knative."
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "A especificação de um domínio permitirá que uses os estágios do Auto Review Apps e do Auto Deploy para %{auto_devops_start}Auto DevOps%{auto_devops_end}. O domínio deve ter um DNS caractere especial configurado correspondente ao domínio."
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ msgstr "Esta conta precisa de permissões para criar um cluster Kubernetes no %{
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Esta opção permite-te instalar aplicações no RBAC clusters."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Para acessar a aplicação após a implantação, a ponto de um caractere especial de DNS para o Ponto Final do Knative."
+msgid "ClusterIntegration|To 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|Uninstall %{appTitle}"
msgstr "Desinstalar %{appTitle}"
@@ -5885,6 +6029,9 @@ msgstr "A validar o estado de faturamento do projeto"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Não foi possível verificar se um dos teus projetos no GCP possui o faturamento ativado. Por favor, tenta novamente."
+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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "acesso ao Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr "Configurar Prometheus"
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr "Criar etiqueta do projeto"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr "Ocorreu um erro ao apagar a licença."
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Ocorreu um erro ao apagar a licença. Não tens permissões para realizar esta operação."
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 "Para agendar o teu épico da data de %{epicDateType}, com base em objetivos, atribui um objetivo com uma data de %{epicDateType} para qualquer problema no épico."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr "Estado Geo"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr "Aprovado por"
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "Não foi possível guardar a ordem dos problemas"
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "Não está disponível as listas de objetivos com a tua licença atual"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "As listas de objetivos mostram todos os problemas do objetivo selecionado."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr "Solicitar que os utilizadores enviem chaves SSH"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,12 +22863,6 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
-msgstr ""
-
-msgid "Showing Version #%{versionNumber}"
-msgstr ""
-
msgid "Showing all issues"
msgstr ""
@@ -22244,6 +22872,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr "Mostrar último %{size} do registo -"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr ""
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ 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 project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,14 +28427,14 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "Podes convidar um novo para <strong>%{project_name}</strong> ou convidar outro grupo."
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "Podes convidar um novo membro para <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
-msgstr "Podes convidar outro grupo para <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
+msgstr ""
msgid "You can move around the graph by using the arrow keys."
msgstr ""
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr "já foi compartilhado com este grupo"
msgid "among other things"
msgstr "entre outras coisas"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "Nenhuma aprovação necessária; ainda podes aprovar"
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr "Adicionar comentário e dispensa"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "Dispensar vulnerabilidade"
diff --git a/locale/ro_RO/gitlab.po b/locale/ro_RO/gitlab.po
index 71011f6a4b4..85654a79425 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: 2020-08-06 13:37\n"
+"PO-Revision-Date: 2020-09-04 23:01\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -58,13 +58,13 @@ msgstr[2] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -73,6 +73,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -343,6 +346,9 @@ msgstr[2] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -379,6 +385,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -439,6 +448,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -466,7 +478,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -553,9 +565,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -574,6 +583,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} ÃŽnceput"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} este blocat de utilizatorul GitLab %{lock_user_id}"
@@ -583,6 +595,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -700,6 +724,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -727,6 +754,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -742,6 +772,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -820,6 +853,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -853,6 +889,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -862,7 +901,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -907,6 +961,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1123,15 +1180,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1195,7 +1243,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1213,6 +1261,9 @@ 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 ""
@@ -1315,6 +1366,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1426,6 +1480,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1459,12 +1516,6 @@ msgstr[2] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1579,6 +1630,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1591,6 +1645,9 @@ 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 ""
@@ -1603,6 +1660,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1882,6 +1942,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1897,6 +1960,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2125,6 +2191,9 @@ msgstr[2] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2155,7 +2224,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2212,9 +2281,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2227,6 +2293,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2269,16 +2338,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2308,7 +2374,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2407,6 +2473,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2554,6 +2623,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2620,6 +2692,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2692,9 +2767,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2836,13 +2920,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2869,12 +2956,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2953,6 +3046,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3172,6 +3268,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3184,6 +3283,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3199,9 +3301,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3310,7 +3409,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3322,9 +3421,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3337,6 +3433,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3598,7 +3697,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3676,6 +3775,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3802,7 +3904,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3916,6 +4018,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3985,13 +4090,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4186,6 +4294,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4360,6 +4471,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4393,10 +4507,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4417,7 +4531,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4603,9 +4717,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4831,7 +4942,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4999,9 +5110,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5107,6 +5224,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5140,19 +5260,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5200,13 +5326,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5224,6 +5353,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5263,15 +5395,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5296,6 +5425,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5479,9 +5611,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5677,7 +5806,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5896,12 +6025,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5941,15 +6073,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5974,6 +6118,9 @@ 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 ""
@@ -5989,9 +6136,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6022,7 +6166,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6199,6 +6343,12 @@ 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 ""
@@ -6400,7 +6550,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6856,9 +7006,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6943,6 +7090,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6955,6 +7105,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6979,15 +7132,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7018,6 +7177,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7033,6 +7195,12 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Create"
msgstr ""
@@ -7123,6 +7291,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7159,6 +7330,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7183,6 +7357,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7354,6 +7531,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7450,6 +7630,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7615,6 +7804,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7645,25 +7837,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7672,7 +7894,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7684,6 +7915,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7693,12 +7927,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7771,7 +8062,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7849,10 +8140,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7909,6 +8200,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7930,15 +8224,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7948,6 +8251,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7975,6 +8281,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7984,6 +8296,9 @@ msgstr[2] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7996,6 +8311,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8014,6 +8332,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8053,8 +8374,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8101,7 +8422,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8335,13 +8656,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8374,15 +8704,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8464,7 +8785,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8473,6 +8797,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8485,7 +8812,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8590,9 +8920,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8608,7 +8935,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8860,9 +9187,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9151,9 +9475,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9322,6 +9643,9 @@ 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 ""
@@ -9346,7 +9670,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9625,6 +9949,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9952,7 +10279,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9973,6 +10300,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9982,9 +10312,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9997,9 +10324,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10009,9 +10333,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10024,9 +10345,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10459,12 +10777,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10549,6 +10873,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10558,9 +10885,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10600,6 +10924,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10825,6 +11152,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10996,30 +11326,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11035,12 +11350,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11068,12 +11377,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11095,15 +11398,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11131,27 +11425,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11164,6 +11443,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11227,6 +11512,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11359,10 +11650,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11539,7 +11830,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11656,7 +11947,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11938,6 +12232,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12214,7 +12511,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12427,6 +12724,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12442,6 +12742,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12574,6 +12877,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12730,6 +13036,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12883,6 +13195,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12898,6 +13213,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12916,7 +13234,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12925,21 +13243,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12952,6 +13273,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12970,6 +13294,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13045,6 +13372,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13111,6 +13441,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13126,7 +13459,7 @@ msgstr[2] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13153,6 +13486,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13165,13 +13504,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13201,7 +13537,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13213,9 +13549,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13312,6 +13654,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13351,6 +13726,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13450,9 +13828,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13594,6 +13969,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13636,6 +14014,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13651,6 +14032,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13939,7 +14323,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14170,7 +14554,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14275,10 +14659,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14305,6 +14689,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14368,9 +14755,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14386,9 +14770,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14443,6 +14824,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14464,6 +14848,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14515,7 +14902,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14566,6 +14953,12 @@ 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 ""
@@ -14581,6 +14974,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14665,9 +15061,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14779,9 +15172,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14917,6 +15307,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14926,9 +15325,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14956,15 +15352,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14980,6 +15376,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15043,6 +15442,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15175,6 +15595,12 @@ 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 ""
@@ -15277,6 +15703,12 @@ 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 ""
@@ -15286,9 +15718,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15322,9 +15751,15 @@ 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] ""
@@ -15337,9 +15772,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15367,6 +15799,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15391,6 +15826,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15469,6 +15907,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15520,12 +15961,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15691,6 +16138,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15736,6 +16192,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15925,12 +16384,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15940,6 +16432,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15952,6 +16447,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15970,12 +16468,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16000,9 +16504,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16015,9 +16525,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16411,12 +16966,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16504,18 +17065,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16663,9 +17218,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16705,9 +17257,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16750,21 +17299,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16774,25 +17329,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16852,9 +17413,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16873,6 +17431,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16888,9 +17449,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17011,18 +17578,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17056,9 +17617,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17143,6 +17701,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17158,6 +17722,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17176,9 +17743,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17215,27 +17779,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17284,13 +17839,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17434,7 +17995,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17938,6 +18499,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18091,13 +18655,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18109,6 +18673,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18400,15 +18967,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18799,6 +19360,9 @@ 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 ""
@@ -18823,6 +19387,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19414,7 +19981,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19423,10 +19990,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19486,6 +20062,9 @@ 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 ""
@@ -19540,6 +20119,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19621,6 +20203,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19951,9 +20536,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20050,6 +20632,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20143,6 +20728,9 @@ 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 ""
@@ -20185,6 +20773,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20254,9 +20845,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20290,9 +20878,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20305,12 +20890,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20359,15 +20938,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20551,9 +21124,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20743,9 +21313,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20926,6 +21502,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20938,6 +21517,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21064,6 +21646,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21094,6 +21679,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21142,6 +21730,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21184,6 +21775,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21391,6 +21985,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21418,13 +22015,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21445,6 +22066,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21472,7 +22096,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21508,13 +22132,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21529,19 +22150,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21553,6 +22168,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21571,13 +22189,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21649,7 +22267,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21658,6 +22276,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21688,9 +22309,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21814,6 +22432,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21844,6 +22465,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22033,6 +22657,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22045,6 +22675,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22363,19 +22999,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22471,6 +23107,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22513,7 +23152,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22564,12 +23203,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22627,6 +23275,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22756,10 +23407,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23656,6 +24307,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23704,6 +24358,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23716,6 +24373,9 @@ 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 ""
@@ -23899,6 +24559,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23968,9 +24634,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24007,9 +24670,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24043,6 +24703,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24073,6 +24736,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24127,6 +24793,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24229,13 +24901,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24274,6 +24946,9 @@ 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 ""
@@ -24391,6 +25066,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24466,12 +25144,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24484,6 +25165,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24634,19 +25318,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24670,6 +25354,9 @@ 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 ""
@@ -24700,7 +25387,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24874,9 +25561,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25039,15 +25723,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25108,6 +25792,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25483,9 +26170,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25570,9 +26254,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25594,9 +26284,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25657,6 +26344,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25801,6 +26491,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25870,9 +26563,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25888,10 +26590,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26074,7 +26788,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26164,6 +26878,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26245,9 +26962,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26338,7 +27052,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26428,9 +27142,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26482,9 +27193,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26728,9 +27436,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26764,6 +27478,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26800,6 +27517,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26842,6 +27562,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27046,6 +27772,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27109,9 +27838,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27253,7 +27979,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27298,6 +28024,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27319,21 +28129,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27343,6 +28153,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27661,10 +28474,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27673,6 +28486,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27682,6 +28501,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27718,9 +28540,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27754,13 +28573,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27844,10 +28663,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28060,6 +28879,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28135,7 +28957,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28252,6 +29074,9 @@ 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 ""
@@ -28381,6 +29206,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28684,12 +29512,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28849,6 +29671,12 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "group"
msgstr ""
@@ -28894,9 +29722,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28939,6 +29764,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29089,9 +29917,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29104,6 +29938,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29176,9 +30013,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29212,12 +30046,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29299,19 +30127,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29527,6 +30355,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29572,9 +30403,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29692,6 +30520,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29710,6 +30541,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29773,6 +30607,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/ru/gitlab.po b/locale/ru/gitlab.po
index f54108524d0..aa6349ac3b9 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr " %{start} по %{end}"
@@ -60,14 +60,14 @@ msgstr[3] " улучшилоÑÑŒ на %d пунктов"
msgid " or "
msgstr " или "
-msgid " or <!merge request id>"
-msgstr " или <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " или <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " или <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " или ÑÑылки (например: path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr " или ÑÑылки (например: path/to/project!merge_request_id
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" не ÑущеÑтвует на \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] "%s дополнительных коммитов было пропуÑ
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} & %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} Ñдер"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} Ñтрок кода / коммит"
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Событие Sentry: %{errorUrl}- Первый проÑмотр: %{firstSeen}- ПоÑледний проÑмотр: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}мÑ"
@@ -516,8 +528,8 @@ msgstr "%{firstLabel} + ещё %{labelCount}"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} не ÑвлÑетÑÑ Ð´Ð¾Ð¿ÑƒÑтимым ID Ð´Ð»Ñ %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Группы%{group_docs_link_end} позволÑÑŽÑ‚ управлÑÑ‚ÑŒ неÑколькими проектами и Ñотрудничать Ñ Ð½Ð¸Ð¼Ð¸. Члены группы имеют доÑтуп ко вÑем ее проектам."
@@ -603,9 +615,6 @@ msgstr "%{level_name} не допуÑкаетÑÑ Ð² %{group_level_name} груÐ
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} запрещено, Ñ‚.к. проект-иÑточник Ð¾Ñ‚Ð²ÐµÑ‚Ð²Ð»ÐµÐ½Ð¸Ñ Ð¸Ð¼ÐµÐµÑ‚ более узкую облаÑÑ‚ÑŒ видимоÑти."
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr "%{lineOneStart}Перетащите, чтобы загрузить Ñвои дизайны%{lineOneEnd} или %{linkStart}нажмите, чтобы загрузить%{linkEnd}."
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr "%{link_start}Узнайте больше%{link_end} о том, ÐºÐ°ÐºÐ°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¿ÐµÑ€ÐµÐ´Ð°ÐµÑ‚ÑÑ GitLab Inc."
@@ -624,6 +633,9 @@ msgstr "%{listToShow}, и еще %{awardsListLength}."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Запущена"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} заблокирован пользователем GitLab %{lock_user_id}"
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} можно объединить"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, Ñто обÑуждение будет закрыто автоматичеÑки."
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr "%{size} МиБ"
msgid "%{size} bytes"
msgstr "%{size} байт"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} было уÑпешно отправлено в Akismet."
@@ -799,6 +829,9 @@ msgstr "%{start} по %{end}"
msgid "%{state} epics"
msgstr "%{state} цели"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr "%{strongStart}Примечание:%{strongEnd} ПоÑле Ð´Ð¾Ð±Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»ÑŒÑкого Ñтапа вы можете изменить порÑдок Ñтапов, перетаÑÐºÐ¸Ð²Ð°Ñ Ð¸Ñ… в нужное положение."
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr "общий приоритет %{totalWeight}"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "приоритет открытого обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ %{total}"
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr "(внешний иÑточник)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(удалено)"
@@ -1204,15 +1261,6 @@ msgstr "8 чаÑов"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "< 1 чаÑа"
-
-msgid "<project name>"
-msgstr "<название проекта>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>УдалÑет</strong> иÑходную ветку"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "«Runner» - Ñто процеÑÑ, который выполнÑет Ñозданное вами задание. Ð’Ñ‹ можете наÑтроить Ñтолько таких процеÑÑов, Ñколько вам нужно."
@@ -1276,8 +1324,8 @@ msgstr "УчаÑтник команды по борьбе Ñ Ð½Ð°Ñ€ÑƒÑˆÐµÐ½Ð¸ÑÐ
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "Утверждение запроÑа на ÑлиÑние необходимо, когда отчет о безопаÑноÑти Ñодержит какую-либо новую уÑзвимоÑÑ‚ÑŒ выÑокой, критичеÑкой или неизвеÑтной ÑерьезноÑти."
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "Утверждение запроÑа на ÑлиÑние требуетÑÑ, когда отчёт о комплаенÑе лицензий отноÑитÑÑ Ðº лицензии, включённой в чёрный ÑпиÑок."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "ÐÐ¾Ð²Ð°Ñ ÑÐ±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ Auto DevOps Ñоздана, обратитеÑÑŒ к %{pipelines_link_start}Ñтранице, поÑвÑщенной Сборочным линиÑм%{pipelines_link_end} за подробноÑÑ‚Ñми"
@@ -1294,6 +1342,9 @@ 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 "ПроÑтой HTML-Ñайт, который иÑпользует Netlify Ð´Ð»Ñ CI/CD вмеÑто GitLab, но вÑÑ‘ ещё Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼Ð¸ замечательными возможноÑÑ‚Ñми GitLab."
@@ -1396,6 +1447,9 @@ msgstr "Дата Ð¿Ñ€ÐµÐºÑ€Ð°Ñ‰ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтупа"
msgid "Access forbidden. Check your access level."
msgstr "ДоÑтуп запрещен. Проверьте Ñвой уровень доÑтупа."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "ДоÑтуп к '%{classification_label}' не разрешён"
@@ -1507,6 +1561,9 @@ msgstr "Ðктивировать"
msgid "Activate Service Desk"
msgstr "Ðктивировать Ñлужбу поддержки"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Ðктивный"
@@ -1541,12 +1598,6 @@ msgstr[3] "Добавить %d обÑуждений"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Добавить CHANGELOG"
@@ -1661,6 +1712,9 @@ msgstr "Добавить дочерний Ñлемент в другой ÑлеÐ
msgid "Add comment now"
msgstr "Добавить комментарий"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 "Добавить заголовок и подвал в Ñлектронные пиÑьма. ПожалуйÑта, обратите внимание, что наÑтройки цвета будут применены только в интерфейÑе приложениÑ"
@@ -1685,6 +1742,9 @@ msgstr "Добавить задачи"
msgid "Add italic text"
msgstr "Добавить курÑив"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Добавить метку(и)"
@@ -1964,6 +2024,9 @@ msgstr "Выберите файл конфигурации Ñборочной л
msgid "AdminSettings|Select a template"
msgstr "Выберите шаблон"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr "Укажите домен, который будет иÑпользовÐ
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "Ð¢Ñ€ÐµÐ±ÑƒÐµÐ¼Ð°Ñ ÐºÐ¾Ð½Ñ„Ð¸Ð³ÑƒÑ€Ð°Ñ†Ð¸Ñ Ñборки может быть выбрана из каталога %{code_start}gitlab-ci%{code_end} внутри %{link_start}Ñконфигурированного хранилища ÑкземплÑров шаблонов%{link_end} или из предоÑтавленных GitLab конфигурации."
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "При Ñоздании новой переменной Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ñ Ð¾Ð½Ð° будет защищена по умолчанию."
@@ -2208,6 +2274,9 @@ msgstr[3] "Оповещений"
msgid "AlertManagement|Acknowledged"
msgstr "Прочитано"
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "Оповещение"
@@ -2238,8 +2307,8 @@ msgstr "ОтветÑтвенные"
msgid "AlertManagement|Authorize external service"
msgstr "Ðвторизовать внешнюю Ñлужбу"
-msgid "AlertManagement|Create issue"
-msgstr "Создать обÑуждение"
+msgid "AlertManagement|Create incident"
+msgstr ""
msgid "AlertManagement|Critical"
msgstr ""
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr "Обзор"
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr "Обработано"
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,17 +2421,14 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr "Получено"
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
-msgstr "Открыть обÑуждение"
+msgid "AlertManagement|View incident"
+msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
msgstr ""
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr "Ð’Ñе адреÑа Ñлектронной почты будут иÑпÐ
msgid "All environments"
msgstr "Ð’Ñе окружениÑ"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Ð’Ñе функции ÑиÑтемы включаютÑÑ Ð´Ð»Ñ Ð¿ÑƒÑÑ‚Ñ‹Ñ… проектов, Ñозданных из шаблонов или импортированных, но вы можете отключить их впоÑледÑтвии в наÑтройках проекта."
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr "Оповещение было вызвано в %{project_path}."
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "Произошла ошибка во Ð²Ñ€ÐµÐ¼Ñ Ñ„Ð¸ÐºÑации изменений."
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr "Произошла ошибка при декодировании файла."
@@ -2775,9 +2850,18 @@ msgstr "Произошла ошибка при получении отчётов
msgid "An error occurred while fetching the Service Desk address."
msgstr "Произошла ошибка при получении адреÑа Службы поддержки."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Произошла ошибка при получении ÑпиÑка панелей управлениÑ. ПожалуйÑта, попробуйте ещё раз."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "Произошла ошибка при получении Ñборок."
@@ -2919,15 +3003,18 @@ 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 LDAP override status. Please try again."
msgstr "Произошла ошибка при Ñохранении ÑтатуÑа Ð¿ÐµÑ€ÐµÐ¾Ð¿Ñ€ÐµÐ´ÐµÐ»ÐµÐ½Ð¸Ñ LDAP. ПожалуйÑта, попробуйте ещё раз."
msgid "An error occurred while saving assignees"
msgstr "Произошла ошибка при Ñохранении ответÑтвенных"
-msgid "An error occurred while saving the approval settings"
-msgstr ""
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "Произошла ошибка во Ð²Ñ€ÐµÐ¼Ñ ÑÐ¾Ñ…Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ð°. ПожалуйÑта, проверьте, ÑущеÑтвует ли шаблон."
@@ -2952,12 +3039,18 @@ msgstr "Произошла ошибка при обновлении утверж
msgid "An error occurred while updating the comment"
msgstr "Произошла ошибка при обновлении комментариÑ"
+msgid "An error occurred while updating the list. 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 "Произошла ошибка. ПожалуйÑта, попробуйте Ñнова."
@@ -3036,6 +3129,9 @@ msgstr "Любой"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr "Ð›ÑŽÐ±Ð°Ñ Ð²ÐµÑ‚ÐºÐ°"
@@ -3259,6 +3355,9 @@ msgstr "Ðпр."
msgid "April"
msgstr "Ðпрель"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr "Ðрхив"
@@ -3271,6 +3370,9 @@ msgstr "Ðрхивировать проект"
msgid "Archived"
msgstr "Ðрхивные"
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "Ðрхивный проект! Репозиторий и другие реÑурÑÑ‹ проекта доÑтупны только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ"
@@ -3286,9 +3388,6 @@ msgstr "Ðрхивирование Ñтого проекта Ñделает ег
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "УÑтанавливаете GitLab Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ð¸Ð¸?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "Ð’Ñ‹ уверены, что хотите архивировать Ñтот проект?"
@@ -3397,7 +3496,7 @@ msgstr "Ð’Ñ‹ уверены? Ð’Ñе коммиты, которые были по
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Ð’Ñ‹ уверены? Удаление Ñтого ключа GPG не повлиÑет на уже подпиÑанные коммиты."
-msgid "Are you sure? The device will be signed out of GitLab."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr "УпорÑдочить графики"
msgid "Artifact"
msgstr "Ðртефакт"
-msgid "Artifact ID"
-msgstr "ID артефакта"
-
msgid "Artifact could not be deleted."
msgstr "Ðртефакт не может быть удален."
@@ -3424,6 +3520,9 @@ msgstr "Ðртефакты"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "ПоÑкольку уÑтройÑтва U2F поддерживаютÑÑ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ неÑколькими браузерами, мы требуем, чтобы вы наÑтроили двухфакторную аутентификацию перед U2F уÑтройÑтвом. Таким образом, вы вÑегда Ñможете войти в ÑиÑтему, даже еÑли вы иÑпользуете неподдерживаемый браузер."
+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 "%{user} помеÑтил в ветку %{branch} проекта %{project_name} ( %{commit_url} ):"
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr "ÐвторизуйтеÑÑŒ %{link_to_client} Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð²Ð°ÑˆÐµÐ¹ учетной запиÑи?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr "ÐвтоматичеÑкое управление Ñертификата
msgid "Automatic certificate management using Let's Encrypt"
msgstr "ÐвтоматичеÑкое управление Ñертификатами Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Let's Encrypt"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,8 +3993,8 @@ msgstr "Эта группа не имеет значков"
msgid "Badges|This project has no badges"
msgstr "Этот проект не имеет значков"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить Ñтот значок. Удаленные значки <strong>не могут</strong> быть воÑÑтановлены."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Ваши значки"
@@ -4005,6 +4107,9 @@ msgstr "ежемеÑÑчно"
msgid "BillingPlans|per user"
msgstr "на одного пользователÑ"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "Улучшить"
@@ -4074,14 +4179,17 @@ msgstr "Развернуть"
msgid "Boards|View scope"
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 "Ветка %{branchName} не найдена в репозитории проекта."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "Ветка <strong>%{branch_name}</strong> Ñоздана. Ð”Ð»Ñ Ð½Ð°Ñтройки автоматичеÑкого Ñ€Ð°Ð·Ð²ÐµÑ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Ð²Ñ‹Ð±ÐµÑ€Ð¸Ñ‚Ðµ YAML-шаблон Ð´Ð»Ñ GitLab CI и зафикÑируйте Ñвои изменениÑ. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "Ветка была изменена"
@@ -4275,6 +4383,9 @@ msgstr "Открыть обÑуждениÑ"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "БизнеÑ"
@@ -4449,6 +4560,9 @@ msgstr "Ð Ð°Ð·Ð²Ñ‘Ñ€Ñ‚Ñ‹Ð²Ð°Ð½Ð¸Ñ Canary - популÑÑ€Ð½Ð°Ñ ÑтратегÐ
msgid "Cancel"
msgstr "Отмена"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "Отменить запуÑк"
@@ -4482,11 +4596,11 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr "Ðе удаётÑÑ Ð¸Ð¼Ð¿Ð¾Ñ€Ñ‚Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ, потому что обÑÑƒÐ¶Ð´ÐµÐ½Ð¸Ñ Ð½Ðµ доÑтупны в Ñтом проекте."
-msgid "Cannot make epic confidential if it contains not-confidential issues"
-msgstr "ÐÐµÐ»ÑŒÐ·Ñ Ñделать цель конфиденциальной, еÑли она Ñодержит неконфиденциальные обÑуждениÑ"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
+msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
-msgstr "ÐÐµÐ»ÑŒÐ·Ñ Ñделать цель конфиденциальной, еÑли она Ñодержит неконфиденциальные подцели"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
+msgstr ""
msgid "Cannot merge"
msgstr "Ðе удаетÑÑ Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½Ð¸Ñ‚ÑŒ"
@@ -4506,8 +4620,8 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
-msgstr "ÐÐµÐ»ÑŒÐ·Ñ Ð´Ð¾Ð±Ð°Ð²Ð¸Ñ‚ÑŒ неконфиденциальое обÑуждение к конфиденциальной цели"
+msgid "Cannot set confidential epic for a non-confidential issue"
+msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr ""
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr "Проверьте ваш .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr "Проверьте ваши образы Docker на наличие извеÑтных уÑзвимоÑтей."
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Выберите уровень доÑтупа, включите / отключите функции проекта (обÑуждениÑ, репозиторий, Wiki, Ñниппеты) и наÑтройте Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ð¸Ñ Ð½Ð° проекте."
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr "Закрыто"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Закрытые обÑуждениÑ"
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} уÑпешно уÑтановлены на вашем клаÑтере Kubernetes"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,14 +5415,17 @@ msgstr "Ð’Ñе данные, не переданные в GitLab, будут уÐ
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Ð’Ñе данные будут удалены без возможноÑти воÑÑтановлениÑ."
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Разрешить GitLab управлÑÑ‚ÑŒ проÑтранÑтвами имен и Ñлужебными аккаунтами Ñтого клаÑтера."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "Разрешить GitLab управлÑÑ‚ÑŒ проÑтранÑтвом имен и учетными запиÑÑми Ñлужб Ð´Ð»Ñ Ñтого клаÑтера. %{startLink}Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "Как вариант"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr "Произошла ошибка при попытке получениÑ
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Произошла ошибка при попытке извлечь типы машин облаÑти: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "Любые запущенные Ñборочные линии будут отменены."
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Выберите, какие Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð½ÐµÐ¾Ð±Ñ…Ð¾Ð´Ð¸Ð¼Ð¾ уÑтановить на ваш клаÑтер Kubernetes. Ð”Ð»Ñ ÑƒÑтановки любого из Ñледующих приложений требуетÑÑ Helm Tiller.\n\n"
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Выберите, какие из ваших окружений будут иÑпользовать Ñтот клаÑтер."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr "ОчиÑтить кÑш клаÑтера"
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Скопировать Ð°Ð´Ñ€ÐµÑ API"
@@ -5568,9 +5700,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Приложение Helm упрощает уÑтановку и управление приложениÑми Kubernetes. Приложение Tiller запуÑкаетÑÑ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ вашего клаÑтера Kubernetes и управлÑет релизами ваших реÑурÑов."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "ЕÑли вы наÑтраиваете неÑколько клаÑтеров и вы иÑпользуете Auto DevOps, %{help_link_start}прочтите Ñто%{help_link_end}."
@@ -5766,8 +5895,8 @@ msgstr "КоличеÑтво узлов"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "КоличеÑтво узлов должно быть чиÑлом."
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "ПожалуйÑта, укажите параметры доÑтупа к вашему клаÑтеру Kubernetes. ЕÑли вам необходима помощь, вы можете ознакомитьÑÑ Ñ Ð½Ð°ÑˆÐµÐ¹ Ñтраницей %{link_to_help_page} по Kubernetes"
+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 "ПожалуйÑта, убедитеÑÑŒ, что ваш аккаунт Google отвечает Ñледующим требованиÑм:"
@@ -5985,12 +6114,15 @@ msgstr "Что-то пошло не так при удалении %{title}"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Что-то пошло не так при обновлении доменного имени Knative."
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "Определение домена позволит вам иÑпользовать Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð°Ð²Ñ‚Ð¾Ð¾Ð±Ð·Ð¾Ñ€Ð° и Ñтапы автоматичеÑкого Ñ€Ð°Ð·Ð²Ð¾Ñ€Ð°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ñ %{auto_devops_start}Auto DevOps%{auto_devops_end}. Этот домен должен иметь наÑтроенный ÑоответÑтвующим Ð´Ð»Ñ Ð´Ð¾Ð¼ÐµÐ½Ð° образом шаблон DNS."
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ msgstr " У Ñтой учетной запиÑи должны быть разрÐ
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Эта Ð¾Ð¿Ñ†Ð¸Ñ Ð¿Ð¾Ð·Ð²Ð¾Ð»Ð¸Ñ‚ вам уÑтанавливать Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð½Ð° клаÑтеры RBAC."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Ð”Ð»Ñ Ð´Ð¾Ñтупа к вашему приложению поÑле Ñ€Ð°Ð·Ð²Ð¾Ñ€Ð°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ Ð²Ñ‹Ð±ÐµÑ€Ð¸Ñ‚Ðµ шаблон DNS Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº узлу Knative."
+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|Uninstall %{appTitle}"
msgstr "Удалить %{appTitle}"
@@ -6063,6 +6207,9 @@ msgstr "Проверка ÑтатуÑа тарификации проекта"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Мы не Ñмогли подтвердить, что один из ваших проектов на GCP имеет включенный биллинг. ПожалуйÑта, попробуйте ещё раз."
+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 "ЕÑли привÑзать клаÑтер Kubernetes к Ñтому проекту, вы Ñ Ð»Ñ‘Ð³ÐºÐ¾Ñтью Ñможете иÑпользовать Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ñ€ÐµÐ²ÑŒÑŽ, развертывать ваши приложениÑ, запуÑкать Ñборочные линии и многое другое."
@@ -6078,9 +6225,6 @@ msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить %{appTitle} из вашего
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Перед уÑтановкой приложений ниже вы должны уÑтановить Helm Tiller"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,8 +6255,8 @@ msgstr "Зона"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "доÑтуп к Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "документациÑ"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6288,6 +6432,12 @@ 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 "Комментарии"
@@ -6490,8 +6640,8 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "Сконфигурируйте файл <code>.gitlab-webide.yml</code> в каталоге <code>.gitlab</code> чтобы начать иÑпользовать веб-терминал. %{helpStart}Узнайте больше.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "ÐаÑтройка автоматичеÑких проверок git и очиÑтки репозиториев."
@@ -6949,9 +7099,6 @@ msgstr "Скопированы метки и Ñтап из %{source_issuable_ref
msgid "Copy"
msgstr "Копировать"
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr "Копировать токен"
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "Ðе удалоÑÑŒ авторизовать никнейм чата. Попробуйте еще раз!"
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Ðе удалоÑÑŒ Ñоздать репозиторий"
-msgid "Could not delete %{design}. Please try again."
+msgid "Could not create wiki page"
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Ðе удалоÑÑŒ удалить никнейм чата %{chat_name}."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr "Ðе удалоÑÑŒ Ñохранить ручную конфигурацию prometheus"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr "Ðе удалоÑÑŒ обновить наÑтройки LDAP"
@@ -7126,6 +7288,13 @@ msgstr "Покрытие"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr "Создать"
@@ -7216,6 +7385,9 @@ msgstr "Создать цель"
msgid "Create file"
msgstr "Создать файл"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Создать группу"
@@ -7252,6 +7424,9 @@ msgstr "Создать новую доÑку"
msgid "Create new branch"
msgstr "Создать новую ветку"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Создать новый каталог"
@@ -7276,6 +7451,9 @@ msgstr "Создать проект"
msgid "Create project label"
msgstr "Создать метку проекта"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "Создать требование"
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "ПользовательÑкое Ð¸Ð¼Ñ Ñ…Ð¾Ñта (Ð´Ð»Ñ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² приватных Ñлектронных адреÑах почты при коммите)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Ð¡Ð¾Ð±Ñ‹Ñ‚Ð¸Ñ Ð½Ð°Ñтраиваемых уведомлений"
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7739,25 +7932,55 @@ msgstr "%{firstProject}, %{rest}, и %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Данные вÑе еще вычиÑлÑÑŽÑ‚ÑÑ..."
@@ -7865,7 +8157,7 @@ msgstr "Ветвь по умолчанию и защищенные ветки"
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,12 +8235,12 @@ msgstr "Удалить"
msgid "Delete Comment"
msgstr "Удалить комментарий"
-msgid "Delete Package"
-msgstr "Удалить пакет"
-
msgid "Delete Snippet"
msgstr "Удалить Ñниппет"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr "Удалить артефакты"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr "Ошибка при воÑÑтановлении wiki репозитор
msgid "Deleted"
msgstr "Удалено"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "Удалённый никнейм чата: %{chat_name}!"
-msgid "Deleted in this version"
-msgstr "Удалено в Ñтой верÑии"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] "%d дополнительных уÑзвимоÑти не показÐ
msgstr[2] "%d дополнительных уÑзвимоÑтей не показано"
msgstr[3] "%d дополнительных уÑзвимоÑтей не показано"
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr "ещё %{remainingLicensesCount}"
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "Ð’Ñе"
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ msgstr "Упаковщик"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
msgstr "Произошел Ñбой Ð·Ð°Ð´Ð°Ð½Ð¸Ñ %{codeStartTag}dependency_scanning%{codeEndTag} и не получилоÑÑŒ Ñгенерировать ÑпиÑок. ПожалуйÑта, убедитеÑÑŒ, что задание работает правильно и Ñнова запуÑтите Ñборку."
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,12 +8473,12 @@ msgstr[1] "Ð’ завиÑимоÑти от того были ли удовлетÐ
msgstr[2] "Ð’ завиÑимоÑти от того было ли удовлетворено %d запроÑов на ÑлиÑние"
msgstr[3] "Ð’ завиÑимоÑти от того было ли удовлетворено %d запроÑов на ÑлиÑние"
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] "Ð’ завиÑимоÑти от <strong>%d закрытого</strong> запроÑа на ÑлиÑние."
-msgstr[1] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
-msgstr[2] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
-msgstr[3] "Ð’ завиÑимоÑти от <strong>%d закрытых</strong> запроÑов на ÑлиÑние."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Deploy"
msgid_plural "Deploys"
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,15 +8757,24 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
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|Are you sure you want to delete the selected designs?"
-msgstr "Вы уверены, что хотите удалить выбранные дизайны?"
-
msgid "DesignManagement|Cancel changes"
msgstr ""
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr "Удалить"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr "Удалить выбранные"
-
msgid "DesignManagement|Deselect all"
msgstr "Отменить вÑе"
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr "Разница между начальной датой и нынешней"
@@ -8584,7 +8913,10 @@ msgstr "(базовый)"
msgid "Diffs|No file name available"
msgstr "Ð˜Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð° недоÑтупно"
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr "ОбÑудить конкретное предложение или во
msgid "Discuss a specific suggestion or question."
msgstr "ОбÑудить конкретное предложение или вопроÑ."
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr "Редактировать доÑку"
msgid "Edit comment"
msgstr "Редактировать комментарий"
-msgid "Edit dashboard"
-msgstr "Редактировать панель управлениÑ"
-
msgid "Edit description"
msgstr "Изменить опиÑание"
@@ -9251,9 +9577,6 @@ msgstr "Включить двухфакторную аутентификацию
msgid "Enable usage ping"
msgstr "Включить Ñбор ÑтатиÑтики иÑпользованиÑ"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "Включить/отключить Ñлужбу поддержки. %{link_start}Узнайте больше о Ñлужбе поддержки%{link_end}."
@@ -9422,6 +9745,9 @@ 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 "Добавить проект на панель управлениÑ"
@@ -9446,7 +9772,7 @@ msgstr "Удалить"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "Панель ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ Ñредами предоÑтавлÑет Ñводку ÑоÑтоÑÐ½Ð¸Ñ Ð¾ÐºÑ€ÑƒÐ¶ÐµÐ½Ð¸Ð¹ каждого проекта, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ ÑтатуÑÑ‹ Ñборочной линии и оповещений."
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr "ИÑÐºÐ»ÑŽÑ‡Ð°Ñ ÐºÐ¾Ð¼Ð¼Ð¸Ñ‚Ñ‹-ÑлиÑниÑ. Ограничено дÐ
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "ИÑÐºÐ»ÑŽÑ‡Ð°Ñ ÐºÐ¾Ð¼Ð¼Ð¸Ñ‚Ñ‹-ÑлиÑниÑ. Ограничено до 6000 коммитов."
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr "Развернуть вÑе"
msgid "Expand approvers"
msgstr "Развернуть утверждающих"
-msgid "Expand down"
-msgstr "Развернуть вниз"
-
msgid "Expand dropdown"
msgstr "Развернуть раÑкрывающийÑÑ ÑпиÑок"
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Развернуть боковую панель"
-msgid "Expand up"
-msgstr "Развернуть вверх"
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr "Срок дейÑтвиÑ"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 "Попробуйте еще раз через неÑколько минут или ÑвÑжитеÑÑŒ Ñ Ð²Ð°ÑˆÐµÐ¹ Ñлужбой поддержки."
@@ -10659,9 +10988,6 @@ msgstr "Идентификаторы пользователÑ"
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr "Ðе удалоÑÑŒ открыть лицензию. У Ð²Ð°Ñ Ð½ÐµÑ‚ п
msgid "File"
msgstr "Файл"
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr "Цвет Шрифта"
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Во внутренних проектах: любой зарегиÑтрированный пользователь может проÑматривать Ñборочные линии и получать доÑтуп к заданиÑм (логам и артефактам)"
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Узел функционирует медленно, перегружен или только что воÑÑтановлен поÑле ÑбоÑ."
-msgid "GeoNodes|Attachments"
-msgstr "ВложениÑ"
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr "ОбратитеÑÑŒ к информации по уÑтранению неиÑправноÑтей Geo"
-msgid "GeoNodes|Container repositories"
-msgstr "Репозитории контейнеров"
-
msgid "GeoNodes|Data replication lag"
msgstr "Задержка репликации данных"
-msgid "GeoNodes|Design repositories"
-msgstr "Репозитории дизайнов"
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Ðе ÑоответÑтвует конфигурации оÑновного хранилища"
-msgid "GeoNodes|Failed"
-msgstr "Ðе удалоÑÑŒ"
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr "Внутренний URL"
-msgid "GeoNodes|Job artifacts"
-msgstr "Ðртефакты заданий"
-
-msgid "GeoNodes|LFS objects"
-msgstr "Объекты LFS"
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr "Узел уÑпешно удалён."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr "СоÑтоÑние узла было обновлено %{timeAgo}."
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr "ПриоÑтановка репликации прекращает процеÑÑ Ñинхронизации. Ð’Ñ‹ уверены?"
@@ -11196,15 +11501,6 @@ msgstr "Слоты репликации"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Репозитории"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "Ход Ñверки репозиториÑ"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr "ÐаÑтройки Ñинхронизации"
msgid "GeoNodes|Unused slots"
msgstr "ÐеиÑпользуемые Ñлоты"
-msgid "GeoNodes|Unverified"
-msgstr "Ðепроверенные"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr "Обновлено %{timeAgo}"
msgid "GeoNodes|Used slots"
msgstr "ИÑпользуемые Ñлоты"
-msgid "GeoNodes|Verified"
-msgstr "Проверенные"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr "Вики"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr "С %{geo} вы можете уÑтановить Ñпециальный реплицированный, доÑтупный только Ð´Ð»Ñ Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÑкземплÑÑ€ в любом меÑте. Прежде чем добавлÑÑ‚ÑŒ узлы, Ñледуйте %{instructions} в том порÑдке, в котором они поÑвлÑÑŽÑ‚ÑÑ."
@@ -11265,6 +11546,12 @@ msgstr "оÑновной узел"
msgid "GeoNodes|secondary nodes"
msgstr "вторичные узлы"
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr "Фильтр по ÑоÑтоÑнию"
msgid "Geo|Geo Status"
msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Geo"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr "Ð’ процеÑÑе"
@@ -11460,10 +11753,10 @@ msgstr "Ошибка Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ - %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "Ожидание планировщика"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,8 +11933,8 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "Принудительный HTTPS (требуютÑÑ Ð´ÐµÐ¹Ñтвительные Ñертификаты)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
-msgstr "GitLab Pages отключены Ð´Ð»Ñ Ñтого проекта. Ð’Ñ‹ можете включить в поле %{strong_start}ÐаÑтройки > Общие > ВидимоÑÑ‚ÑŒ%{strong_end} вашего проекта."
+msgid "GitLabPages|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|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "Может пройти до 30 минут, прежде чем Ñайт Ñтанет доÑтупен поÑле первого развёртываниÑ."
@@ -11757,7 +12050,10 @@ msgstr "Ðа веÑÑŒ Ñкран"
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr "Минуты групповой Ñборочной линии уÑпеш
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Запретить публикацию проектов из %{group} в других группах"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12439,7 +12738,7 @@ msgid "GroupsNew|Create"
msgstr ""
msgid "GroupsNew|Create group"
-msgstr ""
+msgstr "Создать группу"
msgid "GroupsNew|GitLab group export"
msgstr ""
@@ -12448,7 +12747,7 @@ msgid "GroupsNew|Import"
msgstr ""
msgid "GroupsNew|Import group"
-msgstr ""
+msgstr "Импорт группы"
msgid "GroupsNew|My Awesome Group"
msgstr ""
@@ -12528,6 +12827,9 @@ msgstr "Ð˜Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ Ð¾ работоÑпоÑобноÑти может б
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "Ключ доÑтупа - "
@@ -12543,6 +12845,9 @@ msgstr "ÐеÑтабильный"
msgid "Hello there"
msgstr "Привет"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Помощь"
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "Однако вы уже ÑвлÑетеÑÑŒ учаÑтником Ñтого %{member_source}. Войдите, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð´Ñ€ÑƒÐ³Ð¾Ð¹ аккаунт, чтобы принÑÑ‚ÑŒ приглашение."
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr "Ðе удалоÑÑŒ импортировать проект"
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr "Ðе удалоÑÑŒ запроÑить %{provider} репозиториев"
@@ -13001,6 +13318,9 @@ msgstr "Ðе удалоÑÑŒ Ñоздать репозиторий."
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13014,12 +13334,12 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Улучшить поиÑк при помощи РаÑширенного Глобального ПоиÑка в верÑии GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr "Лимиты, ÑвÑзанные Ñ Ð£Ð¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸ÐµÐ¼ инцидентами"
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Указывает, может ли Ñтот обработчик заданий выбирать Ð·Ð°Ð´Ð°Ð½Ð¸Ñ Ð±ÐµÐ· меток"
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr "УÑтановить на клаÑтеры"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "УÑтановлено"
@@ -13230,8 +13565,8 @@ msgstr[3] "ЭкземплÑры"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "ВидимоÑÑ‚ÑŒ СтатиÑтики ЭкземплÑра"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr ""
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr "Шаблон интервала"
msgid "Introducing Value Stream Analytics"
msgstr "ПредÑтавлÑем Ðналитику потока ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ñ†ÐµÐ½Ð½Ð¾Ñти"
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr "Обнаружен неверный файл конфигурации In
msgid "Invalid Login or password"
msgstr "Ðеверный логин или пароль"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ÑÑылка"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr "ПриглаÑить учаÑтников"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr "ОбÑуждение"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr "ОбÑуждение %{issue_reference} уже было добавлено к цели %{epic_reference}."
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "ДоÑки обÑуждений"
@@ -13554,9 +13934,6 @@ msgstr "СиÑтема ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»Ñ Ð¾Ð±Ñуждений YouTrack"
msgid "Issues"
msgstr "ОбÑуждениÑ"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr "Пароль или API токен"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr "ИÑпользуйте Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ñерве
msgid "JiraService|Username or Email"
msgstr "Ð˜Ð¼Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¸Ð»Ð¸ Email"
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,8 +14429,8 @@ msgstr "Метки могут применÑÑ‚ÑŒÑÑ Ðº обÑуждениÑм Ð
msgid "Labels can be applied to issues and merge requests."
msgstr "Метки могут назначатьÑÑ Ð¾Ð±ÑуждениÑм и запроÑам на ÑлиÑние."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>ПовыÑить метку</span> %{labelTitle} <span>до групповой метки?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "ПеренеÑти Метку"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,11 +14772,11 @@ msgstr "Удалить лицензию"
msgid "LicenseCompliance|Remove license?"
msgstr "Удалить лицензию?"
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "Ðа данный момент в Ñтом проекте нет утвержденных или занеÑённых в чёрный ÑпиÑок лицензий."
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match 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 "Эта Ð»Ð¸Ñ†ÐµÐ½Ð·Ð¸Ñ ÑƒÐ¶Ðµ еÑÑ‚ÑŒ в Ñтом проекте."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr "Лицензировано длÑ"
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Лицензии"
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr "Ограничить отображение единицы времени отÑÐ»ÐµÐ¶Ð¸Ð²Ð°Ð½Ð¸Ñ Ð´Ð¾ чаÑов."
@@ -14555,6 +14938,9 @@ msgstr "СпиÑок репозиториев Gitea"
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr "ПеречиÑлить наÑтройки"
@@ -14576,6 +14962,9 @@ msgstr "Предварительный проÑмотр в реальном вр
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr "Загрузка"
@@ -14627,7 +15016,7 @@ msgstr "Блокировка не найдена"
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ msgstr "MD5"
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 ""
@@ -14693,6 +15088,9 @@ msgstr "СоглаÑовано"
msgid "MRApprovals|Approvers"
msgstr "Утверждающие"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "Показать только изменениÑ"
@@ -14777,9 +15175,6 @@ msgstr "Импорт файла манифеÑта"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr "Ручное задание"
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr "УчаÑтники"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr "Коммиты запроÑов на ÑлиÑние"
msgid "Merge Requests"
msgstr "ЗапроÑÑ‹ на ÑлиÑние"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние Ñоздан"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 "Метрики"
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr "Создать пользовательÑкую панель ÑƒÐ¿Ñ€Ð°Ð²Ð»ÐµÐ½Ð¸Ñ %{fileName}"
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Создать метрику"
@@ -15434,9 +15865,15 @@ 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] "Редактировать метрику"
@@ -15450,9 +15887,6 @@ msgstr "Развернуть панель"
msgid "Metrics|For grouping similar metrics"
msgstr "Ð”Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¿Ð¸Ñ€Ð¾Ð²ÐºÐ¸ похожих метрик"
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr "ÐедопуÑтимый промежуток времени, пожалуйÑта, проверьте его."
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr "Ð—Ð°Ð¿Ñ€Ð¾Ñ PromQL дейÑтвителен"
msgid "Metrics|Prometheus Query Documentation"
msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ð¸Ñ Ð¿Ð¾ запроÑам Prometheus"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr "Обновить панель управлениÑ"
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr "ПроÑмотр журналов"
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "ПодпиÑÑŒ оÑи Y"
@@ -15634,12 +16077,18 @@ msgstr[1] "Этапы"
msgstr[2] "Этапы"
msgstr[3] "Этапы"
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr "Зеркалирование было уÑпешно отключено.
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr "ОтÑутÑтвует точка Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñей коммитов!"
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Мониторинг"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "МеÑÑцы"
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Ðикогда"
@@ -16526,12 +17083,18 @@ msgstr "Ðет репозиториÑ"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "Ðет раÑпиÑаний"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr "ÐÐµÐºÐ¾Ð½Ñ„Ð¸Ð´ÐµÐ½Ñ†Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ Ñ†ÐµÐ»ÑŒ не может быть назначена к конфиденциальной родительÑкой цели"
-
msgid "Note"
msgstr "Заметка"
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr "ÐоÑбрь"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr "Теперь вы можете получить доÑтуп к вкладкам запроÑа на ÑлиÑние вверху, где их проще найти."
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "ОК"
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr "Только учаÑтники проекта"
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "Только админиÑтраторы"
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr "Только учаÑтники проекта могут оÑтавлÑ
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Будут импортированы только учаÑтники проекта. УчаÑтники группы будут пропущены."
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr "Открыть"
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr "Ðе определена политиками проекта и долÐ
msgid "Outbound requests"
msgstr "ИÑходÑщие запроÑÑ‹"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr "Копировать команду npm"
msgid "PackageRegistry|Copy npm setup command"
msgstr "Копировать команду наÑтройки npm"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr "Копировать команду yarn"
@@ -17274,6 +17840,9 @@ msgstr "Удалить пакет"
msgid "PackageRegistry|Filter by name"
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 "Чтобы узнать больше о рееÑтре Conan, %{linkStart}Ñмотрите документацию%{linkEnd}."
@@ -17292,9 +17861,6 @@ msgstr "ЕÑли вы еще не Ñделали Ñтого, вам нужно Ð
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr "УÑтановка"
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr "Команда NuGet"
msgid "PackageRegistry|Pip Command"
msgstr "Команда pip"
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr "Ð¡Ð±Ð¾Ñ€Ð¾Ñ‡Ð½Ð°Ñ Ð»Ð¸Ð½Ð¸Ñ %{linkStart}%{linkEnd}, Ð²Ñ‹Ð·Ð²Ð°Ð½Ð½Ð°Ñ %{author} %{timestamp}"
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr "Опубликовано в репозиторий %{timestamp}"
-
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr "ÐаÑтройка рееÑтра"
-
msgid "PackageRegistry|Remove package"
msgstr "Удалить пакет"
@@ -17400,14 +17957,20 @@ msgstr ""
msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
msgstr "Вам также может понадобитьÑÑ Ð½Ð°Ñтроить аутентификацию Ñ Ð¸Ñпользованием токена. %{linkStart}Смотрите документацию%{linkEnd}, чтобы узнать больше."
-msgid "PackageRegistry|npm"
-msgstr "npm"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
-msgstr "yarn"
+msgid "PackageRegistry|yarn command"
+msgstr ""
msgid "PackageType|Composer"
msgstr ""
@@ -17550,7 +18113,7 @@ msgstr "Подтверждение паролÑ"
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,15 +18773,15 @@ msgstr "Выберете между фикÑированным (макÑ. 1280px
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|Customize integrations with third party services."
msgstr "ÐаÑтройте интеграцию Ñо Ñторонними ÑервиÑами."
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "ÐаÑтройте внешний вид верхней и боковой панели навигации."
-msgid "Preferences|Default dashboard"
-msgstr "Страница по умолчанию"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "Отображать Ð²Ñ€ÐµÐ¼Ñ Ð² 24-чаÑовом формате"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
msgstr "Ðапример, 30 минут назад."
+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 ""
@@ -18516,15 +19085,9 @@ msgstr "Текущий ÑтатуÑ"
msgid "Profiles|Default notification email"
msgstr "Ð­Ð»ÐµÐºÑ‚Ñ€Ð¾Ð½Ð½Ð°Ñ Ð¿Ð¾Ñ‡Ñ‚Ð° Ð´Ð»Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ð¹ по умолчанию"
-msgid "Profiles|Delete Account"
-msgstr "Удалить Учетную запиÑÑŒ"
-
msgid "Profiles|Delete account"
msgstr "Удалить учетную запиÑÑŒ"
-msgid "Profiles|Delete your account?"
-msgstr "Удалить Ñвою учетную запиÑÑŒ?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "Удаление учетной запиÑи приведет к Ñледующим поÑледÑтвиÑм:"
@@ -18915,6 +19478,9 @@ 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 "Проект: %{name}"
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "Ðаименование"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Ðикогда"
@@ -19530,7 +20099,7 @@ msgstr "ГорÑщее: %{alert}"
msgid "PrometheusAlerts|Operator"
msgstr "Оператор"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,12 +20108,21 @@ msgstr "Выберите запроÑ"
msgid "PrometheusAlerts|Threshold"
msgstr "Порог ÑрабатываниÑ"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "Были найдены %{exporters} Ñ %{metrics}"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">Ðи одной <a href=\"%{docsUrl}\">общей метрики</a> не найдено</p>"
-
msgid "PrometheusService|Active"
msgstr ""
@@ -19602,6 +20180,9 @@ 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 "Ðе Ñоздано ни одной наÑтраиваемой метрики. Создайте её, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ ÐºÐ½Ð¾Ð¿ÐºÑƒ выше"
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr "Предлагать пользователÑм загружать ключи SSH"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr "ÐÐ¾Ð²Ð°Ñ Ñлужба поиÑка недоÑтупна"
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr "Удалить вÑех ответÑтвенных или одного Ð
msgid "Remove all or specific label(s)"
msgstr "Удалить вÑе или конкретные метки(и)"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "Удалить утверждающих"
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "Удалить проект"
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr "Удалён Ñтап %{milestone_reference}."
msgid "Removed %{type} with id %{id}"
msgstr "Удалено %{type} Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð¼ %{id}"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr "Ð’Ñе метки удалены."
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr "Удалена родительÑÐºÐ°Ñ Ñ†ÐµÐ»ÑŒ %{epic_ref}."
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "Удаленные проекты не могут быть воÑÑтановлены!"
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr "УдалÑет дату завершениÑ."
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "Удаление лицензии…"
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "Удаление проекта удалит его репозиторий и вÑе ÑвÑзанные реÑурÑÑ‹, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð¾Ð±ÑуждениÑ, запроÑÑ‹ на ÑлиÑние и Ñ‚. д."
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr "Удаление Ñтой группы также приведет к удалению вÑех дочерних проектов, Ð²ÐºÐ»ÑŽÑ‡Ð°Ñ Ð°Ñ€Ñ…Ð¸Ð²Ð½Ñ‹Ðµ, а также их реÑурÑов."
@@ -20670,9 +21245,6 @@ msgstr "Граф репозиториÑ"
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr "Разрешить"
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr "ЗапуÑтить очиÑтку"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr "ЗапуÑкайте теÑÑ‚Ñ‹ Ð´Ð»Ñ Ñвоего кода в реальном времени Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ веб-терминала"
@@ -21186,6 +21770,9 @@ msgstr "Сохранить"
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "Сохранить в любом Ñлучае"
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr "Сохранить переменные"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr "ДоÑтуп"
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "Прокрутить вниз"
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr "Ðайти ветки и теги"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr "МеÑÑ‚ в лицензии"
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr "Отчет о безопаÑноÑти уÑтарел. ЗапуÑтите %{newPipelineLinkStart}новую Ñборочную линию%{newPipelineLinkEnd} в целевой ветке (%{targetBranchName})"
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr "Теперь ÐºÐ°Ð¶Ð´Ð°Ñ ÑƒÑзвимоÑÑ‚ÑŒ получила уникальную Ñтраницу, на которую можно ÑÑылатьÑÑ Ð½Ð°Ð¿Ñ€Ñмую, делитьÑÑ ÐµÑŽ, и отÑлеживать её как единый иÑточник иÑтины. Случаи Ð²Ð¾Ð·Ð½Ð¸ÐºÐ½Ð¾Ð²ÐµÐ½Ð¸Ñ ÑƒÑзвимоÑти также ÑохранÑÑŽÑ‚ÑÑ Ð¼ÐµÐ¶Ð´Ñƒ запуÑками Ñканера, что делает их отÑлеживание более ÑÑным, а также уменьшает количеÑтво дублирующих запиÑей от повторных Ñканирований."
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr "ПоÑмотреть затрагиваемые проекты в пан
msgid "See what's new at GitLab"
msgstr "ПоÑмотрите, что нового в Gitlab"
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr "Выберите необходимый регулÑторный ÑтаÐ
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "Выбрать пользователÑ"
@@ -22165,6 +22791,12 @@ msgstr "Служба поддержки"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Шаблоны Служб"
@@ -22177,6 +22809,12 @@ msgstr "ПродолжительноÑÑ‚ÑŒ ÑеÑÑии (в минутах)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "УÑтановить %{epic_ref} в качеÑтве родительÑкой цели."
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "УÑтановите шаблон по умолчанию Ð´Ð»Ñ Ð¾Ð¿Ð¸Ñаний обÑуждений."
@@ -22497,12 +23135,6 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr "Показано %{pageSize} из %{total} задач"
-msgid "Showing Latest Version"
-msgstr ""
-
-msgid "Showing Version #%{versionNumber}"
-msgstr ""
-
msgid "Showing all issues"
msgstr "Показаны вÑе обÑуждениÑ"
@@ -22512,6 +23144,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr ""
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr ""
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr "Одиночные или комбинированные запроÑÑ‹"
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "Ðет Ñниппетов Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Что-то пошло не так при переключении кнопки"
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr "СпиÑок тегов:"
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr "Метка Ñтого коммита."
@@ -23850,6 +24509,9 @@ 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 "Лента меток"
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr "ТеÑÑ‚"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Обработка Ð¿Ð¾ÐºÑ€Ñ‹Ñ‚Ð¸Ñ Ñ‚ÐµÑтами"
@@ -24105,9 +24773,6 @@ msgstr "Ðет теÑтов Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr "При извлечении отчетов о теÑтировании произошла ошибка."
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} Ñодержит Ñледующую ошибку:"
@@ -24155,7 +24817,7 @@ msgstr[2] "%{type} Ñодержат Ñледующие ошибки:"
msgstr[3] "%{type} Ñодержат Ñледующие ошибки:"
msgid "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 "РаÑширенный глобальный поиÑк в GitLab - Ñто Ñерьезный инÑтрумент который ÑохранÑет ваше времÑ. ВмеÑто ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ Ð´ÑƒÐ±Ð»Ð¸Ñ€ÑƒÑŽÑ‰ÐµÐ³Ð¾ кода и траты времени, вы можете иÑкать код внутри других команд, который поможет вам в вашем проекте."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr "URL, иÑпользуемый Ð´Ð»Ñ Ð¿Ð¾Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ Ðº Elasticsearch. ИÑпользуйте ÑпиÑок разделÑемых запÑтыми адреÑов Ð´Ð»Ñ Ð¿Ð¾Ð´Ð´ÐµÑ€Ð¶ÐºÐ¸ клаÑтеризации (напр., \"http://localhost:9200, http://localhost:9201\")."
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -24211,6 +24876,9 @@ msgstr "ÐšÐ¾Ð»Ð»ÐµÐºÑ†Ð¸Ñ Ñобытий добавленных в данные
msgid "The commit does not exist"
msgstr "Этот коммит не ÑущеÑтвует"
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Соединение будет отключено через %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ð¸ÐµÐ², требующих больше времени, иÑпользуйте комбинацию clone/push."
@@ -24265,6 +24933,12 @@ msgstr "Файл был уÑпешно удален."
msgid "The file name should have a .yml extension"
msgstr "Файл должен иметь раÑширение .yml"
+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 items will NOT be exported:"
msgstr "Следующие Ñлементы ÐЕ будут ÑкÑпортированы:"
@@ -24368,14 +25042,14 @@ msgstr "Ð˜Ð¼Ñ \"%{name}\" уже занÑто в Ñтом каталоге."
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "КоличеÑтво изменений, которые необходимо извлечь из GitLab при клонировании репозиториÑ. Это может уÑкорить выполнение конвейеров. ОÑтавьте пуÑтым или уÑтановите значение на 0, чтобы отключить поверхноÑтное клонирование по умолчанию, и заÑтавить GitLab CI клонировать вÑе ветки и теги каждый раз."
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
-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 "Пароль, необходимый Ð´Ð»Ñ Ñ€Ð°Ñшифровки закрытого ключа. Он не ÑвлÑетÑÑ Ð½ÐµÐ¾Ð±Ñзательным, а значение будет зашифровано в ÑоÑтоÑнии покоÑ."
@@ -24413,6 +25087,9 @@ 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 "Проект доÑтупен только учаÑтникам проекта. ДоÑтуп должен быть предоÑтавлен Ñвно каждому пользователю."
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr "Ðа диÑке уже еÑÑ‚ÑŒ репозиторий Ñ Ñ‚Ð°ÐºÐ¸Ð¼ именем"
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr "При подпиÑке на Ñту метку произошла оши
msgid "There was an error when unsubscribing from this label."
msgstr "Произошла ошибка при отпиÑке от Ñтой метки."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr "Это ваша Ñ‚ÐµÐºÑƒÑ‰Ð°Ñ ÑеÑÑиÑ"
-msgid "This issue is confidential"
-msgstr "Это обÑуждение ÑвлÑетÑÑ ÐºÐ¾Ð½Ñ„Ð¸Ð´ÐµÐ½Ñ†Ð¸Ð°Ð»ÑŒÐ½Ñ‹Ð¼"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr "Этот пользователь будет автором вÑех ÑÐ
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr "Чтобы подключить репозиторий SVN, провер
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr "Задача отмечена как выполненнаÑ."
msgid "Today"
msgstr "СегоднÑ"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr "Переключить предварительный проÑмотр Markdown"
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Завтра"
@@ -25942,6 +26634,9 @@ msgstr "СобытиÑ"
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,12 +26733,24 @@ msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
msgid "Two-factor Authentication Recovery codes"
msgstr "Коды воÑÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð¸Ñ Ð´Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ð¹ аутентификации"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ Ð±Ñ‹Ð»Ð° отключена Ð´Ð»Ñ Ñтого пользователÑ"
-
msgid "Two-factor authentication"
msgstr "Ð”Ð²ÑƒÑ…Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð°Ñ Ð°ÑƒÑ‚ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ†Ð¸Ñ"
+msgid "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 "Type"
msgstr ""
@@ -26215,7 +26931,7 @@ msgstr "Разблокировать"
msgid "Unlock the discussion"
msgstr "Разблокировать обÑуждение"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Ðеподтверждено"
@@ -26386,9 +27105,6 @@ msgstr "Обновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Обновлено %{updated_at} %{updated_by}"
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26405,7 +27121,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Обновите Вашу подпиÑку, чтобы активировать раÑширенный глобальный поиÑк."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr "ГолоÑа \"за\""
msgid "Usage"
msgstr "Ð¡ÐµÐ¹Ñ‡Ð°Ñ Ð¸ÑпользуетÑÑ"
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 "ИÑпользуйте %{code_start}::%{code_end}, чтобы Ñоздать %{link_start}набор Ñелективных меток%{link_end} (например, %{code_start}priority::1%{code_end})"
-msgid "Use %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr "Пользователь %{current_user_username} начал выдавÐ
msgid "User %{username} was successfully removed."
msgstr "Пользователь %{username} был уÑпешно удален."
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr "Проверить наÑтройки"
msgid "Version"
msgstr "ВерÑиÑ"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr "Веб-обработчики позволÑÑŽÑ‚ вам вызывать
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Среда"
@@ -27462,21 +28274,21 @@ msgstr "Добро пожаловать! Ваша ÑƒÑ‡Ñ‘Ñ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ б
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,11 +28620,11 @@ msgstr "Ð’Ñ‹ пытаетеÑÑŒ обновить файл, который изм
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "Ð’Ñ‹ подключены к Ñерверу Prometheus, но в наÑтоÑщее Ð²Ñ€ÐµÐ¼Ñ Ð½ÐµÑ‚ данных Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ."
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ удалить %{group_name}, при Ñтом также удалитÑÑ Ð²Ñе подгруппы и проекты. Удаленные группы ÐЕ МОГУТ быть воÑÑтановлены! Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Ð’Ñ‹ хотите удалить %{project_full_name}. Удаленный проект ÐЕ МОЖЕТ быть воÑÑтановлен! Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
+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 ""
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Ð’Ñ‹ ÑобираетеÑÑŒ передать проект %{project_full_name} другому владельцу. Ð’Ñ‹ ÐБСОЛЮТÐО уверены?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr "Ð’Ñ‹ не можете отменить ÑвÑзь Ñ Ð²Ð°ÑˆÐµÐ¹ оÑнÐ
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr "Вы также можете проверить ваш %{gitlab_ci_yml}
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Ð’Ñ‹ также можете загрузить ÑущеÑтвующие файлы Ñ ÐºÐ¾Ð¼Ð¿ÑŒÑŽÑ‚ÐµÑ€Ð°, иÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÑ Ð¿Ñ€Ð¸Ð²ÐµÐ´Ñ‘Ð½Ð½Ñ‹Ðµ ниже инÑтрукции."
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "Ð’Ñ‹ можете приглаÑить нового учаÑтника в <strong>%{project_name}</strong> или приглаÑить другую группу."
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "Ð’Ñ‹ можете приглаÑить нового учаÑтника в <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr "Ð’Ñ‹ не можете запиÑывать на Ñтот Ñкземпл
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr "Ð’Ñ‹ не Ñможете получать и отправлÑÑ‚ÑŒ код
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Ð’Ñ‹ не Ñможете работать Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ð¾Ð¼ через SSH, пока не добавите в Ñвой профиль ключ SSH"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr "Ваш Ð°Ð´Ñ€ÐµÑ Ñлектронной почты Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¼Ð¸Ñ‚Ð
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "Ваша почта Ð´Ð»Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ð¹ по умолчанию будет иÑпользоватьÑÑ Ð´Ð»Ñ ÑƒÐ²ÐµÐ´Ð¾Ð¼Ð»ÐµÐ½Ð¸Ð¹ учетной запиÑи, еÑли не уÑтановлен Ð°Ð´Ñ€ÐµÑ %{openingTag}Ñлектронной почты Ð´Ð»Ñ ÐºÐ¾Ð½ÐºÑ€ÐµÑ‚Ð½Ð¾Ð¹ группы%{closingTag}."
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr "читать документацию"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr "утверждающий Ð´Ð»Ñ Ñтого запроÑа на ÑлиÑние уже ÑущеÑтвует"
@@ -28830,12 +29660,6 @@ msgstr "коммит %{commit_id}"
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr "подключение"
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr "в группе %{link_to_group}"
msgid "in project %{link_to_project}"
msgstr "в проекте %{link_to_project}"
-msgid "index"
-msgstr "индекÑ"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "завершенный ÑкземплÑÑ€"
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr "не разрешено. Попробуйте ещё раз Ñ Ð´Ñ€ÑƒÐ³Ð¸Ð¼ адреÑом Ñлектронной почты или ÑвÑжитеÑÑŒ Ñ Ð°Ð´Ð¼Ð¸Ð½Ð¸Ñтратором GitLab."
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "не Ñ Ñлектронной почты, которой вы владеете"
@@ -29240,9 +30071,15 @@ msgstr "Потребление %{metricsLinkStart} памÑти %{metricsLinkEnd
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr "Добавлено в цепочку ÑлиÑниÑ"
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "ПозволÑет выполнÑÑ‚ÑŒ коммиты учаÑтникам, которые могут выполнÑÑ‚ÑŒ ÑлиÑние Ñ Ñ†ÐµÐ»ÐµÐ²Ð¾Ð¹ веткой"
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "Пароль Ð¿Ð¾Ð´Ñ‚Ð²ÐµÑ€Ð¶Ð´ÐµÐ½Ð¸Ñ Ð½ÐµÐ´ÐµÐ¹Ñтвителен."
@@ -29327,9 +30167,6 @@ msgstr "ЕÑли ветка %{branch} ÑущеÑтвует в вашем локÐ
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr "Добавлено в цепочку ÑлиÑÐ½Ð¸Ñ Ð½Ð° позицию %{mergeTrainPosition}"
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr "Ð”Ð¾Ð¿Ð¾Ð»Ð½Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¸Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ð¸Ñ"
-msgid "mrWidget|No approval required"
-msgstr "Утверждение не требуетÑÑ"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr "Открыть в Web IDE"
@@ -29450,6 +30281,12 @@ msgstr "ИÑÑ…Ð¾Ð´Ð½Ð°Ñ Ð²ÐµÑ‚ÐºÐ° не будет удалена"
msgid "mrWidget|There are merge conflicts"
msgstr "ЕÑÑ‚ÑŒ конфликты ÑлиÑниÑ"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
@@ -29459,12 +30296,6 @@ msgstr "Этот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð½Ð° ÑлиÑние не может быть выÐ
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Этот Ð·Ð°Ð¿Ñ€Ð¾Ñ Ð¾Ð±ÑŠÐµÐ´Ð¸Ð½ÐµÐ½Ð¸Ñ ÑÐµÐ¹Ñ‡Ð°Ñ Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÑетÑÑ"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr ""
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Этот проект архивирован, доÑтуп на запиÑÑŒ отключен"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr "быÑтрые дейÑтвиÑ"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr "Ñчёт"
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr "Ñледующее(ие) обÑуждение(Ñ)"
msgid "this document"
msgstr "Ñтот документ"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "чтобы помочь вашим учаÑтникам взаимодейÑтвовать Ñффективнее!"
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr "запущено"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "домены, запиÑанные юникодом, должны иÑпользовать IDNA-кодировку"
@@ -29929,6 +30766,9 @@ msgstr "Добавить комментарий"
msgid "vulnerability|Add comment & dismiss"
msgstr "Добавить комментарий и отклонить"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "ПропуÑтить уÑзвимоÑÑ‚ÑŒ"
diff --git a/locale/si_LK/gitlab.po b/locale/si_LK/gitlab.po
index a5bc4b80393..19b82c10987 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: 2020-08-06 13:41\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sk_SK/gitlab.po b/locale/sk_SK/gitlab.po
index 60e1c8681b5..5a8b2438718 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sl_SI/gitlab.po b/locale/sl_SI/gitlab.po
index d939514d06e..513148503b9 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -60,13 +60,13 @@ msgstr[3] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -75,6 +75,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -389,6 +392,9 @@ msgstr[3] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -516,7 +528,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -603,9 +615,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -624,6 +633,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -799,6 +829,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -970,6 +1024,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1204,15 +1261,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1276,7 +1324,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1294,6 +1342,9 @@ 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 ""
@@ -1396,6 +1447,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1507,6 +1561,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1541,12 +1598,6 @@ msgstr[3] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1661,6 +1712,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 ""
@@ -1685,6 +1742,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1964,6 +2024,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1979,6 +2042,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2208,6 +2274,9 @@ msgstr[3] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2238,7 +2307,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2295,9 +2364,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2352,16 +2421,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2919,13 +3003,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2952,12 +3039,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -3036,6 +3129,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3259,6 +3355,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3271,6 +3370,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3286,9 +3388,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3397,7 +3496,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3409,9 +3508,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3424,6 +3520,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3687,7 +3786,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,7 +3993,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -4005,6 +4107,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -4074,13 +4179,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4275,6 +4383,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4449,6 +4560,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,7 +4620,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4692,9 +4806,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4920,7 +5031,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -5088,9 +5199,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5196,6 +5313,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5229,19 +5349,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5289,13 +5415,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5352,15 +5484,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5568,9 +5700,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5766,7 +5895,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5985,12 +6114,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -6030,15 +6162,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -6063,6 +6207,9 @@ 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 ""
@@ -6078,9 +6225,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6111,7 +6255,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6288,6 +6432,12 @@ 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 ""
@@ -6490,7 +6640,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6949,9 +7099,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -7048,6 +7198,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -7072,15 +7225,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7111,6 +7270,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7126,6 +7288,13 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr ""
@@ -7216,6 +7385,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7252,6 +7424,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7276,6 +7451,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7447,6 +7625,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7543,6 +7724,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7709,6 +7899,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7739,25 +7932,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7865,7 +8157,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7943,10 +8235,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -8003,6 +8295,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -8024,15 +8319,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -8042,6 +8346,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -8070,6 +8377,13 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -8080,6 +8394,9 @@ msgstr[3] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -8092,6 +8409,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8110,6 +8430,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8150,8 +8473,8 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,13 +8757,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8473,15 +8805,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8563,7 +8886,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8572,6 +8898,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8584,7 +8913,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8689,9 +9021,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,7 +9037,7 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8960,9 +9289,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9251,9 +9577,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9422,6 +9745,9 @@ 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 ""
@@ -9446,7 +9772,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9725,6 +10051,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -10082,9 +10414,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -10097,9 +10426,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10560,12 +10880,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10650,6 +10976,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10659,9 +10988,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10701,6 +11027,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -11097,30 +11429,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11136,12 +11453,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11169,12 +11480,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11196,15 +11501,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11265,6 +11546,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11460,10 +11753,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11640,7 +11933,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11757,7 +12050,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12543,6 +12845,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12677,6 +12982,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12986,6 +13300,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -13001,6 +13318,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -13019,7 +13339,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -13028,21 +13348,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13214,6 +13546,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13230,7 +13565,7 @@ msgstr[3] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,7 +13643,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13317,9 +13655,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13554,9 +13934,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13698,6 +14075,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13740,6 +14120,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13755,6 +14138,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -14043,7 +14429,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14275,7 +14661,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,10 +14772,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14416,6 +14802,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14479,9 +14868,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14497,9 +14883,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14555,6 +14938,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14576,6 +14962,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14627,7 +15016,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14678,6 +15067,12 @@ 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 ""
@@ -14693,6 +15088,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14777,9 +15175,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14891,9 +15286,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15155,6 +15556,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 ""
@@ -15389,6 +15817,12 @@ 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 ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15504,6 +15941,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15634,12 +16077,18 @@ msgstr[1] ""
msgstr[2] ""
msgstr[3] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15805,6 +16254,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15850,6 +16308,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -16039,12 +16500,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16526,12 +17083,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16778,9 +17335,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16989,6 +17549,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17274,6 +17840,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17292,9 +17861,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17400,13 +17957,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17550,7 +18113,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -18054,6 +18617,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,13 +18773,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18225,6 +18791,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18516,15 +19085,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18915,6 +19478,9 @@ 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 ""
@@ -18939,6 +19505,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,10 +20108,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19602,6 +20180,9 @@ 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 ""
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 ""
@@ -20303,6 +20893,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20372,9 +20965,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20408,9 +20998,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20423,12 +21010,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20477,15 +21058,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20670,9 +21245,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -21048,6 +21626,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -21060,6 +21641,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21186,6 +21770,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21216,6 +21803,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21264,6 +21854,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21306,6 +21899,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21703,13 +22323,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21976,6 +22599,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22165,6 +22791,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22177,6 +22809,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22497,19 +23135,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22605,6 +23243,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22890,10 +23543,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23790,6 +24443,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23838,6 +24494,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23850,6 +24509,9 @@ 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 ""
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -24105,9 +24773,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24211,6 +24876,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24265,6 +24933,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 ""
@@ -24530,6 +25207,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ 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 ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25735,9 +26427,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25798,6 +26487,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25942,6 +26634,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -26011,9 +26706,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -26029,10 +26733,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26215,7 +26931,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26386,9 +27105,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26479,7 +27195,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26569,9 +27285,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26623,9 +27336,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26983,6 +27705,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27189,6 +27917,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27462,21 +28274,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27805,10 +28620,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27862,9 +28686,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27898,13 +28719,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27988,10 +28809,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28279,7 +29103,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28998,6 +29822,13 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr ""
@@ -29043,9 +29874,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -29089,6 +29917,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29240,9 +30071,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29255,6 +30092,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29327,9 +30167,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29450,19 +30281,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29866,6 +30700,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29929,6 +30766,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sq_AL/gitlab.po b/locale/sq_AL/gitlab.po
index ff85270355a..446c8057633 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: 2020-08-06 13:48\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sr_CS/gitlab.po b/locale/sr_CS/gitlab.po
index c315512f064..f630cca8ec0 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: 2020-08-06 13:42\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -58,13 +58,13 @@ msgstr[2] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -73,6 +73,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -343,6 +346,9 @@ msgstr[2] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -379,6 +385,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -439,6 +448,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -466,7 +478,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -553,9 +565,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -574,6 +583,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -583,6 +595,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -700,6 +724,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -727,6 +754,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -742,6 +772,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -820,6 +853,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -853,6 +889,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -862,7 +901,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -907,6 +961,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1123,15 +1180,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1195,7 +1243,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1213,6 +1261,9 @@ 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 ""
@@ -1315,6 +1366,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1426,6 +1480,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1459,12 +1516,6 @@ msgstr[2] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1579,6 +1630,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1591,6 +1645,9 @@ 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 ""
@@ -1603,6 +1660,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1882,6 +1942,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1897,6 +1960,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2125,6 +2191,9 @@ msgstr[2] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2155,7 +2224,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2212,9 +2281,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2227,6 +2293,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2269,16 +2338,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2308,7 +2374,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2407,6 +2473,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2554,6 +2623,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2620,6 +2692,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2692,9 +2767,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2836,13 +2920,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2869,12 +2956,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2953,6 +3046,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3172,6 +3268,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3184,6 +3283,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3199,9 +3301,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3310,7 +3409,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3322,9 +3421,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3337,6 +3433,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3598,7 +3697,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3676,6 +3775,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3802,7 +3904,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3916,6 +4018,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3985,13 +4090,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4186,6 +4294,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4360,6 +4471,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4393,10 +4507,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4417,7 +4531,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4603,9 +4717,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4831,7 +4942,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4999,9 +5110,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5107,6 +5224,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5140,19 +5260,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5200,13 +5326,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5224,6 +5353,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5263,15 +5395,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5296,6 +5425,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5479,9 +5611,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5677,7 +5806,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5896,12 +6025,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5941,15 +6073,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5974,6 +6118,9 @@ 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 ""
@@ -5989,9 +6136,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6022,7 +6166,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6199,6 +6343,12 @@ 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 ""
@@ -6400,7 +6550,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6856,9 +7006,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6943,6 +7090,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6955,6 +7105,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6979,15 +7132,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7018,6 +7177,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7033,6 +7195,12 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Create"
msgstr ""
@@ -7123,6 +7291,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7159,6 +7330,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7183,6 +7357,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7354,6 +7531,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7450,6 +7630,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7615,6 +7804,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7645,25 +7837,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7672,7 +7894,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7684,6 +7915,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7693,12 +7927,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7771,7 +8062,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7849,10 +8140,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7909,6 +8200,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7930,15 +8224,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7948,6 +8251,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7975,6 +8281,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7984,6 +8296,9 @@ msgstr[2] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7996,6 +8311,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8014,6 +8332,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8053,8 +8374,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8101,7 +8422,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8335,13 +8656,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8374,15 +8704,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8464,7 +8785,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8473,6 +8797,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8485,7 +8812,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8590,9 +8920,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8608,7 +8935,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8860,9 +9187,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9151,9 +9475,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9322,6 +9643,9 @@ 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 ""
@@ -9346,7 +9670,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9625,6 +9949,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9952,7 +10279,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9973,6 +10300,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9982,9 +10312,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9997,9 +10324,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10009,9 +10333,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10024,9 +10345,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10459,12 +10777,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10549,6 +10873,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10558,9 +10885,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10600,6 +10924,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10825,6 +11152,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10996,30 +11326,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11035,12 +11350,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11068,12 +11377,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11095,15 +11398,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11131,27 +11425,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11164,6 +11443,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11227,6 +11512,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11359,10 +11650,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11539,7 +11830,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11656,7 +11947,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11938,6 +12232,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12214,7 +12511,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12427,6 +12724,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12442,6 +12742,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12574,6 +12877,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12730,6 +13036,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12883,6 +13195,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12898,6 +13213,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12916,7 +13234,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12925,21 +13243,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12952,6 +13273,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12970,6 +13294,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13045,6 +13372,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13111,6 +13441,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13126,7 +13459,7 @@ msgstr[2] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13153,6 +13486,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13165,13 +13504,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13201,7 +13537,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13213,9 +13549,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13312,6 +13654,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13351,6 +13726,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13450,9 +13828,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13594,6 +13969,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13636,6 +14014,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13651,6 +14032,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13939,7 +14323,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14170,7 +14554,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14275,10 +14659,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14305,6 +14689,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14368,9 +14755,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14386,9 +14770,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14443,6 +14824,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14464,6 +14848,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14515,7 +14902,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14566,6 +14953,12 @@ 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 ""
@@ -14581,6 +14974,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14665,9 +15061,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14779,9 +15172,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14917,6 +15307,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14926,9 +15325,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14956,15 +15352,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14980,6 +15376,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15043,6 +15442,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15175,6 +15595,12 @@ 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 ""
@@ -15277,6 +15703,12 @@ 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 ""
@@ -15286,9 +15718,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15322,9 +15751,15 @@ 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] ""
@@ -15337,9 +15772,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15367,6 +15799,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15391,6 +15826,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15469,6 +15907,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15520,12 +15961,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15691,6 +16138,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15736,6 +16192,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15925,12 +16384,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15940,6 +16432,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15952,6 +16447,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15970,12 +16468,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16000,9 +16504,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16015,9 +16525,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16411,12 +16966,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16504,18 +17065,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16663,9 +17218,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16705,9 +17257,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16750,21 +17299,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16774,25 +17329,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16852,9 +17413,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16873,6 +17431,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16888,9 +17449,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17011,18 +17578,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17056,9 +17617,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17143,6 +17701,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17158,6 +17722,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17176,9 +17743,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17215,27 +17779,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17284,13 +17839,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17434,7 +17995,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17938,6 +18499,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18091,13 +18655,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18109,6 +18673,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18400,15 +18967,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18799,6 +19360,9 @@ 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 ""
@@ -18823,6 +19387,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19414,7 +19981,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19423,10 +19990,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19486,6 +20062,9 @@ 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 ""
@@ -19540,6 +20119,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19621,6 +20203,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19951,9 +20536,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20050,6 +20632,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20143,6 +20728,9 @@ 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 ""
@@ -20185,6 +20773,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20254,9 +20845,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20290,9 +20878,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20305,12 +20890,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20359,15 +20938,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20551,9 +21124,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20743,9 +21313,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20926,6 +21502,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20938,6 +21517,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21064,6 +21646,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21094,6 +21679,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21142,6 +21730,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21184,6 +21775,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21391,6 +21985,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21418,13 +22015,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21445,6 +22066,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21472,7 +22096,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21508,13 +22132,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21529,19 +22150,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21553,6 +22168,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21571,13 +22189,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21649,7 +22267,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21658,6 +22276,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21688,9 +22309,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21814,6 +22432,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21844,6 +22465,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22033,6 +22657,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22045,6 +22675,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22363,19 +22999,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22471,6 +23107,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22513,7 +23152,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22564,12 +23203,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22627,6 +23275,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22756,10 +23407,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23656,6 +24307,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23704,6 +24358,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23716,6 +24373,9 @@ 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 ""
@@ -23899,6 +24559,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23968,9 +24634,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24007,9 +24670,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24043,6 +24703,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24073,6 +24736,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24127,6 +24793,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24229,13 +24901,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24274,6 +24946,9 @@ 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 ""
@@ -24391,6 +25066,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24466,12 +25144,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24484,6 +25165,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24634,19 +25318,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24670,6 +25354,9 @@ 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 ""
@@ -24700,7 +25387,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24874,9 +25561,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25039,15 +25723,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25108,6 +25792,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25483,9 +26170,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25570,9 +26254,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25594,9 +26284,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25657,6 +26344,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25801,6 +26491,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25870,9 +26563,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25888,10 +26590,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26074,7 +26788,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26164,6 +26878,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26245,9 +26962,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26338,7 +27052,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26428,9 +27142,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26482,9 +27193,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26728,9 +27436,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26764,6 +27478,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26800,6 +27517,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26842,6 +27562,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27046,6 +27772,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27109,9 +27838,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27253,7 +27979,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27298,6 +28024,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27319,21 +28129,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27343,6 +28153,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27661,10 +28474,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27673,6 +28486,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27682,6 +28501,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27718,9 +28540,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27754,13 +28573,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27844,10 +28663,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28060,6 +28879,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28135,7 +28957,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28252,6 +29074,9 @@ 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 ""
@@ -28381,6 +29206,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28684,12 +29512,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28849,6 +29671,12 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "group"
msgstr ""
@@ -28894,9 +29722,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28939,6 +29764,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29089,9 +29917,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29104,6 +29938,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29176,9 +30013,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29212,12 +30046,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29299,19 +30127,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29527,6 +30355,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29572,9 +30403,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29692,6 +30520,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29710,6 +30541,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29773,6 +30607,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sr_SP/gitlab.po b/locale/sr_SP/gitlab.po
index 52ec23a09ef..0bd37acc6bf 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: 2020-08-06 13:49\n"
+"PO-Revision-Date: 2020-09-04 23:10\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -58,13 +58,13 @@ msgstr[2] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -73,6 +73,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -343,6 +346,9 @@ msgstr[2] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -379,6 +385,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -439,6 +448,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -466,7 +478,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -553,9 +565,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -574,6 +583,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -583,6 +595,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -700,6 +724,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -727,6 +754,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -742,6 +772,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -820,6 +853,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -853,6 +889,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -862,7 +901,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -907,6 +961,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1123,15 +1180,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1195,7 +1243,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1213,6 +1261,9 @@ 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 ""
@@ -1315,6 +1366,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1426,6 +1480,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1459,12 +1516,6 @@ msgstr[2] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1579,6 +1630,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1591,6 +1645,9 @@ 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 ""
@@ -1603,6 +1660,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1882,6 +1942,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1897,6 +1960,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2125,6 +2191,9 @@ msgstr[2] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2155,7 +2224,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2212,9 +2281,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2227,6 +2293,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2269,16 +2338,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2308,7 +2374,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2407,6 +2473,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2554,6 +2623,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2620,6 +2692,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2692,9 +2767,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2836,13 +2920,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2869,12 +2956,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2953,6 +3046,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3172,6 +3268,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3184,6 +3283,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3199,9 +3301,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3310,7 +3409,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3322,9 +3421,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3337,6 +3433,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3598,7 +3697,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3676,6 +3775,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3802,7 +3904,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3916,6 +4018,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3985,13 +4090,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4186,6 +4294,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4360,6 +4471,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4393,10 +4507,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4417,7 +4531,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4603,9 +4717,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4831,7 +4942,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4999,9 +5110,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5107,6 +5224,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5140,19 +5260,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5200,13 +5326,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5224,6 +5353,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5263,15 +5395,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5296,6 +5425,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5479,9 +5611,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5677,7 +5806,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5896,12 +6025,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5941,15 +6073,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5974,6 +6118,9 @@ 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 ""
@@ -5989,9 +6136,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -6022,7 +6166,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6199,6 +6343,12 @@ 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 ""
@@ -6400,7 +6550,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6856,9 +7006,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6943,6 +7090,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6955,6 +7105,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6979,15 +7132,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -7018,6 +7177,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -7033,6 +7195,12 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Create"
msgstr ""
@@ -7123,6 +7291,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7159,6 +7330,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7183,6 +7357,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7354,6 +7531,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7450,6 +7630,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7615,6 +7804,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7645,25 +7837,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7672,7 +7894,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7684,6 +7915,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7693,12 +7927,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7771,7 +8062,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7849,10 +8140,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7909,6 +8200,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7930,15 +8224,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7948,6 +8251,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7975,6 +8281,12 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7984,6 +8296,9 @@ msgstr[2] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7996,6 +8311,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -8014,6 +8332,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -8053,8 +8374,8 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
@@ -8101,7 +8422,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8335,13 +8656,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8374,15 +8704,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8464,7 +8785,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8473,6 +8797,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8485,7 +8812,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8590,9 +8920,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8608,7 +8935,7 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8860,9 +9187,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9151,9 +9475,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9322,6 +9643,9 @@ 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 ""
@@ -9346,7 +9670,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9625,6 +9949,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9952,7 +10279,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9973,6 +10300,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9982,9 +10312,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9997,9 +10324,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -10009,9 +10333,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10024,9 +10345,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10459,12 +10777,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10549,6 +10873,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10558,9 +10885,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10600,6 +10924,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10825,6 +11152,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10996,30 +11326,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -11035,12 +11350,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -11068,12 +11377,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -11095,15 +11398,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11131,27 +11425,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11164,6 +11443,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11227,6 +11512,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11359,10 +11650,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11539,7 +11830,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11656,7 +11947,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11938,6 +12232,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12214,7 +12511,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12427,6 +12724,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12442,6 +12742,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12574,6 +12877,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12730,6 +13036,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12883,6 +13195,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12898,6 +13213,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12916,7 +13234,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12925,21 +13243,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12952,6 +13273,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12970,6 +13294,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13045,6 +13372,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13111,6 +13441,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13126,7 +13459,7 @@ msgstr[2] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13153,6 +13486,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13165,13 +13504,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13201,7 +13537,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13213,9 +13549,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13312,6 +13654,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13351,6 +13726,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13450,9 +13828,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13594,6 +13969,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13636,6 +14014,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13651,6 +14032,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13939,7 +14323,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14170,7 +14554,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14275,10 +14659,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14305,6 +14689,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14368,9 +14755,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14386,9 +14770,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14443,6 +14824,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14464,6 +14848,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14515,7 +14902,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14566,6 +14953,12 @@ 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 ""
@@ -14581,6 +14974,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14665,9 +15061,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14779,9 +15172,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14917,6 +15307,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14926,9 +15325,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14956,15 +15352,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14980,6 +15376,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -15043,6 +15442,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15175,6 +15595,12 @@ 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 ""
@@ -15277,6 +15703,12 @@ 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 ""
@@ -15286,9 +15718,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15322,9 +15751,15 @@ 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] ""
@@ -15337,9 +15772,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15367,6 +15799,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15391,6 +15826,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15469,6 +15907,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15520,12 +15961,18 @@ msgstr[0] ""
msgstr[1] ""
msgstr[2] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15691,6 +16138,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15736,6 +16192,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15925,12 +16384,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15940,6 +16432,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15952,6 +16447,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15970,12 +16468,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16000,9 +16504,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16015,9 +16525,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16411,12 +16966,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16504,18 +17065,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16663,9 +17218,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16705,9 +17257,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16750,21 +17299,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16774,25 +17329,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16852,9 +17413,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16873,6 +17431,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16888,9 +17449,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -17011,18 +17578,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17056,9 +17617,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17143,6 +17701,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17158,6 +17722,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17176,9 +17743,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17215,27 +17779,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17284,13 +17839,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17434,7 +17995,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17938,6 +18499,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18091,13 +18655,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -18109,6 +18673,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18400,15 +18967,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18799,6 +19360,9 @@ 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 ""
@@ -18823,6 +19387,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19414,7 +19981,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19423,10 +19990,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19486,6 +20062,9 @@ 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 ""
@@ -19540,6 +20119,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19621,6 +20203,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19951,9 +20536,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20050,6 +20632,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20143,6 +20728,9 @@ 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 ""
@@ -20185,6 +20773,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20254,9 +20845,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20290,9 +20878,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20305,12 +20890,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20359,15 +20938,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20551,9 +21124,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20743,9 +21313,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20926,6 +21502,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20938,6 +21517,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -21064,6 +21646,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -21094,6 +21679,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21142,6 +21730,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21184,6 +21775,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21391,6 +21985,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21418,13 +22015,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21445,6 +22066,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21472,7 +22096,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21508,13 +22132,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21529,19 +22150,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21553,6 +22168,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21571,13 +22189,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21649,7 +22267,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21658,6 +22276,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21688,9 +22309,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21814,6 +22432,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21844,6 +22465,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -22033,6 +22657,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -22045,6 +22675,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22363,19 +22999,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22471,6 +23107,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22513,7 +23152,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22564,12 +23203,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22627,6 +23275,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22756,10 +23407,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23656,6 +24307,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23704,6 +24358,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23716,6 +24373,9 @@ 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 ""
@@ -23899,6 +24559,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23968,9 +24634,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24007,9 +24670,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -24043,6 +24703,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -24073,6 +24736,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -24127,6 +24793,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24229,13 +24901,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24274,6 +24946,9 @@ 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 ""
@@ -24391,6 +25066,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24466,12 +25144,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24484,6 +25165,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24634,19 +25318,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24670,6 +25354,9 @@ 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 ""
@@ -24700,7 +25387,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24874,9 +25561,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25039,15 +25723,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25108,6 +25792,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25483,9 +26170,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25570,9 +26254,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25594,9 +26284,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25657,6 +26344,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25801,6 +26491,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25870,9 +26563,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25888,10 +26590,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -26074,7 +26788,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26164,6 +26878,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26245,9 +26962,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26338,7 +27052,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26428,9 +27142,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26482,9 +27193,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26728,9 +27436,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26764,6 +27478,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26800,6 +27517,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26842,6 +27562,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -27046,6 +27772,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -27109,9 +27838,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27253,7 +27979,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27298,6 +28024,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27319,21 +28129,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27343,6 +28153,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27661,10 +28474,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27673,6 +28486,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27682,6 +28501,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27718,9 +28540,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27754,13 +28573,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27844,10 +28663,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28060,6 +28879,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -28135,7 +28957,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28252,6 +29074,9 @@ 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 ""
@@ -28381,6 +29206,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28684,12 +29512,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28849,6 +29671,12 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+
msgid "group"
msgstr ""
@@ -28894,9 +29722,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28939,6 +29764,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -29089,9 +29917,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -29104,6 +29938,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29176,9 +30013,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29212,12 +30046,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29299,19 +30127,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29527,6 +30355,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29572,9 +30403,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29692,6 +30520,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29710,6 +30541,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29773,6 +30607,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sv_SE/gitlab.po b/locale/sv_SE/gitlab.po
index 8ff5545fc4d..2e0e28ee022 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: 2020-08-06 13:49\n"
+"PO-Revision-Date: 2020-09-04 23:11\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/sw_KE/gitlab.po b/locale/sw_KE/gitlab.po
index 8a192193806..4132468d6f6 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: 2020-08-06 13:41\n"
+"PO-Revision-Date: 2020-09-04 23:05\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/tr_TR/gitlab.po b/locale/tr_TR/gitlab.po
index 8a4177a1602..07e6b569ad6 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: 2020-08-06 13:46\n"
+"PO-Revision-Date: 2020-09-04 23:08\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,14 +56,14 @@ msgstr[1] " %d noktasında geliştirildi"
msgid " or "
msgstr " veya "
-msgid " or <!merge request id>"
-msgstr " veya <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " veya <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " veya <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr ""
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,9 +300,12 @@ msgstr[1] "%s performans sorunlarını önlemek için ek işlem konulmuştur."
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} ve %{openOrClose} %{noteable}"
-msgid "%{author_link} wrote:"
+msgid "%{address} is an invalid IP address range"
msgstr ""
+msgid "%{author_link} wrote:"
+msgstr "%{author_link} yazdı:"
+
msgid "%{authorsName}'s thread"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} çekirdek"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} LOC/iÅŸlem"
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}ms"
@@ -416,14 +428,14 @@ msgstr "%{firstLabel} +%{labelCount} daha"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones} daha fazla"
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr ""
msgid "%{group_name} group members"
-msgstr ""
+msgstr "%{group_name} grubunun üyeleri"
msgid "%{group_name} uses group managed accounts. You need to create a new GitLab account which will be managed by %{group_name}."
msgstr ""
@@ -441,7 +453,7 @@ msgid "%{issuableType} will be removed! Are you sure?"
msgstr "%{issuableType} kaldırılacak! Emin misiniz?"
msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
-msgstr ""
+msgstr "%{maxIssueCount} sınırı olan %{issuesSize} sorun"
msgid "%{issuesSize} with a limit of %{maxIssueCount}"
msgstr ""
@@ -450,19 +462,19 @@ msgid "%{labelStart}Class:%{labelEnd} %{class}"
msgstr "%{labelStart}Sınıf:%{labelEnd} %{class}"
msgid "%{labelStart}Crash Address:%{labelEnd} %{crash_address}"
-msgstr ""
+msgstr "%{labelStart}Çökme Adresi:%{labelEnd}%{crash_address}"
msgid "%{labelStart}Crash State:%{labelEnd} %{stacktrace_snippet}"
-msgstr ""
+msgstr "%{labelStart}Çökme Durumu:%{labelEnd}%{stacktrace_snippet}"
msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}"
-msgstr ""
+msgstr "%{labelStart}Bulgu:%{labelEnd}%{evidence}"
msgid "%{labelStart}File:%{labelEnd} %{file}"
-msgstr ""
+msgstr "%{labelStart}Dosya:%{labelEnd} %{file}"
msgid "%{labelStart}Headers:%{labelEnd} %{headers}"
-msgstr ""
+msgstr "%{labelStart}Başlıklar:%{labelEnd} %{headers}"
msgid "%{labelStart}Image:%{labelEnd} %{image}"
msgstr "%{labelStart}Resim:%{labelEnd} %{image}"
@@ -477,16 +489,16 @@ msgid "%{labelStart}Report Type:%{labelEnd} %{reportType}"
msgstr "%{labelStart}Rapor Türü:%{labelEnd} %{reportType}"
msgid "%{labelStart}Scanner:%{labelEnd} %{scanner}"
-msgstr ""
+msgstr "%{labelStart}Tarayıcı:%{labelEnd}%{scanner}"
msgid "%{labelStart}Severity:%{labelEnd} %{severity}"
msgstr "%{labelStart}Önem derecesi:%{labelEnd} %{severity}"
msgid "%{labelStart}Status:%{labelEnd} %{status}"
-msgstr ""
+msgstr "%{labelStart}Durum:%{labelEnd}%{status}"
msgid "%{labelStart}URL:%{labelEnd} %{url}"
-msgstr ""
+msgstr "%{labelStart}URL:%{labelEnd}%{url}"
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} kullanılamaz"
@@ -503,11 +515,8 @@ 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 "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
-msgstr ""
+msgstr "GitLab Inc. ile hangi bilgilerin paylaşıldığı hakkında %{link_start}daha fazla bilgi edinin%{link_end}."
msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "Rol izinleri hakkında %{link_start}daha fazla bilgi edinin%{link_end}"
@@ -524,15 +533,30 @@ msgstr "%{listToShow}, ve %{awardsListLength} dahası."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Başladı"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} dizini %{lock_user_id} GitLab kullanıcısı tarafından kilitlendi"
msgid "%{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd} and %{quickActionsDocsLinkStart}quick actions%{quickActionsDocsLinkEnd} are supported"
-msgstr ""
+msgstr "%{markdownDocsLinkStart}Biçimlendirme%{markdownDocsLinkEnd} ve %{quickActionsDocsLinkStart}hızlı eylemler%{quickActionsDocsLinkEnd} desteklenir"
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} birleÅŸtirebilir"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, bu sorun otomatik olarak kapatılacaktır."
@@ -543,7 +567,7 @@ msgid "%{name_with_link} has run out of Shared Runner Pipeline minutes so no new
msgstr ""
msgid "%{namespace_name} is now read-only. You cannot: %{base_message}"
-msgstr ""
+msgstr "%{namespace_name} artık salt okunur. Şunları yapamazsınız: %{base_message}"
msgid "%{name} contained %{resultsString}"
msgstr "%{name} %{resultsString} ifadesini içeriyor"
@@ -584,7 +608,7 @@ msgid "%{openedIssues} open, %{closedIssues} closed"
msgstr "%{openedIssues} açık, %{closedIssues} kapalı"
msgid "%{percentage}%% weight completed"
-msgstr ""
+msgstr "%%%{percentage} ağırlık tamamlandı"
msgid "%{percent}%% complete"
msgstr "%{percent}%% tamamlandı"
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} bayt"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} başarıyla Akismet'e gönderildi."
@@ -685,6 +715,9 @@ msgstr "%{start} - %{end}"
msgid "%{state} epics"
msgstr "%{state} epik"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -718,7 +751,7 @@ msgid "%{tabname} changed"
msgstr "%{tabname} deÄŸiÅŸti"
msgid "%{tags} tag per image name"
-msgstr ""
+msgstr "Resim adı başına %{tags} etiket"
msgid "%{tags} tags per image name"
msgstr "her resim adı için %{tags} etiket"
@@ -738,7 +771,7 @@ msgid "%{text} is available"
msgstr "%{text} kullanılabilir"
msgid "%{timebox_name} should belong either to a project or a group."
-msgstr ""
+msgstr "%{timebox_name} bir projeye ya da bir gruba ait olmalıdır."
msgid "%{title} %{operator} %{threshold}"
msgstr "%{title} %{operator} %{threshold}"
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr "%{totalWeight} toplam ağırlık"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} açık sorun ağırlığı"
@@ -783,7 +819,7 @@ msgid "%{value} s"
msgstr "%{value} s"
msgid "%{verb} %{time_spent_value} spent time."
-msgstr ""
+msgstr "%{verb} %{time_spent_value} zaman harcandı."
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 ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -810,7 +864,7 @@ msgid "'%{name}' Value Stream created"
msgstr ""
msgid "'%{name}' stage already exists"
-msgstr ""
+msgstr "'%{name}' aşaması zaten var"
msgid "'%{source}' is not a import source"
msgstr ""
@@ -836,7 +890,7 @@ msgid "(check progress)"
msgstr "(ilerlemeyi kontrol et)"
msgid "(deleted)"
-msgstr ""
+msgstr "(silindi)"
msgid "(external source)"
msgstr "(dış kaynak)"
@@ -844,6 +898,9 @@ msgstr "(dış kaynak)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(silindi)"
@@ -874,7 +931,7 @@ msgid "+%{approvers} more approvers"
msgstr "+%{approvers} onaylayan daha"
msgid "+%{tags} more"
-msgstr ""
+msgstr "+%{tags} daha fazla"
msgid ", or "
msgstr ", veya "
@@ -902,7 +959,7 @@ msgid "- show less"
msgstr "- daha az göster"
msgid "0 bytes"
-msgstr ""
+msgstr "0 bayt"
msgid "0 for unlimited"
msgstr "Sınırsız için 0"
@@ -1010,7 +1067,7 @@ msgid "3 hours"
msgstr "3 saat"
msgid "30 days"
-msgstr ""
+msgstr "30 gün"
msgid "30 minutes"
msgstr "30 dakika"
@@ -1034,22 +1091,13 @@ msgid "404|Please contact your GitLab administrator if you think this is a mista
msgstr "Lütfen bunun bir hata olduğunu düşünüyorsanız, GitLab yöneticinizle görüşün."
msgid "7 days"
-msgstr ""
+msgstr "7 gün"
msgid "8 hours"
msgstr "8 saat"
msgid ":%{startLine} to %{endLine}"
-msgstr ""
-
-msgid "< 1 hour"
-msgstr "< 1 saat"
-
-msgid "<project name>"
-msgstr "<proje adı>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "Kaynak dalı <strong>siler</strong>"
+msgstr ":%{startLine} satırından %{endLine} satırına"
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ msgstr "Çatalınızdan yeni bir dal oluşturulacak ve yeni bir birleştirme tal
msgid "A new impersonation token has been created."
msgstr "Yeni bir kimliğe bürünme belirteci oluşturuldu."
+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 "GitLab yerine CI/CD için Netlify kullanan, ancak diğer tüm GitLab özelliklerine sahip bir düz bir HTML sitesi."
@@ -1234,6 +1285,9 @@ msgstr "EriÅŸim bitiÅŸ tarihi"
msgid "Access forbidden. Check your access level."
msgstr "Erişim yasaklandı. Erişim seviyenizi kontrol edin."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "'%{classification_label}' eriÅŸimine izin verilmedi"
@@ -1345,6 +1399,9 @@ msgstr "EtkinleÅŸtir"
msgid "Activate Service Desk"
msgstr "Servis Masasını Etkinleştir"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Etkin"
@@ -1377,12 +1434,6 @@ msgstr[1] "%d sorun ekle"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "CHANGELOG ekle"
@@ -1405,13 +1456,13 @@ msgid "Add LICENSE"
msgstr "LÄ°SANS ekle"
msgid "Add New Node"
-msgstr ""
+msgstr "Yeni Bir Düğüm Ekle"
msgid "Add README"
msgstr "BENÄ°OKU ekle"
msgid "Add Variable"
-msgstr ""
+msgstr "DeÄŸiÅŸken Ekle"
msgid "Add Zoom meeting"
msgstr "Zoom toplantısı ekle"
@@ -1435,7 +1486,7 @@ msgid "Add a bullet list"
msgstr "Madde iÅŸareti listesi ekle"
msgid "Add a comment to this line"
-msgstr ""
+msgstr "Bu satıra yorum ekle"
msgid "Add a general comment to this %{noteableDisplayName}."
msgstr "Bu %{noteableDisplayName} için genel bir yorum ekle."
@@ -1447,13 +1498,13 @@ msgid "Add a homepage to your wiki that contains information about your project
msgstr "Wiki'nize projeniz hakkında bilgi içeren bir ana sayfa ekleyin. GitLab bu mesaj yerine onu burada görüntüleyecektir."
msgid "Add a line"
-msgstr ""
+msgstr "Satır ekle"
msgid "Add a link"
msgstr "Bağlantı ekle"
msgid "Add a new issue"
-msgstr ""
+msgstr "Yeni sorun ekle"
msgid "Add a numbered list"
msgstr "Numaralı liste ekle"
@@ -1474,10 +1525,10 @@ msgid "Add an SSH key"
msgstr "Bir SSH anahtarı ekle"
msgid "Add an existing issue"
-msgstr ""
+msgstr "Mevcut sorunu ekle"
msgid "Add an impersonation token"
-msgstr ""
+msgstr "Kişiselleştirme erişim anahtarı ekle"
msgid "Add another link"
msgstr "Başka bir bağlantı ekle"
@@ -1486,7 +1537,7 @@ msgid "Add approval rule"
msgstr "Onay kuralı ekle"
msgid "Add approvers"
-msgstr ""
+msgstr "Onaylayan ekle"
msgid "Add bold text"
msgstr "Kalın metin ekle"
@@ -1497,11 +1548,14 @@ msgstr "Bir epiÄŸe alt epik ekle"
msgid "Add comment now"
msgstr "Åžimdi yorum ekle"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
msgid "Add domain"
-msgstr ""
+msgstr "Etki alanı ekle"
msgid "Add email address"
msgstr "E-posta adresi ekle"
@@ -1509,6 +1563,9 @@ msgstr "E-posta adresi ekle"
msgid "Add environment"
msgstr "Ortam ekle"
+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 "E-postalar için üstbilgi ve altbilgi ekleyin. Renk ayarları sadece uygulama arabirimi içinde uygulanacak unutmayın"
@@ -1521,6 +1578,9 @@ msgstr "Sorun ekle"
msgid "Add italic text"
msgstr "EÄŸik metin ekle"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Etiket(ler) ekleyin"
@@ -1552,7 +1612,7 @@ msgid "Add request manually"
msgstr "Ä°steÄŸi elle ekle"
msgid "Add strikethrough text"
-msgstr ""
+msgstr "Üstü çizili metin ekle"
msgid "Add suggestion to batch"
msgstr "Yığına bir öneri ekleyin."
@@ -1570,7 +1630,7 @@ msgid "Add to merge train"
msgstr "BirleÅŸtirme trenine ekle"
msgid "Add to merge train when pipeline succeeds"
-msgstr ""
+msgstr "İş hattı başarılı olduğunda birleştirme trenine ekle"
msgid "Add to review"
msgstr "Ä°ncelemeye ekle"
@@ -1591,7 +1651,7 @@ msgid "Add webhook"
msgstr "Web kancası ekle"
msgid "Add/remove"
-msgstr ""
+msgstr "Ekle/kaldır"
msgid "AddContextCommits|Add previously merged commits"
msgstr ""
@@ -1648,7 +1708,7 @@ msgid "Adds %{epic_ref} as child epic."
msgstr ""
msgid "Adds %{labels} %{label_text}."
-msgstr ""
+msgstr "%{labels} %{label_text} ekler."
msgid "Adds a To Do."
msgstr "Yapılacaklar listesi ekler."
@@ -1669,13 +1729,13 @@ msgid "Admin Note"
msgstr "Yönetici Mesajı"
msgid "Admin Notifications"
-msgstr ""
+msgstr "Yönetici Bildirimleri"
msgid "Admin Overview"
msgstr "Yönetim Genel Bakış"
msgid "Admin Section"
-msgstr ""
+msgstr "Yönetici Bölümü"
msgid "Admin mode already enabled"
msgstr "Yönetici modu zaten etkin"
@@ -1738,10 +1798,10 @@ msgid "AdminArea|Users statistics"
msgstr "Kullanıcı istatistikleri"
msgid "AdminArea|Users with highest role"
-msgstr ""
+msgstr "En yüksek role sahip kullanıcılar"
msgid "AdminArea|Users without a Group and Project"
-msgstr ""
+msgstr "Grubu ve projesi olmayan kullanıcılar"
msgid "AdminArea|You’re about to stop all jobs.This will halt all current jobs that are running."
msgstr "Bütün işleri durdurmak üzeresiniz. Bu işlem, çalışan tüm mevcut işleri durduracaktır."
@@ -1765,7 +1825,7 @@ msgid "AdminProjects|Delete project"
msgstr "Projeyi sil"
msgid "AdminSettings|Apply integration settings to all Projects"
-msgstr ""
+msgstr "Tüm projelere entegrasyon ayarlarını uygula"
msgid "AdminSettings|Auto DevOps domain"
msgstr "Otomatik DevOps etki alanı"
@@ -1780,7 +1840,7 @@ msgid "AdminSettings|Environment variables are protected by default"
msgstr "Ortam değişkenleri öntanımlı olarak korunur"
msgid "AdminSettings|Go to General Settings"
-msgstr ""
+msgstr "Genel Ayarlar'a Git"
msgid "AdminSettings|Integrations configured here will automatically apply to all projects on this instance."
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr "Bir iş hattı yapılandırma dosyası seçin"
msgid "AdminSettings|Select a template"
msgstr "Bir şablon seçin"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr "Her projenin Otomatik İnceleme Uygulamaları ve Otomatik Dağıtma aşa
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "Yeni bir ortam değişkeni oluştururken, öntanımlı olarak korunacaktır."
@@ -1918,7 +1984,7 @@ msgid "AdminUsers|External users cannot see internal or private projects unless
msgstr ""
msgid "AdminUsers|Is using seat"
-msgstr ""
+msgstr "Koltuğu kullanıyor"
msgid "AdminUsers|It's you!"
msgstr "Bu sensin!"
@@ -2042,6 +2108,9 @@ msgstr[1] "Uyarı"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "Uyarı"
@@ -2072,8 +2141,8 @@ msgstr "Atananlar"
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
-msgstr "Sorun oluÅŸtur"
+msgid "AlertManagement|Create incident"
+msgstr ""
msgid "AlertManagement|Critical"
msgstr "Kritik"
@@ -2129,9 +2198,6 @@ msgstr "Aç"
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr "Genel Bakış"
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr "Çözülmüş"
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr "Hizmet"
@@ -2186,17 +2255,14 @@ msgstr "Araç"
msgid "AlertManagement|Triggered"
msgstr "Tetiklenenler"
-msgid "AlertManagement|Unassigned"
-msgstr "Atanmamış"
-
msgid "AlertManagement|Unknown"
msgstr "Bilinmeyen"
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
-msgstr "Sorunu göster"
+msgid "AlertManagement|View incident"
+msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
msgstr ""
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2301,7 +2367,7 @@ msgid "All"
msgstr "Tümü"
msgid "All %{replicableType} are being scheduled for %{action}"
-msgstr ""
+msgstr "Tüm %{replicableType}, %{action} için planlanıyor"
msgid "All (default)"
msgstr "Tümü (varsayılan)"
@@ -2324,6 +2390,9 @@ msgstr "Tüm e-posta adresleri işlemlerinizi tanımlamak için kullanılacaktı
msgid "All environments"
msgstr "Tüm ortamlar"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Tüm özellikler şablonlardan veya içe aktarırken boş projeler için etkindir, ancak daha sonra proje ayarlarında bunları devre dışı bırakabilirsiniz."
@@ -2397,7 +2466,7 @@ 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 ""
+msgstr "Sistem kancalarından yerel ağa gelen isteklere izin ver"
msgid "Allow requests to the local network from web hooks and services"
msgstr ""
@@ -2418,7 +2487,7 @@ msgid "Allow users to request access (if visibility is public or internal)"
msgstr "Kullanıcıların erişim isteğinde bulunmalarına izin ver (görünürlük genel veya dahili ise)"
msgid "Allowed"
-msgstr ""
+msgstr "Ä°zin verildi"
msgid "Allowed Geo IP"
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr "%{project_path} dizininde bir alarm tetiklendi."
@@ -2487,7 +2559,7 @@ msgid "An error has occurred"
msgstr "Bir hata oluÅŸtu"
msgid "An error occurred adding a draft to the thread."
-msgstr ""
+msgstr "Konuya taslak eklenirken bir hata oluÅŸtu."
msgid "An error occurred adding a new draft."
msgstr "Yeni taslak eklenirken bir hata oluÅŸtu."
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "DeÄŸiÅŸiklikleriniz iÅŸlenirken bir hata oluÅŸtu."
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr "Terraform raporu alınırken bir hata oluştu."
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Pano listeleri alınırken bir hata oluştu. Lütfen tekrar deneyin."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,15 +2837,18 @@ msgstr "Takvim etkinlikleri getirilirken bir hata meydana geldi"
msgid "An error occurred while retrieving diff"
msgstr "Değişiklikler yüklenirken bir hata oluştu"
+msgid "An error occurred while retrieving diff files"
+msgstr ""
+
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
msgid "An error occurred while saving assignees"
msgstr "Vekiller kaydedilirken bir hata oluÅŸtu"
-msgid "An error occurred while saving the approval settings"
-msgstr "Onay ayarları kaydedilirken bir hata oluştu"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2786,12 +2873,18 @@ msgstr "Onaylama sırasında güncelleme yapılırken bir hata oluştu"
msgid "An error occurred while updating the comment"
msgstr "Yorum güncellenirken bir hata oluştu"
+msgid "An error occurred while updating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while validating group path"
msgstr "Grup yolu doğrulanırken bir hata oluştu"
msgid "An error occurred while validating username"
msgstr "Kullanıcı adı doğrulanırken bir hata oluştu"
+msgid "An error occurred. Please sign in again."
+msgstr ""
+
msgid "An error occurred. Please try again."
msgstr "Bir hata oluştu. Lütfen tekrar deneyin."
@@ -2870,6 +2963,9 @@ msgstr "Herhangi"
msgid "Any Author"
msgstr "Herhangi yazar"
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr "Herhangi dal"
@@ -2913,7 +3009,7 @@ msgid "Append the comment with %{shrug}"
msgstr ""
msgid "Append the comment with %{tableflip}"
-msgstr ""
+msgstr "Yorumu %{tableflip} ile ekle"
msgid "Application"
msgstr "Uygulama"
@@ -2925,7 +3021,7 @@ msgid "Application settings saved successfully"
msgstr "Uygulama ayarları başarıyla kaydedildi"
msgid "Application settings update failed"
-msgstr ""
+msgstr "Uygulama ayarları güncellemesi başarısız oldu"
msgid "Application uninstalled but failed to destroy: %{error_message}"
msgstr ""
@@ -2991,7 +3087,7 @@ msgid "Applying suggestions..."
msgstr "Öneriler uygulanıyor..."
msgid "Approval Status"
-msgstr ""
+msgstr "Onay Durumu"
msgid "Approval rules"
msgstr "Onay kuralları"
@@ -3071,7 +3167,7 @@ msgid "Approved the current merge request."
msgstr "Geçerli birleştirme talebi onaylandı."
msgid "Approved-By"
-msgstr ""
+msgstr "Tarafından onaylandı:"
msgid "Approver"
msgstr "Onaylayıcı"
@@ -3085,6 +3181,9 @@ msgstr "Nis"
msgid "April"
msgstr "Nisan"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr "ArÅŸiv"
@@ -3097,6 +3196,9 @@ msgstr "Projeyi arÅŸivle"
msgid "Archived"
msgstr "ArÅŸivlenmiÅŸ"
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "Arşivlenmiş proje! Depo ve diğer proje kaynakları sadece okunabilir özelliğe sahiptir"
@@ -3112,38 +3214,35 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "GitLab'ı bir şirket için mi kuruyorsunuz?"
-
msgid "Are you sure that you want to archive this project?"
-msgstr ""
+msgstr "Bu projeyi arÅŸivlemek istediÄŸinizden emin misiniz?"
msgid "Are you sure that you want to unarchive this project?"
-msgstr ""
+msgstr "Bu projeyi arşivden kaldırmak istediğinizden emin misiniz?"
msgid "Are you sure you want to cancel editing this comment?"
-msgstr ""
+msgstr "Bu yorumu oluşturmayı iptal etmek istediğinizden emin misiniz?"
msgid "Are you sure you want to close this blocked issue?"
msgstr ""
msgid "Are you sure you want to delete %{name}?"
-msgstr ""
+msgstr "%{name} ismini silmek istediÄŸinizden emin misiniz?"
msgid "Are you sure you want to delete these artifacts?"
-msgstr ""
+msgstr "Bu artifact'ları silmek istediğinize emin misiniz?"
msgid "Are you sure you want to delete this %{typeOfComment}?"
-msgstr ""
+msgstr "Bu %{typeOfComment} silmek istediÄŸinizden emin misiniz?"
msgid "Are you sure you want to delete this board?"
-msgstr ""
+msgstr "Bu panoyu silmek istediÄŸinizden emin misiniz?"
msgid "Are you sure you want to delete this device? This action cannot be undone."
-msgstr ""
+msgstr "Bu cihazı silmek istediğinizden emin misiniz? Bu işlem geri alınamaz."
msgid "Are you sure you want to delete this list?"
-msgstr ""
+msgstr "Bu listeyi silmek istediÄŸinizden emin misiniz?"
msgid "Are you sure you want to delete this pipeline schedule?"
msgstr "Bu iş hattı planını silmek istediğinizden emin misiniz?"
@@ -3223,26 +3322,23 @@ msgstr ""
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr ""
-msgid "Are you sure? The device will be signed out of GitLab."
-msgstr "Emin misiniz? Cihazdaki GitLab oturumu kapatılacak."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Emin misiniz? Bu, kayıtlı uygulamalarınızı ve U2F cihazlarınızı geçersiz kılar."
msgid "Arrange charts"
-msgstr ""
+msgstr "Grafikleri düzenle"
msgid "Artifact"
-msgstr ""
-
-msgid "Artifact ID"
-msgstr "Yapı Kimliği"
+msgstr "Artifact"
msgid "Artifact could not be deleted."
-msgstr ""
+msgstr "Artifact silinemedi."
msgid "Artifact was successfully deleted."
-msgstr ""
+msgstr "Artifact başarıyla silindi."
msgid "Artifacts"
msgstr "Yapılar"
@@ -3250,6 +3346,9 @@ msgstr "Yapılar"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 "%{user}, %{project_name} projesinin %{branch} dalına yolladı ( %{commit_url} ):"
@@ -3352,7 +3451,7 @@ msgid "Assignees"
msgstr "Atananlar"
msgid "Assigns %{assignee_users_sentence}."
-msgstr ""
+msgstr "%{assignee_users_sentence} atar."
msgid "At least one approval from a code owner is required to change files matching the respective CODEOWNER rules."
msgstr ""
@@ -3370,7 +3469,7 @@ msgid "At least one of your Personal Access Tokens will expire soon, but expirat
msgstr ""
msgid "At risk"
-msgstr ""
+msgstr "Riskli"
msgid "Attach a file"
msgstr "Bir dosya ekle"
@@ -3509,7 +3608,7 @@ msgstr "Yetki Ver"
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Let's Encrypt kullanarak otomatik sertifika yönetimi"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,8 +3815,8 @@ msgstr "Bu grubun rozeti yok"
msgid "Badges|This project has no badges"
msgstr "Bu projenin rozeti yok"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Bu rozeti sileceksiniz. Silinen rozetler geri <strong>yüklenemez</strong>."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Rozetleriniz"
@@ -3827,6 +3929,9 @@ msgstr "aylık"
msgid "BillingPlans|per user"
msgstr "kullanıcı başına"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "Yükselt"
@@ -3896,13 +4001,16 @@ msgstr "GeniÅŸlet"
msgid "Boards|View scope"
msgstr "Kapsamı görüntüle"
+msgid "Both project and dashboard_path are required"
+msgstr ""
+
msgid "Branch"
msgstr "Dal"
msgid "Branch %{branchName} was not found in this project's repository."
msgstr "Bu projenin deposunda %{branchName} dalı bulunamadı."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr "Açık sorunlar"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "Ä°ÅŸ"
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr "Ä°ptal"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "Çalışmayı iptal et"
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr "Bu projede sorunlar bulunmadığı için içe aktarılamıyor."
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ".gitlab-ci.yml'nizi kontrol edin"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,8 +4853,8 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Görünürlük seviyesini seçin, proje özelliklerini etkinleştirin/devre dışı bırakın (sorunlar, depo, wiki, parçacıklar) ve izinleri ayarlayın."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Bir grubun genel bakış sayfasında hangi içeriği görmek istediğinizi seçin"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr ""
@@ -4910,9 +5021,15 @@ msgstr "kullanılamıyor: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "Temizle"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr "Kapalı"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Kapalı sorunlar"
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}Daha fazla bilgi%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-msgstr "özel bir etki alanı yerine kullanılabilir."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
+msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} Kubernetes kümenize başarıyla yüklendi"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,14 +5237,17 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
-msgstr "Alternatifler"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr "Projelerinizi almaya çalışırken bir hata oluştu: %{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Bölge makine türlerini getirmeye çalışırken bir hata oluştu: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "Çalışan tüm iş hatları iptal edilecektir."
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Ortamlarınızdan hangisinin bu kümeyi kullanacağını seçin."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "API URL'sini Kopyala"
@@ -5390,9 +5522,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr "Helm sürümü yüklenemedi"
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm, Kubernetes uygulamalarını kurmayı ve yönetmeyi kolaylaştırır. Tiller, Kubernetes kümelerinizin içinde çalışır ve grafiklerinizin sürümlerini yönetir."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Birden fazla küme oluşturuyorsanız ve Otomatik DevOps kullanıyorsanız, %{help_link_start}ilk önce bunu okuyunuz %{help_link_end}."
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ msgstr "Proje fiyatlandırma durumunu doğrula"
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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr "Kümenizdeki %{appTitle} başlığını değiştirmek üzeresiniz."
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,8 +6077,8 @@ msgstr "Alan"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
-msgstr "belgeleme"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6110,6 +6254,12 @@ msgstr ""
msgid "Comment/Reply (quoting selected text)"
msgstr "Yorumla/Yanıtla (seçilen metinden alıntıyla)"
+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 "Yorumlar"
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr "Kopyala"
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr "%{http_label} klon URL'sini kopyala"
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr "Erişim anahtarını kopyala"
@@ -6862,6 +7012,9 @@ msgstr "DeÄŸeri kopyala"
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "Bu sohbet takma adı yetkilendirilemedi. Tekrar deneyin!"
@@ -6886,15 +7039,21 @@ msgstr "Ortam oluşturulamadı"
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Proje oluşturulamadı"
-msgid "Could not delete %{design}. Please try again."
+msgid "Could not create wiki page"
msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Sohbet takma adı %{chat_name} silinemedi."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr "Kapsam"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr "OluÅŸtur"
@@ -7030,6 +7197,9 @@ msgstr "Epik oluÅŸtur"
msgid "Create file"
msgstr "Dosya oluÅŸtur"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Grup oluÅŸtur"
@@ -7066,6 +7236,9 @@ msgstr "Yeni pano oluÅŸtur"
msgid "Create new branch"
msgstr "Yeni dal oluÅŸtur"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Yeni dizin oluÅŸtur"
@@ -7090,6 +7263,9 @@ msgstr "Proje oluÅŸtur"
msgid "Create project label"
msgstr "Proje etiketi oluÅŸtur"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "Gereksinim oluÅŸtur"
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr "Özel ana bilgisayar adı (özel işleme e-postaları için)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "Özel bildirim etkinlikleri"
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr "Döngü Süresi"
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Veri hala hesaplanıyor..."
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr "Varsayılan sınıflandırma etiketi"
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,12 +8045,12 @@ msgstr "Sil"
msgid "Delete Comment"
msgstr "Yorumu sil"
-msgid "Delete Package"
-msgstr "Paketi Sil"
-
msgid "Delete Snippet"
msgstr "Parçacığı Sil"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr ""
@@ -7815,6 +8105,9 @@ msgstr "Kullanıcı listesini sil"
msgid "Delete variable"
msgstr "DeÄŸiÅŸkeni sil"
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr "Silindi"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "Silinen sohbet takma adı: %{chat_name}!"
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
msgstr ""
msgid "Deleting"
msgstr "Siliniyor"
+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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr "Silme bekleniyor. Bu proje %{date} tarihinde kaldırılacak. Depo ve diğer proje kaynakları salt okunurdur."
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr "Güvenlik açığı listesini aç/kapat"
@@ -7956,10 +8275,10 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] "<strong>%d kapanan</strong> birleştirme isteğine bağlıdır."
-msgstr[1] "<strong>%d kapanan</strong> birleştirme isteğine bağlıdır."
+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"
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr "%{filename} deÄŸiÅŸmedi"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr "Sil"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr "Seçilenleri sil"
-
msgid "DesignManagement|Deselect all"
msgstr "Tümünün seçimini kaldır"
@@ -8365,7 +8684,10 @@ msgstr "Ayrıntılar (varsayılan)"
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr "Kullanılabilir dosya adı yok"
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr "Panoyu düzenle"
msgid "Edit comment"
msgstr "Yorumu düzenle"
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr "Açıklamayı düzenle"
@@ -9051,9 +9373,6 @@ msgstr "İki aşamalı doğrulamayı etkinleştir"
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "Servis masanızı etkinleştirin/devre dışı bırakın. %{link_start}Servis masası hakkında daha fazla bilgi edinin%{link_end}."
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr "Kaldır"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "Birleştirme işlemleri hariç tutuluyor. 6,000 işlem ile sınırlı."
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "Mevcut üyeler ve gruplar"
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr "Tümünü genişlet"
msgid "Expand approvers"
msgstr "Onaylayanları genişlet"
-msgid "Expand down"
-msgstr "Aşağı doğru genişlet"
-
msgid "Expand dropdown"
msgstr "Açılır listeyi genişlet"
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Kenar çubuğunu genişlet"
-msgid "Expand up"
-msgstr "Yukarı doğru genişlet"
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr "Süre sonu"
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr "Son kullanma tarihi zorunlu deÄŸil"
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr "Özellik bayraklarını kullanmaya başlayın"
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr "Kimlik"
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
msgstr "Kullanıcı listeleri geri alınırken bir hata oluştu"
+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 ""
@@ -10457,9 +10782,6 @@ msgstr "Kullanıcı Kimlikleri"
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr "Liste"
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr "Dosya"
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr "Yazı Tipi Rengi"
msgid "Footer message"
msgstr "Altbilgi mesajı"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr "Düğüm başarısız veya bozuk."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Düğüm yavaş, aşırı yüklü veya bir kesintiden sonra kurtarıldı."
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr "Sağlama yapıldı"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr "Veri çoğaltma gecikmesi"
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Birincil depolama yapılandırmasıyla eşleşmiyor"
-msgid "GeoNodes|Failed"
-msgstr "Başarısız"
-
msgid "GeoNodes|Full"
msgstr "Dolu"
@@ -10934,12 +11247,6 @@ msgstr "Sağlık durumu"
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Depolar"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr "Senkronizasyon ayarları"
msgid "GeoNodes|Unused slots"
msgstr "Kullanılmayan yuvalar"
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr "%{timeAgo} güncellendi"
msgid "GeoNodes|Used slots"
msgstr "Kullanılan yuvalar"
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr "Duruma göre filtrele"
msgid "Geo|Geo Status"
msgstr "Geo Durumu"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "HTTPS'e zorla (geçerli sertifikalar gerektirir)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr "Tam ekrana git"
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ 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 push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr "Sistem durumu bilgileri aşağıdaki uç noktalardan alınabilir. Daha f
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr "Sağlıksız"
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Yardım"
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr "Denemeyi kaç kullanıcı değerlendirecek?"
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr "Tüm projeleri dizinle"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr "Yorum ayrıntıları:"
msgid "Integrations|Comment settings:"
msgstr "Yorum ayarları:"
+msgid "Integrations|Default settings are inherited from the group level."
+msgstr ""
+
+msgid "Integrations|Default settings are inherited from the instance level."
+msgstr ""
+
msgid "Integrations|Enable comments"
msgstr "Yorumları etkinleştir"
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr "Standart"
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr "Aralık Deseni"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr "Geçersiz giriş ya da şifre"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr "Ãœye davet et"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Sorun Panoları"
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr "Sorunlar"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr "Etiketler sorunları ve birleştirme taleplerini kategorize etmek için
msgid "Labels can be applied to issues and merge requests."
msgstr "Etiketler sorunlara ve birleÅŸtirme taleplerine uygulanabilir."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr "Lisansı kaldır"
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr "Lisanslı Özellikler"
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Lisanslar"
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr "Canlı önizleme"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr "Kilit bulunamadı"
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ msgstr ""
msgid "MERGED"
msgstr "BÄ°RLEÅžTÄ°RÄ°LDÄ°"
+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 ""
@@ -14469,6 +14860,9 @@ msgstr "Onaylayan:"
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr "Ãœyeler"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr "BirleÅŸtirme Ä°steÄŸi Ä°ÅŸlemeleri"
msgid "Merge Requests"
msgstr "BirleÅŸtirme Ä°stekleri"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "BirleÅŸtirme istekleri oluÅŸturuldu"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr "Hemen birleÅŸtir"
msgid "Merge in progress"
msgstr "BirleÅŸtirme devam ediyor"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr "Birleştirme seçenekleri"
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 "Metrikler"
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Metrik oluÅŸtur"
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y ekseni etiketi"
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr "Ä°zleme"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "Ay"
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr "Durum"
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr "Depo bulunamadı"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "Zamanlama bulunamadı"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr "Kasım"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr "Sadece proje üyeleri yorum yapabilir."
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr "Açık"
msgid "Open Selection"
msgstr "Seçimi Aç"
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr "Yorum türü açılır penceresini aç"
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "Açık hatalar"
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
msgstr "İsme göre filtrele"
+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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr "Åžifre doÄŸrulama"
msgid "Password successfully changed"
msgstr "Şifre başarıyla değiştirildi"
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,15 +18537,15 @@ msgstr "Sabit (maks. 1280px) ve değişken (%{percentage}) uygulama düzeni aras
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr "Bir projenin genel bakış sayfasında hangi içeriği görmek istediğinizi seçin."
+msgid "Preferences|Choose what content you want to see on your homepage."
+msgstr ""
+
msgid "Preferences|Customize integrations with third party services."
msgstr "Üçüncü taraf hizmetleriyle entegrasyonları özelleştirin."
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "Uygulama başlığının ve gezinme kenar çubuğunun görünümünü özelleştirin."
-msgid "Preferences|Default dashboard"
-msgstr "Varsayılan gösterge panosu"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "Saati 24 saatlik biçimde görüntüle"
@@ -17993,6 +18555,9 @@ msgstr "Kod görünümlerinde tümleşik kod zekasını etkinleştir"
msgid "Preferences|For example: 30 mins ago."
msgstr "Örneğin: 30 dakika önce."
+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 ""
@@ -18284,15 +18849,9 @@ msgstr "Mevcut durum"
msgid "Profiles|Default notification email"
msgstr "Varsayılan bildirim e-postası"
-msgid "Profiles|Delete Account"
-msgstr "Hesabı Sil"
-
msgid "Profiles|Delete account"
msgstr "Hesabı sil"
-msgid "Profiles|Delete your account?"
-msgstr "Hesabınız silinsin mi?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "Bir hesabı silmek aşağıdaki etkilere sahiptir:"
@@ -18683,6 +19242,9 @@ msgstr "Proje yüklemeleri"
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 "Proje: %{name}"
@@ -18707,6 +19269,9 @@ msgstr "Hiç kimse"
msgid "ProjectFileTree|Name"
msgstr "Ä°sim"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Asla"
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ msgstr "Daha fazla bilgi"
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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr "Son aramalar"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr "Tümünü veya özel vekil(ler)i kaldır"
msgid "Remove all or specific label(s)"
msgstr "Tüm veya belirli etiketleri kaldır"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "Projeyi kaldır"
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "Kaldırılan projeler geri yüklenemez!"
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr "Bitiş tarihini kaldırır."
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "Projeyi kaldırmak; depolarını ve sorunları, birleştirme isteklerini vb. içeren tüm ilgili kaynakları siler."
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr "Depo GrafiÄŸi"
msgid "Repository Settings"
msgstr "Depo Ayarları"
-msgid "Repository URL"
-msgstr "Depo URL'si"
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr "Temizlik hizmetini çalıştır"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr "DeÄŸiÅŸiklikleri Kaydet"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr "Åžablonu kaydet"
msgid "Save variables"
msgstr "DeÄŸiÅŸkenleri kaydet"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "Aşağı kaydır"
@@ -21062,6 +21651,9 @@ msgstr "Dalları ara"
msgid "Search branches and tags"
msgstr "Dalları ve etiketleri ara"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,15 +22055,15 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr "Proje"
+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 "Projeler eklendi"
msgid "SecurityReports|Remove project from dashboard"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
-msgstr ""
-
msgid "SecurityReports|Scan details"
msgstr ""
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr "GitLab'daki yenilikleri görün"
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr "Servis Masası"
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Hizmet Şablonları"
@@ -21913,6 +22541,12 @@ msgstr "Oturum süresi (dakika)"
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "Sorun açıklamaları için varsayılan bir şablon belirleyin."
@@ -22229,12 +22863,6 @@ msgstr "%{limit} / %{total_count} sorun gösteriliyor. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr "%{pageSize} / %{total} sorun gösteriliyor"
-msgid "Showing Latest Version"
-msgstr "Son Sürüm Gösteriliyor"
-
-msgid "Showing Version #%{versionNumber}"
-msgstr "#%{versionNumber} Sürümü Gösteriliyor"
-
msgid "Showing all issues"
msgstr "Tüm sorunlar gösteriliyor"
@@ -22244,6 +22872,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr ""
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr ""
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr "Benzer sorunlar"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "Gösterilecek parçacık yok."
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr "GitLab Next'e geçin"
msgid "Switch to the source to copy the file contents"
msgstr "Dosya içeriğini kopyalamak için kaynağa geçiş yapın"
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ msgstr ""
msgid "Tags"
msgstr "Etiketler"
+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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,16 +24531,13 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
msgstr[1] ""
msgid "The Advanced Search in GitLab is a powerful search service that saves you time. Instead of creating duplicate code and wasting time, you can now search for code within other teams that can help your own project."
-msgstr "GitLab'daki Gelişmiş Arama, size zaman kazandıran güçlü bir arama hizmetidir. Yinelenen kod oluşturmak ve zaman kaybetmek yerine, artık kendi projenize yardımcı olabilecek diğer ekiplerin içinde kod arayabilirsiniz."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ msgstr "Üçüncü taraf teklifleri"
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 ""
@@ -24561,7 +25246,7 @@ msgstr ""
msgid "This action can lead to data loss. To prevent accidental actions we ask you to confirm your intention."
msgstr "Bu işlem veri kaybına yol açabilir. Yanlışlıkla yapılacak işlemleri önlemek için niyetinizi onaylamanızı istiyoruz."
-msgid "This action cannot be undone. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr "Bu sizin mevcut oturumunuz"
-msgid "This issue is confidential"
-msgstr "Bu sorun gizlidir"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr "Yapılacaklar öğesi başarıyla bitti olarak işaretlendi."
msgid "Today"
msgstr "Bugün"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr "Biçimlendirme önizlemesini aç/kapat"
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Yarın"
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr "Kapat"
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Servis Masasını Aç"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25747,12 +26447,24 @@ msgstr "İki Aşamalı Kimlik Doğrulama"
msgid "Two-factor Authentication Recovery codes"
msgstr "İki Aşamalı Kimlik Doğrulama Kurtarma Kodları"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr ""
-
msgid "Two-factor authentication"
msgstr "İki adımlı kimlik doğrulama"
+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 "Type"
msgstr "Tür"
@@ -25933,7 +26645,7 @@ msgstr "Kilidi aç"
msgid "Unlock the discussion"
msgstr "Tartışmanın kilidini aç"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Doğrulanmamış"
@@ -26104,9 +26819,6 @@ msgstr "Güncellendi:"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "%{updated_by} tarafından %{updated_at} zamanında güncellendi"
-msgid "Updated at"
-msgstr "Güncellendi:"
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26123,7 +26835,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Gelişmiş Genel aramayı etkinleştirmek için planınızı yükseltin."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr "Kullanıcı Kimlikleri"
@@ -26587,9 +27293,15 @@ msgstr "Lisansı bitmiş kullanıcılar:"
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr "Sürüm"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "<strong>%{project_name}</strong> projesine yeni bir üye davet edebilir veya başka bir grubu davet edebilirsiniz."
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "<strong>%{project_name}</strong> projesine yeni bir üye davet edebilirsiniz."
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr "Bu salt okunur GitLab örneğine yazamazsınız."
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Profilinize bir SSH anahtarı ekleyene kadar proje kodunu SSH üzerinden çekemez veya yollayamazsınız"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr "İşlem e-postanız, düzenlemeler ve birleştirmeler gibi web tabanlı
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "%{openingTag}Gruba özgü bir e-posta adresi%{closingTag} ayarlanmamışsa, varsayılan bildirim e-postanız hesap bildirimleri için kullanılacaktır."
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ msgstr "Gruplarınız"
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 ""
@@ -28236,6 +29059,9 @@ msgstr "bu grupla zaten paylaştı"
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr "bağlanılıyor"
@@ -28700,6 +29520,11 @@ msgstr "projeyi çatalla"
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr "grup"
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr "dizin"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "örnek tamamlandı"
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Onayınızı gönderirken bir hata oluştu."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,14 +29859,11 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
msgid "mrWidget|Loading deployment statistics"
-msgstr ""
+msgstr "Dağıtım istatistikleri yükleniyor"
msgid "mrWidget|Mark as ready"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr "BirleÅŸtiren:"
msgid "mrWidget|More information"
msgstr "Daha fazla bilgi"
-msgid "mrWidget|No approval required"
-msgstr "Onay gerekli deÄŸil"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "Onay gerekli deÄŸil; hala onaylayabilirsiniz"
-
msgid "mrWidget|Open in Web IDE"
msgstr "Web IDE'de aç"
@@ -29074,7 +29899,7 @@ msgid "mrWidget|Pipeline blocked. The pipeline for this merge request requires a
msgstr ""
msgid "mrWidget|Plain diff"
-msgstr ""
+msgstr "Düz değişiklik"
msgid "mrWidget|Ready to be merged automatically. Ask someone with write access to this repository to merge this request"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr "Kaynak dal silinmeyecek"
msgid "mrWidget|There are merge conflicts"
msgstr "Birleştirme çakışmaları var"
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29328,8 +30153,8 @@ msgstr ""
msgid "point"
msgid_plural "points"
-msgstr[0] ""
-msgstr[1] ""
+msgstr[0] "puan"
+msgstr[1] "puan"
msgid "private"
msgstr "özel"
@@ -29338,7 +30163,7 @@ msgid "private key does not match certificate."
msgstr ""
msgid "processing"
-msgstr ""
+msgstr "iÅŸleniyor"
msgid "project"
msgid_plural "projects"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr "hızlı işlemler"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "kayıt ol"
@@ -29379,7 +30207,7 @@ msgid "relates to"
msgstr ""
msgid "released %{time}"
-msgstr ""
+msgstr "%{time} yayınlandı"
msgid "remaining"
msgstr "kalan"
@@ -29391,13 +30219,13 @@ msgid "remove due date"
msgstr "bitiş tarihini kaldır"
msgid "remove weight"
-msgstr ""
+msgstr "ağırlığı kaldır"
msgid "removed a Zoom call from this issue"
msgstr ""
msgid "rendered diff"
-msgstr ""
+msgstr "deÄŸiÅŸiklikler iÅŸlendi"
msgid "reply"
msgid_plural "replies"
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr "puan"
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr "bu belge"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "katkıda bulunanlara yardım etmek için etkili şekilde iletişim kurun!"
@@ -29554,6 +30382,9 @@ msgstr "açılır listeyi aç/kapat"
msgid "triggered"
msgstr "tetiklendi"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29600,7 +30431,7 @@ msgid "view it on GitLab"
msgstr "GitLab'da görüntüle"
msgid "view the blob"
-msgstr ""
+msgstr "damlayı görüntüle"
msgid "view the source"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr "Yorum ekle"
msgid "vulnerability|Add comment & dismiss"
msgstr "Yorum ekle ve reddet"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "Güvenlik açığını kapat"
@@ -29624,7 +30458,7 @@ msgid "vulnerability|Save comment"
msgstr "Yorumu kaydet"
msgid "vulnerability|Undo dismiss"
-msgstr ""
+msgstr "Reddetmeyi geri al"
msgid "vulnerability|dismissed"
msgstr "güvenlik açığı kapatıldı"
diff --git a/locale/uk/gitlab.po b/locale/uk/gitlab.po
index 6e129fcc2e6..b640ab44b93 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: 2020-08-06 13:43\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
msgstr "%{start} до %{end}"
@@ -60,14 +60,14 @@ msgstr[3] " покращилоÑÑ Ð½Ð° %d одиниць"
msgid " or "
msgstr " або "
-msgid " or <!merge request id>"
-msgstr " або <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr " або <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " або <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " або поÑÐ¸Ð»Ð°Ð½Ð½Ñ (напр. шлÑÑ…/до/проєкту!id_запиту_на_злиттÑ)"
@@ -75,6 +75,9 @@ msgstr " або поÑÐ¸Ð»Ð°Ð½Ð½Ñ (напр. шлÑÑ…/до/проєкту!id_з
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "\"%{path}\" не Ñ–Ñнував у \"%{ref}\""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -213,10 +216,10 @@ msgstr[3] ""
msgid "%d hour"
msgid_plural "%d hours"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d година"
+msgstr[1] "%d години"
+msgstr[2] "%d годин"
+msgstr[3] "%d годин"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
@@ -234,10 +237,10 @@ msgstr[3] "%d задач"
msgid "%d issue in this group"
msgid_plural "%d issues in this group"
-msgstr[0] ""
-msgstr[1] ""
-msgstr[2] ""
-msgstr[3] ""
+msgstr[0] "%d задача в цій групі"
+msgstr[1] "%d задачі в цій групі"
+msgstr[2] "%d задач в цій групі"
+msgstr[3] "%d задач в цій групі"
msgid "%d issue selected"
msgid_plural "%d issues selected"
@@ -389,6 +392,9 @@ msgstr[3] "%s доданих комітів були виключені Ð´Ð»Ñ Ð
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} Ñ– %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -425,6 +431,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} Ñдер"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} Ñ€Ñдків коду/коміт"
@@ -489,6 +498,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Ð¿Ð¾Ð´Ñ–Ñ Ñƒ Sentry: %{errorUrl}- Вперше помічено: %{firstSeen}- ВоÑтаннє помічено: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}мÑ"
@@ -516,20 +528,20 @@ msgstr "%{firstLabel} +%{labelCount} більше"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + %{numberOfOtherMilestones} більше"
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} не Ñ” дійÑним ідентифікатором на %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}Групи%{group_docs_link_end} дозволÑÑŽÑ‚ÑŒ вам керувати Ñ– взаємодіÑти між кількома проєктами. Члени групи мають доÑтуп до уÑÑ–Ñ… Ñ—Ñ— проєктів."
msgid "%{group_name} group members"
-msgstr ""
+msgstr "кориÑтувачі групи %{group_name}"
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 "%{host} sign-in from new location"
-msgstr ""
+msgstr "вхід на %{host} з нового розташуваннÑ"
msgid "%{icon}You are about to add %{usersTag} people to the discussion. They will all receive a notification."
msgstr ""
@@ -544,10 +556,10 @@ msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
msgstr "%{issuesSize} задач з обмеженнÑм %{maxIssueCount}"
msgid "%{issuesSize} with a limit of %{maxIssueCount}"
-msgstr ""
+msgstr "%{issuesSize} з обмеженнÑм %{maxIssueCount}"
msgid "%{labelStart}Class:%{labelEnd} %{class}"
-msgstr ""
+msgstr "%{labelStart}КлаÑ:%{labelEnd} %{class}"
msgid "%{labelStart}Crash Address:%{labelEnd} %{crash_address}"
msgstr ""
@@ -559,22 +571,22 @@ msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}"
msgstr "%{labelStart}Дані:%{labelEnd} %{evidence}"
msgid "%{labelStart}File:%{labelEnd} %{file}"
-msgstr ""
+msgstr "%{labelStart}Файл:%{labelEnd} %{file}"
msgid "%{labelStart}Headers:%{labelEnd} %{headers}"
msgstr ""
msgid "%{labelStart}Image:%{labelEnd} %{image}"
-msgstr ""
+msgstr "%{labelStart}Образ:%{labelEnd} %{image}"
msgid "%{labelStart}Method:%{labelEnd} %{method}"
-msgstr ""
+msgstr "%{labelStart}Метод:%{labelEnd} %{method}"
msgid "%{labelStart}Namespace:%{labelEnd} %{namespace}"
msgstr "%{labelStart}проÑÑ‚Ñ–Ñ€ імен:%{labelEnd} %{namespace}"
msgid "%{labelStart}Report Type:%{labelEnd} %{reportType}"
-msgstr ""
+msgstr "%{labelStart}Тип звіту:%{labelEnd} %{reportType}"
msgid "%{labelStart}Scanner:%{labelEnd} %{scanner}"
msgstr "%{labelStart}Сканер:%{labelEnd} %{scanner}"
@@ -583,10 +595,10 @@ msgid "%{labelStart}Severity:%{labelEnd} %{severity}"
msgstr ""
msgid "%{labelStart}Status:%{labelEnd} %{status}"
-msgstr ""
+msgstr "%{labelStart}СтатуÑ:%{labelEnd} %{status}"
msgid "%{labelStart}URL:%{labelEnd} %{url}"
-msgstr ""
+msgstr "%{labelStart}URL:%{labelEnd} %{url}"
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message} недоÑтупний"
@@ -603,9 +615,6 @@ msgstr "%{level_name} не дозволено в %{group_level_name} групі.
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "%{level_name} не допуÑкаєтьÑÑ, оÑкільки проєкт-джерело цього форку має нижчу видиміÑÑ‚ÑŒ."
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr "%{lineOneStart}ПеретÑгуйте дизайни%{lineOneEnd} або %{linkStart}, щоб завантажити%{linkEnd}."
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr "%{link_start}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{link_end} про те, Ñка Ñ–Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ”Ñ‚ÑŒÑÑ GitLab Inc."
@@ -624,6 +633,9 @@ msgstr "%{listToShow} та ще %{awardsListLength}."
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} Початок"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} заблоковано кориÑтувачем GitLab %{lock_user_id}"
@@ -633,6 +645,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} можуть виконувати злиттÑ"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText}, Ñ†Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° буде закрита автоматично."
@@ -755,6 +779,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -784,6 +811,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} байт"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} було уÑпішно відправлено до Akismet."
@@ -799,6 +829,9 @@ msgstr "%{start} до %{end}"
msgid "%{state} epics"
msgstr "%{state} епіки"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -882,6 +915,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr "%{totalWeight} загальна вага"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} загальна вага відкритих задач"
@@ -915,6 +951,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -924,7 +963,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -962,7 +1016,7 @@ msgid "(check progress)"
msgstr "(перевірити прогреÑ)"
msgid "(deleted)"
-msgstr ""
+msgstr "(видалено)"
msgid "(external source)"
msgstr "(зовнішнє джерело)"
@@ -970,6 +1024,9 @@ msgstr "(зовнішнє джерело)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(видалено)"
@@ -977,7 +1034,7 @@ msgid "(revoked)"
msgstr "(відкликано)"
msgid "* * * * *"
-msgstr ""
+msgstr "* * * * *"
msgid "+ %{amount} more"
msgstr "+ %{amount} більше"
@@ -1034,7 +1091,7 @@ msgid "- show less"
msgstr "- показати менше"
msgid "0 bytes"
-msgstr ""
+msgstr "0 байт"
msgid "0 for unlimited"
msgstr "0 Ð´Ð»Ñ Ð½ÐµÐ¾Ð±Ð¼ÐµÐ¶ÐµÐ½Ð¾Ð³Ð¾"
@@ -1172,7 +1229,7 @@ msgid "3 hours"
msgstr "3 години"
msgid "30 days"
-msgstr ""
+msgstr "30 днів"
msgid "30 minutes"
msgstr "30 хвилин"
@@ -1196,7 +1253,7 @@ msgid "404|Please contact your GitLab administrator if you think this is a mista
msgstr "Будь лаÑка, звернітьÑÑ Ð´Ð¾ адмініÑтратора GitLab, Ñкщо ви вважаєте, що це помилка."
msgid "7 days"
-msgstr ""
+msgstr "7 днів"
msgid "8 hours"
msgstr "8 годин"
@@ -1204,15 +1261,6 @@ msgstr "8 годин"
msgid ":%{startLine} to %{endLine}"
msgstr ":%{startLine} до %{endLine}"
-msgid "< 1 hour"
-msgstr "< 1 години"
-
-msgid "<project name>"
-msgstr "<Ñ–Ð¼â€™Ñ Ð¿Ñ€Ð¾Ñ”ÐºÑ‚Ñƒ>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>ВидалÑÑ”</strong> гілку-джерело"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "'Runner' — це процеÑ, Ñкий виконує завданнÑ. Ви можете Ñтворити потрібну кількіÑÑ‚ÑŒ Runner'ів."
@@ -1276,8 +1324,8 @@ msgstr "УчаÑник команди по боротьбі з порушеннÑ
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¾Ð±Ð¾Ð²â€™Ñзкове, Ñкщо звіт про безпеку міÑтить нову вразливіÑÑ‚ÑŒ виÑокого, критичного або невідомого рівнÑ."
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð¾Ð±Ð¾Ð²â€™Ñзкове, Ñкщо звіт про відповідніÑÑ‚ÑŒ ліцензіÑм міÑтить ліцензію із чорного ÑпиÑку."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "Створено новий конвеєр Auto DevOps, детальну інформацію можна знайти на Ñторінці %{pipelines_link_start}Конвеєри%{pipelines_link_end}"
@@ -1294,6 +1342,9 @@ 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 "Сайт на HTML, Ñкий викориÑтовує Netlify Ð´Ð»Ñ CI/CD заміÑÑ‚ÑŒ GitLab, але вÑе ще з уÑіма іншими чудовими функціÑми GitLab."
@@ -1396,6 +1447,9 @@ msgstr "Дата Ð¿Ñ€Ð¸Ð¿Ð¸Ð½ÐµÐ½Ð½Ñ Ð´Ð¾Ñтупу"
msgid "Access forbidden. Check your access level."
msgstr "ДоÑтуп заборонено. Перевірте рівень доÑтупу."
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "ДоÑтуп до \"%{classification_label}\" заборонено"
@@ -1472,7 +1526,7 @@ msgid "AccessTokens|reset it"
msgstr "перегенерувати його"
msgid "AccessibilityReport|Learn more"
-msgstr ""
+msgstr "ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ"
msgid "AccessibilityReport|Message: %{message}"
msgstr "ПовідомленнÑ: %{message}"
@@ -1507,6 +1561,9 @@ msgstr "Ðктивувати"
msgid "Activate Service Desk"
msgstr "Ðктивувати Службу підтримки"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "Ðктивний"
@@ -1529,7 +1586,7 @@ msgid "Add"
msgstr "Додати"
msgid "Add \"%{value}\""
-msgstr ""
+msgstr "Додати \"%{value}\""
msgid "Add %d issue"
msgid_plural "Add %d issues"
@@ -1541,12 +1598,6 @@ msgstr[3] "Додати %d задач"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr "Додати %{linkStart}реÑурÑи%{linkEnd} до Ñвого релізу. GitLab автоматично включає реÑурÑи тільки Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ñ‚Ð°ÐºÑ– Ñк вихідний код та дані про реліз."
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "Додати ÑпиÑок змін (CHANGELOG)"
@@ -1661,6 +1712,9 @@ msgstr "Додати дочірній епік до епіка"
msgid "Add comment now"
msgstr "Додати коментар"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1673,6 +1727,9 @@ 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 "Додати заголовок Ñ– футер в електронні лиÑти. Будь лаÑка, зверніть увагу, що Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð»ÑŒÐ¾Ñ€Ñƒ будуть викориÑтовуватиÑÑ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ в інтерфейÑÑ– заÑтоÑунку"
@@ -1685,6 +1742,9 @@ msgstr "Додати задачі"
msgid "Add italic text"
msgstr "Додати курÑивний текÑÑ‚"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "Додати мітку(-ки)"
@@ -1755,7 +1815,7 @@ msgid "Add webhook"
msgstr "Додати вебхук"
msgid "Add/remove"
-msgstr ""
+msgstr "Додати/видалити"
msgid "AddContextCommits|Add previously merged commits"
msgstr ""
@@ -1797,7 +1857,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 "Додаткові хвилини"
@@ -1964,6 +2024,9 @@ msgstr "Виберіть конфігураційний файл конвеєрÐ
msgid "AdminSettings|Select a template"
msgstr "Виберіть шаблон"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr "Шаблон Ñлужби дозволÑÑ” вÑтановити Ð´Ð»Ñ Ñ–Ð½Ñ‚ÐµÐ³Ñ€Ð°Ñ†Ñ–Ð¹ Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð·Ð° замовчуваннÑм"
@@ -1979,6 +2042,9 @@ msgstr "Вкажіть домен, Ñкий буде викориÑтовуваÑ
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "Ðеобхідна ÐºÐ¾Ð½Ñ„Ñ–Ð³ÑƒÑ€Ð°Ñ†Ñ–Ñ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ñ–Ð² може бути вибрана із директорії %{code_start}gitlab-ci%{code_end} в Ñконфігурованому %{link_start}репозиторії шаблонів інÑтанÑу%{link_end} або із конфігурацій, що надані GitLab."
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "При Ñтворенні нової змінної Ñередовища вона буде захищена за замовчуваннÑм."
@@ -2013,7 +2079,7 @@ msgid "AdminUsers|2FA Enabled"
msgstr "2FA увімкнено"
msgid "AdminUsers|Access"
-msgstr ""
+msgstr "ДоÑтуп"
msgid "AdminUsers|Active"
msgstr "Ðктивні"
@@ -2208,6 +2274,9 @@ msgstr[3] "Попереджень"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "ПопередженнÑ"
@@ -2238,8 +2307,8 @@ msgstr "Виконавці"
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
-msgstr "Створити задачу"
+msgid "AlertManagement|Create incident"
+msgstr ""
msgid "AlertManagement|Critical"
msgstr "Критичне"
@@ -2295,9 +2364,6 @@ msgstr "Відкриті"
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr "ОглÑд"
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2310,6 +2376,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr "Вирішено"
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr "СервіÑ"
@@ -2352,17 +2421,14 @@ msgstr "ІнÑтрумент"
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr "Ðепризначені"
-
msgid "AlertManagement|Unknown"
msgstr "Ðевідоме"
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
-msgstr "ПереглÑнути задачу"
+msgid "AlertManagement|View incident"
+msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
msgstr ""
@@ -2391,7 +2457,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2490,6 +2556,9 @@ msgstr "Ð’ÑÑ– адреÑи електронної пошти будуть виÐ
msgid "All environments"
msgstr "Ð’ÑÑ– Ñередовища"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "Ð’ÑÑ– функції Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… проєктів берутьÑÑ Ñ–Ð· шаблонів або під Ñ‡Ð°Ñ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ, але ви можете вимикати Ñ—Ñ… пізніше в налаштуваннÑÑ… проєкту."
@@ -2584,7 +2653,7 @@ msgid "Allow users to request access (if visibility is public or internal)"
msgstr "Дозволити кориÑтувачам запрошувати доÑтуп, (Ñкщо видиміÑÑ‚ÑŒ загальнодоÑтупна або внутрішнÑ)"
msgid "Allowed"
-msgstr ""
+msgstr "Дозволено"
msgid "Allowed Geo IP"
msgstr ""
@@ -2637,6 +2706,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2703,6 +2775,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "Помилка при коміті ваших змін."
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð´ÐµÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ñ„Ð°Ð¹Ð»Ñƒ."
@@ -2775,9 +2850,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð°Ð´Ñ€ÐµÑи Служби підтримки."
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "Помилка при отриманні ÑпиÑків дошки. Будь лаÑка, Ñпробуйте знову."
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "Помилка при отриманні збірок."
@@ -2911,7 +2995,7 @@ msgid "An error occurred while reordering issues."
msgstr "Помилка при зміні порÑдку задач."
msgid "An error occurred while requesting data from the Jira service"
-msgstr ""
+msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при отриманні даних з ÑервіÑу Jira"
msgid "An error occurred while retrieving calendar activity"
msgstr "СталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при отриманні ÐºÐ°Ð»ÐµÐ½Ð´Ð°Ñ€Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾ÑÑ‚Ñ–"
@@ -2919,15 +3003,18 @@ 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 LDAP override status. Please try again."
msgstr "Помилка при збереженні ÑтатуÑу Ð¿ÐµÑ€ÐµÐ²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ LDAP. Будь лаÑка, Ñпробуйте ще раз."
msgid "An error occurred while saving assignees"
msgstr "Помилка при збереженні виконавців"
-msgid "An error occurred while saving the approval settings"
-msgstr "Помилка під Ñ‡Ð°Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½ÑŒ затверджень"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "Під Ñ‡Ð°Ñ Ð·Ð±ÐµÑ€ÐµÐ¶ÐµÐ½Ð½Ñ ÑˆÐ°Ð±Ð»Ð¾Ð½Ñƒ ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°. Будь лаÑка, перевірте, чи такий шаблон Ñ–Ñнує."
@@ -2952,12 +3039,18 @@ msgstr "Помилка при оновленні затверджуючих оÑ
msgid "An error occurred while updating the comment"
msgstr "Під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼ÐµÐ½Ñ‚Ð°Ñ€Ñ ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°"
+msgid "An error occurred while updating the list. 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 "СталаÑÑŒ помилка. Спробуйте ще раз."
@@ -3036,6 +3129,9 @@ msgstr "Будь-Ñкий"
msgid "Any Author"
msgstr "Будь-Ñкий автор"
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr "Будь-Ñка гілка"
@@ -3259,6 +3355,9 @@ msgstr "квіт."
msgid "April"
msgstr "квітень"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr "Ðрхів"
@@ -3271,6 +3370,9 @@ msgstr "Ðрхівувати проєкт"
msgid "Archived"
msgstr "Заархівовано"
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "Ðрхівований проєкт! Репозиторій та інші реÑурÑи проєкту доÑтупні лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ"
@@ -3286,9 +3388,6 @@ msgstr "ÐÑ€Ñ…Ñ–Ð²ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ”ÐºÑ‚Ñƒ зробить його доÑту
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "Ви налаштовуєте GitLab Ð´Ð»Ñ ÐºÐ¾Ð¼Ð¿Ð°Ð½Ñ–Ñ—?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "Ви впевнені, що хочете заархівувати цей проєкт?"
@@ -3397,8 +3496,8 @@ msgstr "Ви впевнені? Ð’ÑÑ– коміти, що були підпиÑа
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "Ви впевнені? Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ñ†ÑŒÐ¾Ð³Ð¾ GPG ключа не впливає на коміти, що вже були підпиÑані."
-msgid "Are you sure? The device will be signed out of GitLab."
-msgstr "Ви впевнені? ПриÑтрій вийде з ÑиÑтеми GitLab."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "Ви впевнені? Це призведе до Ð°Ð½ÑƒÐ»ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ñ€ÐµÑ”Ñтрованих заÑтоÑунків та U2F приÑтроїв."
@@ -3409,9 +3508,6 @@ msgstr "ВпорÑдкувати графіки"
msgid "Artifact"
msgstr "Ðртефакт"
-msgid "Artifact ID"
-msgstr "ID артефакту"
-
msgid "Artifact could not be deleted."
msgstr "Ðртефакт не може бути видалено."
@@ -3424,6 +3520,9 @@ msgstr "Ðртефакти"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "ОÑкільки приÑтрої U2F підтримуютьÑÑ Ð»Ð¸ÑˆÐµ кількома браузерами, ми вимагаємо, щоб ви налаштували заÑтоÑунок Ð´Ð»Ñ Ð´Ð²Ð¾Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð¾Ñ— автентифікації перед приÑтроєм U2F. Таким чином ви завжди зможете увійти, навіть при викориÑтанні непідтримуваного браузера."
+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 "%{user} відправив код в гілку %{branch} проєкту %{project_name} (%{commit_url}):"
@@ -3565,7 +3664,7 @@ msgid "Attaching the file failed."
msgstr "Ðе вдалоÑÑ Ð¿Ñ€Ð¸ÐºÑ€Ñ–Ð¿Ð¸Ñ‚Ð¸ файл."
msgid "Attachment"
-msgstr ""
+msgstr "ВкладеннÑ"
msgid "Attachments"
msgstr ""
@@ -3687,7 +3786,7 @@ msgstr "ÐвторизаціÑ"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "ÐвторизуватиÑÑ %{link_to_client} викориÑтовуючи ваш аккаунт?"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3765,6 +3864,9 @@ msgstr "Ðвтоматичне ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñертифікатами зÐ
msgid "Automatic certificate management using Let's Encrypt"
msgstr "Ðвтоматичне ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñертифікатами за допомогою Let's Encrypt"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3891,8 +3993,8 @@ msgstr "Ð¦Ñ Ð³Ñ€ÑƒÐ¿Ð° не має значків"
msgid "Badges|This project has no badges"
msgstr "У цього проєкту немає значків"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ цей значок. Вилучені значки <strong>не можуть</strong> бути відновлені."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "Ваші значки"
@@ -4005,6 +4107,9 @@ msgstr "щоміÑÑцÑ"
msgid "BillingPlans|per user"
msgstr "За кориÑтувача"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "Підвищити"
@@ -4074,14 +4179,17 @@ msgstr "Розгорнути"
msgid "Boards|View scope"
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 "Гілка %{branchName} відÑÑƒÑ‚Ð½Ñ Ð² репозиторії цього проєкту."
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "Гілка <strong>%{branch_name}</strong> Ñтворена. Ð”Ð»Ñ Ð½Ð°Ñтройки автоматичного Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð²Ð¸Ð±ÐµÑ€Ñ–Ñ‚ÑŒ GitLab CI Yaml-шаблон Ñ– закомітьте зміни. %{link_to_autodeploy_doc}"
+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 has changed"
msgstr "Гілка змінилаÑÑŒ"
@@ -4275,6 +4383,9 @@ msgstr "Відкриті задачі"
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "БізнеÑ"
@@ -4449,6 +4560,9 @@ msgstr "Canary Deployments — це популÑрна ÑÑ‚Ñ€Ð°Ñ‚ÐµÐ³Ñ–Ñ Ð±ÐµÐ·
msgid "Cancel"
msgstr "СкаÑувати"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "СкаÑувати запуÑк"
@@ -4482,10 +4596,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr "Ðе вдаєтьÑÑ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ñ‚Ð¸, тому що задачі не доÑтупні в цьому проєкті."
-msgid "Cannot make epic confidential if it contains not-confidential issues"
-msgstr "Ðе можна зробити епік конфіденційним, Ñкщо він міÑтить неконфіденційні задачі"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
+msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4506,8 +4620,8 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
-msgstr "Ðе можна додати конфіденційний епік Ð´Ð»Ñ Ð½ÐµÐºÐ¾Ð½Ñ„Ñ–Ð´ÐµÐ½Ñ†Ñ–Ð¹Ð½Ð¾Ñ— задачі"
+msgid "Cannot set confidential epic for a non-confidential issue"
+msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr "Ðеможливо показати попередній переглÑд. Ð”Ð»Ñ Ð¿Ð¾Ð¿ÐµÑ€ÐµÐ´Ð½ÑŒÐ¾Ð³Ð¾ переглÑду файлів Sketch, вони повинні мати формат, введений верÑією 43 або вище."
@@ -4692,9 +4806,6 @@ msgstr "Перевірити наÑвніÑÑ‚ÑŒ функціональноÑÑ‚Ñ–
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "ПереглÑньте %{docs_link_start}документацію%{docs_link_end}."
-msgid "Check your .gitlab-ci.yml"
-msgstr "Перевірте Ñвій .gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr "Перевірте Ñвої образи Docker на наÑвніÑÑ‚ÑŒ відомих вразливоÑтей."
@@ -4920,8 +5031,8 @@ msgstr "Оберіть групу найвищого Ñ€Ñ–Ð²Ð½Ñ Ð´Ð»Ñ Ñ–Ð¼Ð¿Ð¾Ñ
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "Виберіть рівень видимоÑÑ‚Ñ–, увімкніть/вимкніть функції Ð´Ð»Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ (задачі, репозиторій, вікі, Ñніпети) та вÑтановіть дозволи."
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "Вибрати вміÑÑ‚ оглÑдової Ñторінки групи"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "Виберіть, Ñкі репозиторії ви хочете підключити Ñ– запуÑтити конвеєри CI/CD."
@@ -5088,9 +5199,15 @@ msgstr "не доÑтупно: %{reason}"
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr "ОчиÑтити"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr "ОчиÑтити фільтри графіків"
@@ -5196,6 +5313,9 @@ msgstr "Закрито"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "Закриті задачі"
@@ -5229,20 +5349,26 @@ msgstr "Рівень клаÑтера"
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}Детальніше%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} були уÑпішно вÑтановлені на ваш Kubernetes-клаÑтер"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
-msgstr "%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
+msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
msgstr "%{title} уÑпішно видалено."
@@ -5289,14 +5415,17 @@ msgstr "УÑÑ– дані, не передані в GitLab, будуть видаÐ
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "Ð’ÑÑ– дані буде видалено Ñ– вони не зможуть бути відновлені."
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "Дозволити GitLab керувати проÑторами імен (namespace) та Ñлужбовими обліковими запиÑами (service account) в цьому клаÑтері."
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "Дозволити GitLab керувати проÑторами імен (namespace) та Ñлужбовими обліковими запиÑами (service account) в цьому клаÑтері. %{startLink}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "Ðльтернативно"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5313,6 +5442,9 @@ msgstr "Помилка при отриманні ваших проектів: %{
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "Помилка при отриманні типів машин зони: %{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "УÑÑ– запущені конвеєри буде зупинено."
@@ -5352,15 +5484,12 @@ msgstr "Виберіть %{startLink}підмережі%{externalLinkIcon} %{end
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr "Вибрати %{startLink}тип інÑтанÑу %{externalLinkIcon}%{endLink} робочого вузла."
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "Виберіть, Ñкі заÑтоÑунки необхідно вÑтановити на ваш клаÑтер Kubernetes. Ð”Ð»Ñ Ð²ÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð±ÑƒÐ´ÑŒ-Ñкого з наÑтупних заÑтоÑунків потрібен Helm Tiller."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "Виберіть, Ñке із ваших Ñередовищ буде викориÑтовувати цей клаÑтер."
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr "ОчиÑтити кеш клаÑтера"
@@ -5385,6 +5514,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr "Скопіювати API URL"
@@ -5568,9 +5700,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm Ñпрощує вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ‚Ð° ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÑтоÑунками Kubernetes. Tiller працює вÑередині вашого клаÑтеру Kubernetes Ñ– керує релізами charts."
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "Якщо ви налаштовуєте декілька клаÑтерів Ñ– викориÑтовуєте Auto DevOps, %{help_link_start}прочитайте Ð´Ð»Ñ Ð¿Ð¾Ñ‡Ð°Ñ‚ÐºÑƒ це%{help_link_end}."
@@ -5766,8 +5895,8 @@ msgstr "КількіÑÑ‚ÑŒ вузлів"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "КількіÑÑ‚ÑŒ вузлів має бути чиÑлом."
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "Введіть інформацію про доÑтуп до Ñвого Kubernetes-клаÑтера. Якщо вам потрібна допомога, ви можете прочитати наші %{link_to_help_page} про Kubernetes"
+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 "Будь-лаÑка впевнітьÑÑ, що ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Google задовольнÑÑ” наÑтупним вимогам:"
@@ -5985,12 +6114,15 @@ msgstr "Під Ñ‡Ð°Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ %{title} ÑталаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ°"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "Помилка під Ñ‡Ð°Ñ Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ð½Ð¾Ð³Ð¾ імені Knative."
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "Ð—Ð°Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾Ð¼ÐµÐ½Ñƒ дозволить вам викориÑтовувати фази Auto Review Apps та Auto Deploy Ð´Ð»Ñ %{auto_devops_start}Auto DevOps%{auto_devops_end}. Домен повинен мати шаблон DNS, що задовільнÑÑ” цей домен."
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr "Ð†Ð¼â€™Ñ Ñ€ÐµÑурÑу Amazon (ARN), пов’Ñазане із вашою роллю. Якщо у Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” ролі Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ, Ñпочатку Ñтворіть Ñ—Ñ— в %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} за допомогою облікового запиÑу та external ID вказаних вище %{startMoreInfoLink}Додаткова інформаціÑ%{endLink}"
@@ -6030,15 +6162,27 @@ msgstr "Цей обліковий Ð·Ð°Ð¿Ð¸Ñ Ð¿Ð¾Ð²Ð¸Ð½ÐµÐ½ мати наÑтуÐ
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "Цей параметр дозволить вам вÑтановлювати заÑтоÑунки на клаÑтери RBAC."
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "Щоб отримати доÑтуп до вашого заÑтоÑунку, піÑÐ»Ñ Ð¹Ð¾Ð³Ð¾ розгортаннÑ, направте ваш DNS на кінцеву точку Knative."
+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 "Щоб видалити інтеграцію та реÑурÑи, введіть %{clusterName} Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ:"
msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
msgstr "Щоб видалити Ñвою інтеграцію, введіть %{clusterName} Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ:"
+msgid "ClusterIntegration|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+msgstr ""
+
msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr "Видалити %{appTitle}"
@@ -6063,6 +6207,9 @@ msgstr "Перевірка Ñтану білінгу проекта"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "Ми не змогли перевірити, що один із ваших проектів в GCP має ввімкнений білінг. Будь лаÑка, Ñпробуйте ще раз."
+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 "За допомогою підключеного до цього проєкту Kubernetes-клаÑтера, ви можете викориÑтовувати Review Apps, розгортати ваші проекти, запуÑкати конвеєри збірки тощо."
@@ -6078,9 +6225,6 @@ msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ %{appTitle} зі Ñвого Ð
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "Перед вÑтановленнÑм заÑтоÑунків нижче, необхідно вÑтановити Helm Tiller"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr "Щоб Ñтворити новий клаÑтер EKS ви повинні надати доÑтуп до реÑурÑів AWS вашої організації. Ð”Ð»Ñ Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупу Ñтворіть роль Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²Ñ–Ð·Ñ–ÑŽÐ²Ð°Ð½Ð½Ñ Ð·Ð° допомогою облікового запиÑу та external ID, що наведені нижче Ñ– надайте нам ARN."
@@ -6111,8 +6255,8 @@ msgstr "Зона"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "доÑтуп до Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "документації"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr ""
@@ -6288,6 +6432,12 @@ 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 "Коментарі"
@@ -6490,8 +6640,8 @@ msgstr "Ðалаштувати Prometheus"
msgid "Configure Tracing"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð’Ñ–Ð´ÑтеженнÑ"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "Ðалаштуйте файл <code>.gitlab-webide.yml</code> у директорії <code>.gitlab</code>, щоб почати викориÑтовувати Веб-термінал. %{helpStart}Докладніше.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "Ðалаштувати автоматичні перевірки git Ñ– Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½Ð½Ñ Ð² репозиторіÑÑ…."
@@ -6536,7 +6686,7 @@ msgid "Confirmation required"
msgstr "Ðеобхідне підтвердженнÑ"
msgid "Confluence"
-msgstr ""
+msgstr "Confluence"
msgid "ConfluenceService|Confluence Workspace"
msgstr ""
@@ -6551,7 +6701,7 @@ msgid "ConfluenceService|The URL of the Confluence Workspace"
msgstr ""
msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
-msgstr ""
+msgstr "Ваш GitLab Wiki може бути доÑтупний тут: %{wiki_link}. Щоб повторно увімкнути ваші GitLab Wiki, вимкніть цю інтеграцію"
msgid "Congratulations! You have enabled Two-factor Authentication!"
msgstr "Вітаємо! Ви увімкнули двофакторну автентифікацію!"
@@ -6949,9 +7099,6 @@ msgstr "Скопійовано мітки та етап із %{source_issuable_r
msgid "Copy"
msgstr "Скопіювати"
-msgid "Copy %{field}"
-msgstr "Скопіювати %{field}"
-
msgid "Copy %{http_label} clone URL"
msgstr "Скопіювати URL Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ñ‡ÐµÑ€ÐµÐ· %{http_label}"
@@ -7036,6 +7183,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr "Скопіювати токен"
@@ -7048,6 +7198,9 @@ msgstr "Копіювати значеннÑ"
msgid "Could not add admins as members"
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ адмініÑтраторів Ñк учаÑників"
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "Ðе вдалоÑÑ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ð·ÑƒÐ²Ð°Ñ‚Ð¸ пÑевдонім Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ. Спробуйте ще раз!"
@@ -7072,15 +7225,21 @@ msgstr "Ðе вдалоÑÑ Ñтворити Ñередовище"
msgid "Could not create group"
msgstr "Ðе вдалоÑÑ Ñтворити групу"
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "Ðе вдалоÑÑ Ñтворити проект"
-msgid "Could not delete %{design}. Please try again."
-msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ %{design}. Будь лаÑка, Ñпробуйте знову."
+msgid "Could not create wiki page"
+msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ пÑевдонім Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ %{chat_name}."
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr "Ðе вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ дизайн."
@@ -7111,6 +7270,9 @@ msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ ідентифікатор прое
msgid "Could not save prometheus manual configuration"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ ручні Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Prometheus"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ LDAP."
@@ -7126,6 +7288,13 @@ msgstr "ПокриттÑ"
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Create"
msgstr "Створити"
@@ -7216,6 +7385,9 @@ msgstr "Створити епік"
msgid "Create file"
msgstr "Створити файл"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "Створити групу"
@@ -7252,6 +7424,9 @@ msgstr "Створіть нову дошку"
msgid "Create new branch"
msgstr "Створити нову гілку"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "Створити новий каталог"
@@ -7276,6 +7451,9 @@ msgstr "Створити проект"
msgid "Create project label"
msgstr "Створити мітку проекту"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "Створити вимогу"
@@ -7447,6 +7625,9 @@ msgstr "КориÑтувацька URL-адреÑа Ð´Ð»Ñ ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ
msgid "Custom hostname (for private commit emails)"
msgstr "ВлаÑне ім'Ñ Ñ…Ð¾Ñта (Ð´Ð»Ñ Ð¿Ñ€Ð¸Ð²Ð°Ñ‚Ð½Ð¸Ñ… повідомлень електронної пошти)"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "КориÑтувацькі Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½ÑŒ про події"
@@ -7543,6 +7724,15 @@ msgstr "Ðалаштуйте конфігурацію конвеєра, пере
msgid "Customize your pipeline configuration."
msgstr "Ðалаштувати конфігурацію конвеєра."
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr "Ð§Ð°Ñ Ñ†Ð¸ÐºÐ»Ñƒ"
@@ -7709,6 +7899,9 @@ msgstr "DAG"
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7739,25 +7932,55 @@ msgstr "%{firstProject}, %{rest}, Ñ– %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr "Ðе вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ %{invalidProjects}. Ð¦Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾Ñтупна Ð´Ð»Ñ Ð¿ÑƒÐ±Ð»Ñ–Ñ‡Ð½Ð¸Ñ… проектів та приватних проектів в групах із планом Silver."
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7766,7 +7989,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7778,6 +8010,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7787,12 +8022,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr "Дані вÑе ще обчиÑлюютьÑÑ..."
@@ -7865,8 +8157,8 @@ msgstr "Гілка за замовчуваннÑм Ñ– захищені гілкÐ
msgid "Default classification label"
msgstr "Мітка клаÑифікації за замовчуваннÑм"
-msgid "Default deletion adjourned period"
-msgstr "Термін відкладеного Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð·Ð° замовчуваннÑм"
+msgid "Default deletion delay"
+msgstr ""
msgid "Default description template for issues"
msgstr "Шаблон опиÑу задач за замовчуваннÑм"
@@ -7943,12 +8235,12 @@ msgstr "Видалити"
msgid "Delete Comment"
msgstr "Видалити коментар"
-msgid "Delete Package"
-msgstr "Видалити пакет"
-
msgid "Delete Snippet"
msgstr "Видалити Ñніпет"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr "Видалити артефакти"
@@ -8003,6 +8295,9 @@ msgstr "Видалити ÑпиÑок кориÑтувачів"
msgid "Delete variable"
msgstr "Видалити змінну"
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr "Помилка при видаленні репозиторію проекту. Будь лаÑка, Ñпробуйте знову, або зв'ÑжітьÑÑ Ñ–Ð· адмініÑтратором."
@@ -8024,15 +8319,24 @@ msgstr "Помилка при відновленні вікі репозитор
msgid "Deleted"
msgstr "Видалено"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "Видалено пÑевдонім Ð´Ð»Ñ Ñ‡Ð°Ñ‚Ñƒ: %{chat_name}!"
-msgid "Deleted in this version"
-msgstr "Видалено в цій верÑÑ–Ñ—"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ліцензію."
@@ -8042,6 +8346,9 @@ msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ліцензію. Ліцензію
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "Ðе вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ ліцензію. У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” дозволів виконувати цю дію."
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ. Цей проєкт буде видалено %{date}. Репозиторій та інші реÑурÑи проєкту доÑтупні лише Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ."
@@ -8070,6 +8377,13 @@ msgstr[1] "%d додаткові вразливоÑÑ‚Ñ– не відображаÑ
msgstr[2] "%d додаткових вразливоÑтей не відображаютьÑÑ"
msgstr[3] "%d додаткових вразливоÑтей не відображаютьÑÑ"
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] "виÑвлено %d вразливіÑÑ‚ÑŒ"
@@ -8080,6 +8394,9 @@ msgstr[3] "виÑвлено %d вразливоÑтей"
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr "ще %{remainingLicensesCount}"
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "Ð’ÑÑ–"
@@ -8092,6 +8409,9 @@ msgstr "Компонент"
msgid "Dependencies|Component name"
msgstr "Ім'Ñ ÐºÐ¾Ð¼Ð¿Ð¾Ð½ÐµÐ½Ñ‚Ð°"
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr "ЕкÑпортувати Ñк JSON"
@@ -8110,6 +8430,9 @@ msgstr "Пакувальник"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
msgstr "Ð—Ð°Ð²Ð´Ð°Ð½Ð½Ñ %{codeStartTag}dependency_scanning%{codeEndTag} закінчилоÑÑ Ð½ÐµÑƒÑпішно Ñ– неможе згенерувати ÑпиÑок. Будь лаÑка, переконайтеÑÑ, що Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ñ€ÑƒÑ”Ñ‚ÑŒÑÑ Ð½Ð°Ð»ÐµÐ¶Ð½Ð¸Ð¼ чином Ñ– перезапуÑÑ‚Ñ–Ñ‚ÑŒ конвеєр."
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr "Увімкнути/вимкнути ÑпиÑок вразливоÑтей"
@@ -8150,12 +8473,12 @@ msgstr[1] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злитÑ
msgstr[2] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злиттÑ"
msgstr[3] "Залежить від Ð·Ð»Ð¸Ñ‚Ñ‚Ñ %d запитів на злиттÑ"
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] "Залежить від %d <strong>закритого</strong> запиту на злиттÑ."
-msgstr[1] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
-msgstr[2] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
-msgstr[3] "Залежить від %d <strong>закритих</strong> запитів на злиттÑ."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
msgid "Deploy"
msgid_plural "Deploys"
@@ -8200,7 +8523,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8434,15 +8757,24 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
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|Are you sure you want to delete the selected designs?"
-msgstr "Ви впевнені, що хочете видалити вибрані дизайни?"
-
msgid "DesignManagement|Cancel changes"
msgstr ""
@@ -8473,15 +8805,6 @@ msgstr "Ðе вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ обговореннÑ. Будь ла
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr "Видалити"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð´Ð¸Ð·Ð°Ð¹Ð½Ñ–Ð²"
-
-msgid "DesignManagement|Delete selected"
-msgstr "Видалити вибрані"
-
msgid "DesignManagement|Deselect all"
msgstr "ЗнÑти Ð²Ð¸Ð´Ñ–Ð»ÐµÐ½Ð½Ñ Ð· уÑÑ–Ñ…"
@@ -8563,8 +8886,11 @@ msgstr "Деталі (за замовчуваннÑм)"
msgid "Detect host keys"
msgstr "ВиÑÐ²Ð»ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ñ–Ð² хоÑта"
-msgid "DevOps Score"
-msgstr "Оцінка DevOps"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
+msgstr ""
msgid "Diff content limits"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ€Ñ–Ð²Ð½ÑÐ½Ð½Ñ Ð·Ð¼Ñ–Ñту"
@@ -8572,6 +8898,9 @@ msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ€Ñ–Ð²Ð½ÑÐ½Ð½Ñ Ð·Ð¼Ñ–Ñту"
msgid "Diff limits"
msgstr "Diff обмеженнÑ"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr "Ð Ñ–Ð·Ð½Ð¸Ñ†Ñ Ð¼Ñ–Ð¶ датою початку та теперішньою"
@@ -8584,8 +8913,11 @@ msgstr "(базова)"
msgid "Diffs|No file name available"
msgstr "Ім'Ñ Ñ„Ð°Ð¹Ð»Ñƒ не доÑтупне"
-msgid "Diffs|Show unchanged lines"
-msgstr "Показувати незмінені Ñ€Ñдки"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "Проблема при отриманні Ñ€Ñдків відмінноÑтей."
@@ -8689,9 +9021,6 @@ msgstr "Обговорити конкретну пропозицію або пи
msgid "Discuss a specific suggestion or question."
msgstr "Обговорити конкретну пропозицію чи питаннÑ."
-msgid "Discussion"
-msgstr "ОбговореннÑ"
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8708,8 +9037,8 @@ msgstr[1] "Відхилити %d виділені вразливоÑÑ‚Ñ– Ñк"
msgstr[2] "Відхилити %d виділених вразливоÑтей Ñк"
msgstr[3] "Відхилити %d виділених вразливоÑтей Ñк"
-msgid "Dismiss DevOps Score introduction"
-msgstr "Відхилити вÑтуп до оцінки DevOps"
+msgid "Dismiss DevOps Report introduction"
+msgstr ""
msgid "Dismiss Merge Request promotion"
msgstr "Видалити Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ запит на злиттÑ"
@@ -8960,9 +9289,6 @@ msgstr "Редагувати дошку"
msgid "Edit comment"
msgstr "Редагувати коментар"
-msgid "Edit dashboard"
-msgstr "Редагувати панель"
-
msgid "Edit description"
msgstr "Редагувати опиÑ"
@@ -9251,9 +9577,6 @@ msgstr "Увімкнути двофакторну автентифікацію"
msgid "Enable usage ping"
msgstr "Увімкнути збір даних про викориÑтаннÑ"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "Увімкніть збір даних про викориÑтаннÑ, щоб отримати загальне уÑÐ²Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ те, Ñк ви викориÑтовуєте GitLab з точки зору функціоналу."
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "Увімкнути/вимкнути Service Desk. %{link_start}ДізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про Service Desk%{link_end}."
@@ -9422,6 +9745,9 @@ msgstr "Середовища дозволÑÑŽÑ‚ÑŒ відÑтежувати роÐ
msgid "Environments in %{name}"
msgstr "Середовища в %{name}"
+msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} "
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "Додати проект до панелі керуваннÑ"
@@ -9446,8 +9772,8 @@ msgstr "Видалити"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñередовищами міÑтить інформацію про Ñтан кожного із проектних Ñередовищ включно зі Ñтаном конвеєрів та попереджень."
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
-msgstr "Ð¦Ñ Ð¿Ð°Ð½ÐµÐ»ÑŒ ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶Ð°Ñ” до 7 проєктів Ñ– 3 Ñередовищ на проєкт. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
+msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
msgstr "Виникла помилка під Ñ‡Ð°Ñ ÑкаÑÑƒÐ²Ð°Ð½Ð½Ñ Ð°Ð²Ñ‚Ð¾Ð·ÑƒÐ¿Ð¸Ð½ÐºÐ¸, будь лаÑка, Ñпробуйте ще раз"
@@ -9561,7 +9887,7 @@ msgid "Environments|Open live environment"
msgstr "Відкрити працююче Ñередовище"
msgid "Environments|Pod name"
-msgstr ""
+msgstr "Ðазва pod'а"
msgid "Environments|Re-deploy"
msgstr "Повторно розгорнути"
@@ -9725,6 +10051,9 @@ 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 "Щоб запланувати %{epicDateType} дату вашого епіку на оÑнові етапів, призначте етап з %{epicDateType} датою Ð´Ð»Ñ Ð±ÑƒÐ´ÑŒ-Ñкої задачі в цьому епіку."
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -10052,7 +10381,7 @@ msgstr "Збір даних"
msgid "Exactly one of %{attributes} is required"
msgstr "Потрібен лише один з %{attributes}"
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -10073,6 +10402,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "Без комітів злиттÑ. Обмежено 6000 комітів."
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "ІÑнуючі учаÑники та групи"
@@ -10082,9 +10414,6 @@ 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 "ІÑнуючі проєкти зможуть викориÑтовувати політику Ð·Ð°ÐºÑ–Ð½Ñ‡ÐµÐ½Ð½Ñ Ñ‚ÐµÑ€Ð¼Ñ–Ð½Ñƒ дії. Ðе вмикайте цю функцію при викориÑтанні зовнішнього Container Registry, оÑкільки Ñ–Ñнує екÑплуатаційний ризик, Ñкщо в одному проєкті Ñ–Ñнує багато образів."
-msgid "Existing shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr "ІÑнуючі методи входу можуть бути видалені."
@@ -10097,9 +10426,6 @@ msgstr "Розгорнути вÑе"
msgid "Expand approvers"
msgstr "Розгорнути ÑпиÑок затверджуючих оÑіб"
-msgid "Expand down"
-msgstr "Розгорнути вниз"
-
msgid "Expand dropdown"
msgstr "Розгорнути випадаючий ÑпиÑок"
@@ -10109,9 +10435,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr "Розгорніть бічну панель"
-msgid "Expand up"
-msgstr "Розгорнути вгору"
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -10124,9 +10447,6 @@ msgstr "Термін дії"
msgid "Expiration date"
msgstr "Термін дії"
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr "Термін дії закінчивÑÑ"
@@ -10173,7 +10493,7 @@ msgid "Explore public groups"
msgstr "ПереглÑнути публічні групи"
msgid "Export"
-msgstr ""
+msgstr "ЕкÑпорт"
msgid "Export as CSV"
msgstr "ЕкÑпортувати Ñк CSV"
@@ -10560,12 +10880,18 @@ msgstr "Перемикачі функцій дозволÑÑŽÑ‚ÑŒ налаштоÐ
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr "Розпочати роботу з перемикачами функцій"
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr "Ідентифікатор"
@@ -10650,6 +10976,9 @@ msgstr "Помилка при отриманні перемикачів функ
msgid "FeatureFlags|There was an error retrieving user lists"
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 "Повторіть Ñпробу через деÑкий Ñ‡Ð°Ñ Ð°Ð±Ð¾ звернітьÑÑ Ð´Ð¾ вашої Ñлужби підтримки."
@@ -10659,9 +10988,6 @@ msgstr "Ідентифікатори кориÑтувачів"
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr "СпиÑок"
@@ -10701,6 +11027,9 @@ msgstr "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ ліцензії. У Ð²Ð°Ñ Ð½ÐµÐ¼Ð
msgid "File"
msgstr "Файл"
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10926,6 +11255,9 @@ msgstr "Колір шрифту"
msgid "Footer message"
msgstr "ÐŸÐ¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð² футері"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "Ð”Ð»Ñ Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ–Ñ… проектів будь-Ñкий зареєÑтрований кориÑтувач може переглÑдати конвеєри та отримати доÑтуп до інформації про роботу (логи та артефакти)"
@@ -11097,30 +11429,15 @@ msgstr "Вузол не працює або зламаний."
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "Вузол працює повільно, перевантажений або тільки що відновивÑÑ Ð¿Ñ–ÑÐ»Ñ Ð·Ð±Ð¾ÑŽ."
-msgid "GeoNodes|Attachments"
-msgstr "ВкладеннÑ"
-
-msgid "GeoNodes|Checksummed"
-msgstr "Із контрольною Ñумою"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr "Репозиторії контейнерів"
-
msgid "GeoNodes|Data replication lag"
msgstr "Затримка реплікації даних"
-msgid "GeoNodes|Design repositories"
-msgstr "Репозиторії дизайнів"
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "Ðе відповідає оÑновній конфігурації Ñховища"
-msgid "GeoNodes|Failed"
-msgstr "Ðевдало"
-
msgid "GeoNodes|Full"
msgstr "Повний"
@@ -11136,12 +11453,6 @@ msgstr "Стан працездатноÑÑ‚Ñ–"
msgid "GeoNodes|Internal URL"
msgstr "Внутрішній URL"
-msgid "GeoNodes|Job artifacts"
-msgstr "Ðртефакти завдань"
-
-msgid "GeoNodes|LFS objects"
-msgstr "LFS-об’єкти"
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "ОÑтанній ідентифікатор події, оброблений курÑором"
@@ -11169,12 +11480,6 @@ msgstr "Вузол уÑпішно видалено."
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr "Ð¡Ñ‚Ð°Ñ‚ÑƒÑ Ð²ÑƒÐ·Ð»Ð° оновлено %{timeAgo}."
-msgid "GeoNodes|Not checksummed"
-msgstr "Без контрольної Ñуми"
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr "ÐŸÑ€Ð¸Ð·ÑƒÐ¿Ð¸Ð½ÐµÐ½Ð½Ñ Ñ€ÐµÐ¿Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ— зупинÑÑ” Ð¿Ñ€Ð¾Ñ†ÐµÑ Ñинхронізації. Ви впевнені?"
@@ -11196,15 +11501,6 @@ msgstr "Слоти реплікації"
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr "Репозиторії"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "Стан обчиÑÐ»ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŒÐ½Ð¾Ñ— Ñуми репозиторію"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "Стан перевірки репозиторію"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11232,27 +11528,12 @@ msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñинхронізації"
msgid "GeoNodes|Unused slots"
msgstr "ÐевикориÑтані Ñлоти"
-msgid "GeoNodes|Unverified"
-msgstr "Ðепідтверджені"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr "ВикориÑтані Ñлоти"
-msgid "GeoNodes|Verified"
-msgstr "Підтверджені"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Стан обчиÑÐ»ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŒÐ½Ð¾Ñ— Ñуми вікі"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Стан перевірки вікі"
-
-msgid "GeoNodes|Wikis"
-msgstr "Вікі"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr "З %{geo} ви можете вÑтановити будь-де Ñпеціальній реплікований інÑÑ‚Ð°Ð½Ñ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ. Перед тим, Ñк додавати вузли, дотримайтеÑÑ %{instructions} в точному порÑдку."
@@ -11265,6 +11546,12 @@ msgstr "оÑновний вузол"
msgid "GeoNodes|secondary nodes"
msgstr "вторинні вузли"
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11328,6 +11615,12 @@ msgstr "Фільтр за ÑтатуÑом"
msgid "Geo|Geo Status"
msgstr "Geo ÑтатуÑ"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr "Ð’ процеÑÑ–"
@@ -11460,10 +11753,10 @@ msgstr "Перевірка невдала: %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "ÐžÑ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð»Ð°Ð½ÑƒÐ²Ð°Ð»ÑŒÐ½Ð¸ÐºÐ°"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11602,7 +11895,7 @@ msgid "GitLab will run a background job that will produce pseudonymized CSVs of
msgstr "GitLab запуÑтить фонове завданнÑ, Ñке буде оброблÑти пÑевдонімізовані CSV-файли бази даних GitLab, Ñкі будуть надіÑлані до вашого налаштованого Ñховища об'єктів."
msgid "GitLab.com"
-msgstr ""
+msgstr "GitLab.com"
msgid "GitLab.com import"
msgstr "Імпорт з GitLab.com"
@@ -11640,8 +11933,8 @@ msgstr "ЗаÑтаріло"
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "Лише HTTPS (потрібні дійÑні Ñертифікати)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
-msgstr "GitLab Pages вимкнено Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проєкту. Ви можете Ñ—Ñ… увімкнути перейшовши на Ñторінку проєкту %{strong_start}ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ > Загальні > ВидиміÑÑ‚ÑŒ%{strong_end}."
+msgid "GitLabPages|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|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "ПіÑÐ»Ñ Ð¿ÐµÑ€ÑˆÐ¾Ð³Ð¾ Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ñайт може бути недоÑтупним до 30 хвилин."
@@ -11757,7 +12050,10 @@ msgstr "Ðа повний екран"
msgid "Go to %{link_to_google_takeout}."
msgstr "Перейти до %{link_to_google_takeout}."
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -12039,6 +12335,9 @@ msgstr "Групові хвилини Ð´Ð»Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð² уÑпішно Ð
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "Група вимагає окремий обліковий запиÑ"
@@ -12315,7 +12614,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "Заборонити Ñпільний доÑтуп до проекту в рамках %{group} з іншими групами"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12528,6 +12827,9 @@ msgstr "Інформацію про працездатніÑÑ‚ÑŒ можна от
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "Токен доÑтупу"
@@ -12543,6 +12845,9 @@ msgstr "Ðездоровий"
msgid "Hello there"
msgstr "Привіт"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "Допомога"
@@ -12677,6 +12982,9 @@ msgstr "Ðа Ñкільки Ñегментів розподілити індек
msgid "How many users will be evaluating the trial?"
msgstr "Скільки кориÑтувачів будуть приймати учаÑÑ‚ÑŒ у випробувальному періоді?"
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "Проте ви вже Ñ” учаÑником цього %{member_source}. Увійдіть, викориÑтовуючи інший обліковий запиÑ, щоб прийнÑти запрошеннÑ."
@@ -12833,6 +13141,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr "Якщо ваш HTTP-репозиторій не Ñ” загальнодоÑтупним, додайте Ñвої облікові дані."
@@ -12986,6 +13300,9 @@ msgstr "Ð†Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ невдале"
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr "Запит ваших %{provider} репозиторіїв пройшов невдало"
@@ -13001,6 +13318,9 @@ msgstr "Репозиторій не може бути Ñтворено."
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr "Помилка Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚Ð¾Ð²Ð°Ð½Ð¸Ñ… проєктів із змінами в реальному чаÑÑ–"
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr "Покращити дошки задач"
@@ -13014,13 +13334,13 @@ msgid "Improve customer support with GitLab Service Desk."
msgstr ""
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "Покращити пошук за допомогою розширеного глобального пошук в верÑÑ–Ñ— GitLab Enterprise Edition."
+msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "Щоб увімкнути ÑтатиÑтику на рівні інÑтанÑа, звернітьÑÑ Ð´Ð¾ адмініÑтратора, щоб увімкнути %{usage_ping_link_start}дані про викориÑтаннÑ%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "Збір точних даних про викориÑÑ‚Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ індекÑу може зайнÑти від 1 до 2 тижнів."
@@ -13028,21 +13348,24 @@ msgstr "Збір точних даних про викориÑÑ‚Ð°Ð½Ð½Ñ Ð´Ð»Ñ
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr "Ð’ процеÑÑ–"
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "Ðа наÑтупному кроці ви зможете вибрати проекти, Ñкі хочете імпортувати."
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr "Ліміти, пов’Ñзані із УправліннÑм Інцидентами"
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -13055,6 +13378,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -13073,6 +13399,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -13148,6 +13477,9 @@ msgstr ""
msgid "Index all projects"
msgstr "ІндекÑувати вÑÑ– проекти"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "Вказує на те, чи може даний runner виконувати Ð·Ð°Ð²Ð´Ð°Ð½Ð½Ñ Ð±ÐµÐ· тегів"
@@ -13214,6 +13546,9 @@ msgstr "Ð’Ñтановіть програмний автентифікатор,
msgid "Install on clusters"
msgstr "Ð’Ñтановити на клаÑтери"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "Ð’Ñтановлено"
@@ -13230,8 +13565,8 @@ msgstr[3] "ІнÑтанÑів"
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
-msgstr "СтатиÑтика видимоÑÑ‚Ñ– інÑтанÑа"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr "Група Ð´Ð»Ñ Ð°Ð´Ð¼Ñ–Ð½Ñ–Ñтраторів інÑтанÑу вже Ñ–Ñнує"
@@ -13257,6 +13592,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13269,13 +13610,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13305,8 +13643,8 @@ msgstr "Шаблон інтервалу"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
-msgstr "ПредÑтавлÑємо вашу оцінку DevOps"
+msgid "Introducing Your DevOps Report"
+msgstr ""
msgid "Invalid Git ref"
msgstr "ÐедійÑне поÑÐ¸Ð»Ð°Ð½Ð½Ñ Git"
@@ -13317,9 +13655,15 @@ msgstr "Знайдено недійÑний файл конфігурації Ñ
msgid "Invalid Login or password"
msgstr "Ðеправильний логін або пароль"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "ÐедійÑна URL адреÑа"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13416,6 +13760,39 @@ msgstr "ЗапроÑити учаÑника"
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13455,6 +13832,9 @@ msgstr "Задача"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr "Задачу %{issue_reference} вже було додано до епіку %{epic_reference}."
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "Дошки Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡"
@@ -13554,9 +13934,6 @@ msgstr "РеєÑÑ‚Ñ€ задач YouTrack"
msgid "Issues"
msgstr "Задачі"
-msgid "Issues Analytics"
-msgstr "Ðналітика Задач"
-
msgid "Issues Rate Limits"
msgstr "ÐžÐ±Ð¼ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñтоти задач"
@@ -13687,7 +14064,7 @@ msgid "Jira project: %{importProject}"
msgstr "Проєкт Jira: %{importProject}"
msgid "Jira service not configured."
-msgstr ""
+msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ Jira не налаштовано."
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 ""
@@ -13696,16 +14073,19 @@ msgid "Jira-GitLab user mapping template"
msgstr ""
msgid "JiraService| on branch %{branch_link}"
+msgstr " у гілці %{branch_link}"
+
+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 ""
+msgstr "%{user_link} вказав цю задачу в %{entity_link} з %{project_link}%{branch}:{quote}%{entity_message}{quote}"
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 ""
+msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡ Jira при увімкненій функціональноÑÑ‚Ñ– задач Gitlab може заплутати. Подумайте про %{linkStart}Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡ GitLab%{linkEnd}, Ñкщо вони не викориÑтовуютьÑÑ."
msgid "JiraService|Enable Jira issues"
-msgstr ""
+msgstr "Увімкнути задачі Jira"
msgid "JiraService|Events for %{noteable_model_name} are disabled."
msgstr "Події Ð´Ð»Ñ %{noteable_model_name} вимкнені."
@@ -13714,13 +14094,13 @@ msgid "JiraService|If different from Web URL"
msgstr "Якщо відрізнÑєтьÑÑ Ð²Ñ–Ð´ Веб URL"
msgid "JiraService|Issue List"
-msgstr ""
+msgstr "СпиÑок задач"
msgid "JiraService|Jira API URL"
msgstr "URL-адреÑа Jira API"
msgid "JiraService|Jira Issues"
-msgstr ""
+msgstr "Задачі Jira"
msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
msgstr "Коментарі в Jira будуть ÑтворюватиÑÑ ÐºÐ¾Ð»Ð¸ в коміті буде поÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð½Ð° задачу."
@@ -13732,14 +14112,17 @@ msgid "JiraService|Jira issue tracker"
msgstr "РеєÑÑ‚Ñ€ задач Jira"
msgid "JiraService|Jira project key"
-msgstr ""
+msgstr "Ключ проєкту Jira"
msgid "JiraService|Open Jira"
-msgstr ""
+msgstr "Відкрити Jira"
msgid "JiraService|Password or API token"
msgstr "Пароль або API токен"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr "Ідентифікатори переходів (Transition ID(s))"
@@ -13755,20 +14138,23 @@ msgstr "ВикориÑтовуйте Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача Ð´Ð»Ñ ÑÐ
msgid "JiraService|Username or Email"
msgstr "Ð†Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача або адреÑа електронної пошти"
-msgid "JiraService|View Jira issues in GitLab"
+msgid "JiraService|Using Jira for issue tracking?"
msgstr ""
+msgid "JiraService|View Jira issues in GitLab"
+msgstr "ПереглÑнути задачі Jira в GitLab"
+
msgid "JiraService|Warning: All GitLab users that have access to this GitLab project will be able to view all issues from the Jira project specified below."
-msgstr ""
+msgstr "ПопередженнÑ: вÑÑ– кориÑтувачі GitLab з доÑтупом до цього проєкту GitLab зможуть переглÑдати вÑÑ– задачі з проєкту Jira, вказаному нижче."
msgid "JiraService|Web URL"
msgstr "Веб URL"
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 ""
+msgstr "Робота із задачами Jira, не залишаючи GitLab. Додає меню Jira Ð´Ð»Ñ Ð´Ð¾Ñтупу до ÑпиÑку ваших задач Jira та Ð´Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду кожної із задач без можливоÑÑ‚Ñ– редагуваннÑ."
msgid "JiraService|e.g. AB"
-msgstr ""
+msgstr "напр. AB"
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "ідентифікатори переходів (transition ids) можуть міÑтити лише цифри, розділені \",\" або \";\""
@@ -14043,8 +14429,8 @@ msgstr "Мітки можуть бути заÑтоÑовані до задач
msgid "Labels can be applied to issues and merge requests."
msgstr "Мітки можуть бути заÑтоÑовані до задач та запитів на злиттÑ."
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>ПеренеÑти мітку</span> %{labelTitle} <span>на рівень групи?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "ПеренеÑти мітку"
@@ -14273,9 +14659,9 @@ msgid "License History"
msgstr ""
msgid "License ID:"
-msgstr ""
+msgstr "ID ліцензії:"
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14386,11 +14772,11 @@ msgstr "Видалити ліцензію"
msgid "LicenseCompliance|Remove license?"
msgstr "Видалити ліцензію?"
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "Ðаразі в цьому проекті немає затверджених або внеÑених в чорний ÑпиÑок ліцензій."
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match 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 "Така Ð»Ñ–Ñ†ÐµÐ½Ð·Ñ–Ñ Ð²Ð¶Ðµ Ñ–Ñнує в цьому проекті."
@@ -14416,6 +14802,9 @@ msgstr "ФункціональніÑÑ‚ÑŒ, доÑтупна в ліцензії"
msgid "Licensed to"
msgstr "Ð›Ñ–Ñ†ÐµÐ½Ð·Ñ–Ñ Ð½Ð°Ð»ÐµÐ¶Ð¸Ñ‚ÑŒ"
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "Ліцензії"
@@ -14479,9 +14868,6 @@ msgstr "Придбати ліцензію"
msgid "License|License"
msgstr "ЛіцензіÑ"
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr "Ви можете відновити доÑтуп до фунціональноÑÑ‚Ñ– Gold в будь-Ñкий Ñ‡Ð°Ñ ÑˆÐ»Ñхом переходу на відповідний тарифний план."
@@ -14497,9 +14883,6 @@ msgstr "Ваша ліцензіÑ"
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr "Ваш безкоштовний пробний період GitLab Ultimate завершено %{trial_ends_on}."
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr "Обмежити Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ð¾Ð´Ð¸Ð½Ð¸Ñ†ÑŒ відÑÑ‚ÐµÐ¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñу до годин."
@@ -14555,9 +14938,12 @@ msgstr "СпиÑок ваших репозиторіїв Gitea"
msgid "List available repositories"
msgstr "СпиÑок доÑтупних репозиторіїв"
-msgid "List settings"
+msgid "List of all merge commits"
msgstr ""
+msgid "List settings"
+msgstr "СпиÑок налаштувань"
+
msgid "List the merge requests that must be merged before this one."
msgstr "Перерахуйте запити на об'єднаннÑ, Ñкі необхідно об'єднати перед цим."
@@ -14576,6 +14962,9 @@ msgstr "Попередній переглÑд"
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr "ЗавантаженнÑ"
@@ -14627,8 +15016,8 @@ msgstr "Ð‘Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ðµ знайдено"
msgid "Lock the discussion"
msgstr "Заблокувати обговореннÑ"
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "Заблокувати цю %{issuableDisplayName}? Лише <strong>учаÑники проекту</strong> зможуть коментувати."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "Закріпити за поточними проектами"
@@ -14678,6 +15067,12 @@ msgstr "MD5"
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 ""
@@ -14693,6 +15088,9 @@ msgstr "Затверджено"
msgid "MRApprovals|Approvers"
msgstr "Затверджуючі оÑоби"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "Показувати лише зміни"
@@ -14777,9 +15175,6 @@ msgstr "Імпортувати файл маніфеÑту"
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr "Ручне завданнÑ"
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "Ðе вдалоÑÑ Ð·Ð±ÐµÑ€ÐµÐ³Ñ‚Ð¸ порÑдок задач"
@@ -14891,9 +15286,6 @@ msgstr "Пропозиції:"
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr "Цей ÑÐµÑ€Ð²Ñ–Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÑÑ” кориÑтувачам виконувати загальні операції в цьому проекті шлÑхом вводу команд із коÑою риÑкою (/) в Mattermost."
-msgid "Maven Metadata"
-msgstr "Maven-метадані"
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -15029,6 +15421,15 @@ msgstr "КориÑтувачі"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -15038,9 +15439,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr "УчаÑники із доÑтупом до %{strong_start}%{group_name}%{strong_end}"
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr "УчаÑники, що очікують отримати доÑтуп до %{strong_start}%{group_name}%{strong_end}"
-
msgid "Memory Usage"
msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ð°Ð¼â€™ÑÑ‚Ñ–"
@@ -15068,15 +15466,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "Запити на злиттÑ"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ»Ð¾ Ñтворено"
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -15092,6 +15490,9 @@ msgstr "Злити негайно"
msgid "Merge in progress"
msgstr "Ð—Ð»Ð¸Ñ‚Ñ‚Ñ Ð² процеÑÑ–"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr "Параметри злиттÑ"
@@ -15155,6 +15556,27 @@ msgstr "конфлікти"
msgid "MergeConflict|origin//their changes"
msgstr "Зміни між origin та їхнім"
+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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15287,6 +15709,12 @@ 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 "Метрики"
@@ -15389,6 +15817,12 @@ msgstr ""
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "Перевірте документацію CI/CD щодо Ñ€Ð¾Ð·Ð³Ð¾Ñ€Ñ‚Ð°Ð½Ð½Ñ Ð² Ñередовищі"
+msgid "Metrics|Collapse panel"
+msgstr ""
+
+msgid "Metrics|Collapse panel (Esc)"
+msgstr ""
+
msgid "Metrics|Copy YAML"
msgstr ""
@@ -15398,9 +15832,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "Створити метрику"
@@ -15434,9 +15865,15 @@ 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] ""
@@ -15450,9 +15887,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr "Ð”Ð»Ñ Ð³Ñ€ÑƒÐ¿ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð´Ñ–Ð±Ð½Ð¸Ñ… метрик"
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15480,6 +15914,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "Має бути коректним запитом PromQL."
@@ -15504,6 +15941,9 @@ msgstr "Запит PromQL Ñ” дійÑним"
msgid "Metrics|Prometheus Query Documentation"
msgstr "Ð”Ð¾ÐºÑƒÐ¼ÐµÐ½Ñ‚Ð°Ñ†Ñ–Ñ Ð¿Ð¾ запитам Prometheus"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15582,6 +16022,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Ðазва оÑÑ– Y"
@@ -15634,12 +16077,18 @@ msgstr[1] "Етапи"
msgstr[2] "Етапів"
msgstr[3] "Етапів"
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "СпиÑки етапів не доÑтупні з вашою поточною ліцензією"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "У ÑпиÑках етапу відображаютьÑÑ Ð²ÑÑ– задачі Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ етапу."
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr "Закрито:"
@@ -15805,6 +16254,15 @@ msgstr "Ð’Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ ÑƒÑпішно вимкнено."
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr "Ð’Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð½Ñ Ð´Ð¾Ñтупне тільки Ñкщо Ñ†Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ð¾Ð½Ð°Ð»ÑŒÐ½Ñ–ÑÑ‚ÑŒ включена в план Ð´Ð»Ñ Ð²Ð¸Ð±Ñ€Ð°Ð½Ð¾Ð³Ð¾ кориÑтувача або групи."
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr "ВідÑÑƒÑ‚Ð½Ñ ÐºÑ–Ð½Ñ†ÐµÐ²Ð° точка Ð´Ð»Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñів комітів!"
@@ -15850,6 +16308,9 @@ msgstr "ВідÑлідковуйте Ñвої помилки за допомог
msgid "Monitoring"
msgstr "Моніторинг"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "МіÑÑці"
@@ -15992,16 +16453,16 @@ msgid "Name:"
msgstr "Ім’Ñ:"
msgid "Namespace"
-msgstr ""
+msgstr "ПроÑÑ‚Ñ–Ñ€ імен"
msgid "Namespace is empty"
msgstr "ПроÑÑ‚Ñ–Ñ€ імен порожній"
msgid "Namespace:"
-msgstr ""
+msgstr "ПроÑÑ‚Ñ–Ñ€ імен:"
msgid "Namespaces"
-msgstr ""
+msgstr "ПроÑтори імен"
msgid "Namespaces to index"
msgstr "ПроÑтори імен Ð´Ð»Ñ Ñ–Ð½Ð´ÐµÐºÑуваннÑ"
@@ -16039,12 +16500,45 @@ msgstr "Мережа"
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -16054,6 +16548,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -16066,6 +16563,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -16084,12 +16584,18 @@ msgstr "Ðазва"
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -16114,9 +16620,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -16129,9 +16641,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr "Ðіколи"
@@ -16197,7 +16754,7 @@ msgid "New Project"
msgstr "Ðовий Проєкт"
msgid "New Requirement"
-msgstr ""
+msgstr "Ðова вимога"
msgid "New Snippet"
msgstr "Ðовий Ñніпет"
@@ -16526,12 +17083,18 @@ msgstr "Ðемає репозиторію"
msgid "No required pipeline"
msgstr "Ðемає необхідного конвеєру"
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "Runner'ів не знайдено"
msgid "No schedules"
msgstr "Ðемає розкладів"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16619,18 +17182,12 @@ msgstr "Ще не готово. Спробуйте знову пізніше."
msgid "Not started"
msgstr "Ðе розпочато"
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr "Примітка"
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr "Зауважте, що це Ð·Ð°Ð¿Ñ€Ð¾ÑˆÐµÐ½Ð½Ñ Ð±ÑƒÐ»Ð¾ надіÑлано на %{mail_to_invite_email}, але ви увійшли Ñк %{link_to_current_user} з електронною поштою %{mail_to_current_user}."
@@ -16778,9 +17335,6 @@ msgstr "лиÑтопад"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr "Тепер ви можете отримати доÑтуп до навігаційних вкладок запиту на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ð³Ð¾Ñ€Ñ–, де Ñ—Ñ… легше знайти."
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16820,9 +17374,6 @@ msgstr ""
msgid "Number of files touched"
msgstr "КількіÑÑ‚ÑŒ змінених файлів"
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "OK"
@@ -16842,7 +17393,7 @@ msgid "OfSearchInADropdown|Filter"
msgstr "Фільтр"
msgid "Off"
-msgstr ""
+msgstr "Вимк."
msgid "Oh no!"
msgstr "О ні!"
@@ -16865,21 +17416,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16889,25 +17446,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16968,9 +17531,6 @@ msgstr "Тільки учаÑники проекту"
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr "Тільки Ðдміни"
-
msgid "Only admins can delete project"
msgstr "Тільки адмініÑтратори можуть видалÑти проект"
@@ -16989,6 +17549,9 @@ msgstr "Тільки учаÑники проекту можуть залишат
msgid "Only project members will be imported. Group members will be skipped."
msgstr "Лише учаÑника проекту будуть імпортовані. УчаÑники групи будуть пропущені."
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -17004,9 +17567,15 @@ msgstr "Відкриті"
msgid "Open Selection"
msgstr "Відкрити виділеннÑ"
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr "Випадаючий ÑпиÑок типу коментарів"
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "Відкрити помилки"
@@ -17127,18 +17696,12 @@ msgstr ""
msgid "Outbound requests"
msgstr "Вихідні запити"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -17158,7 +17721,7 @@ msgid "Owned by me"
msgstr "Ті, що належать мені"
msgid "Owned by:"
-msgstr ""
+msgstr "ВлаÑник:"
msgid "Owner"
msgstr "ВлаÑник"
@@ -17172,9 +17735,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr "Пакет уÑпішно видалено"
-msgid "Package information"
-msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ пакет"
-
msgid "Package recipe already exists"
msgstr ""
@@ -17259,6 +17819,12 @@ msgstr "Скопіювати команду npm"
msgid "PackageRegistry|Copy npm setup command"
msgstr "Скопіювати команду Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ npm"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr "Скопіювати команду yarn"
@@ -17274,6 +17840,9 @@ msgstr "Видалити пакет"
msgid "PackageRegistry|Filter by name"
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 "Щоб дізнатиÑÑ Ð±Ñ–Ð»ÑŒÑˆÐµ про реєÑÑ‚Ñ€ Conan, %{linkStart}переглÑньте документацію%{linkEnd}."
@@ -17292,9 +17861,6 @@ 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 "Якщо ви ще не зробили цього, вам потрібно буде додати розміщене нижче в Ñвій файл %{codeStart}pom.xml%{codeEnd}."
-msgid "PackageRegistry|Installation"
-msgstr "Ð’ÑтановленнÑ"
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17331,27 +17897,18 @@ msgstr "Команда NNGet"
msgid "PackageRegistry|Pip Command"
msgstr "Команда pip"
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÑ”Ñтру"
-
msgid "PackageRegistry|Remove package"
msgstr "Видалити пакет"
@@ -17362,16 +17919,16 @@ msgid "PackageRegistry|Source project located at %{link}"
msgstr ""
msgid "PackageRegistry|There are no %{packageType} packages yet"
-msgstr ""
+msgstr "Ðемає ще %{packageType} пакетів"
msgid "PackageRegistry|There are no other versions of this package."
-msgstr ""
+msgstr "Ðемає інших верÑій цього пакету."
msgid "PackageRegistry|There are no packages yet"
msgstr "Пакетів ще немає"
msgid "PackageRegistry|There are no upcoming issues to display."
-msgstr ""
+msgstr "Ðемає майбутніх задач Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
msgid "PackageRegistry|There was a problem fetching the details for this package."
msgstr "Виникла проблема при отриманні інформації про цей пакет."
@@ -17400,14 +17957,20 @@ 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 "npm"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr "опубліковано %{author}"
-msgid "PackageRegistry|yarn"
-msgstr "yarn"
+msgid "PackageRegistry|yarn command"
+msgstr ""
msgid "PackageType|Composer"
msgstr ""
@@ -17550,8 +18113,8 @@ msgstr "ÐŸÑ–Ð´Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¾Ð»ÑŽ"
msgid "Password successfully changed"
msgstr "Пароль змінено уÑпішно"
-msgid "Password was successfully updated. Please login with it"
-msgstr "Пароль уÑпішно оновлено. Будь лаÑка, увійдіть за допомогою нього"
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
msgstr ""
@@ -17845,7 +18408,7 @@ msgid "Pipelines|Something went wrong while cleaning runners cache."
msgstr "Помилка при очищенні кеша runner'ів."
msgid "Pipelines|There are currently no finished pipelines."
-msgstr ""
+msgstr "Ð’ даний Ñ‡Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” завершених конвеєрів."
msgid "Pipelines|There are currently no pipelines."
msgstr "Ð’ даний Ñ‡Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” конвеєрів."
@@ -18054,6 +18617,9 @@ msgstr "Будь лаÑка задайте URL групи без ÑпеціалÑ
msgid "Please complete your profile with email address"
msgstr "Будь лаÑка, доповніть Ñвій профіль адреÑою електронної пошти"
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -18207,15 +18773,15 @@ msgstr "Оберіть між фікÑованим (макÑ. 1280 пікÑ.) Ñ‚
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|Customize integrations with third party services."
msgstr ""
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "Ðалаштувати зовнішній виглÑд заголовку заÑтоÑунку та навігаційної бічної панелі."
-msgid "Preferences|Default dashboard"
-msgstr "Панель ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ Ñ‡Ð°Ñу у 24-годинному форматі"
@@ -18225,6 +18791,9 @@ msgstr "Увімкнути вбудований аналізатор коду у
msgid "Preferences|For example: 30 mins ago."
msgstr "Ðаприклад: 30 хвилин тому."
+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 ""
@@ -18516,15 +19085,9 @@ msgstr "Поточний Ñтан"
msgid "Profiles|Default notification email"
msgstr "ÐдреÑа електронної пошти Ð´Ð»Ñ Ñповіщень за замовчуваннÑм"
-msgid "Profiles|Delete Account"
-msgstr "Видалити обліковий запиÑ"
-
msgid "Profiles|Delete account"
msgstr "Видалити обліковий запиÑ"
-msgid "Profiles|Delete your account?"
-msgstr "Видалити ваш обліковий запиÑ?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¾Ð±Ð»Ñ–ÐºÐ¾Ð²Ð¾Ð³Ð¾ запиÑу неÑе наÑтупні наÑлідки:"
@@ -18915,6 +19478,9 @@ 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 "Проект %{name}"
@@ -18939,6 +19505,9 @@ msgstr "Ðіхто"
msgid "ProjectFileTree|Name"
msgstr "Ім'Ñ"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "Ðіколи"
@@ -19530,7 +20099,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr "Оператор"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19539,12 +20108,21 @@ msgstr "Вибрати запит"
msgid "PrometheusAlerts|Threshold"
msgstr "Поріг"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "було знайдено %{exporters} з %{metrics}"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">ÐÑ–Ñких <a href=\"%{docsUrl}\">загальних метрик</a> не знайдено</p>"
-
msgid "PrometheusService|Active"
msgstr "Ðктивний"
@@ -19602,6 +20180,9 @@ 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 "Жодної влаÑної метрики не було Ñтворено. Створюйте Ñ—Ñ… за допомогою наÑтупної кнопки"
@@ -19656,6 +20237,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr "Задачу перетворено на епік."
+msgid "Promotion is not supported."
+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 ""
@@ -19737,6 +20321,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr "Пропонувати кориÑтувачам завантажувати Ñвої ключі SSH"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -20067,9 +20654,6 @@ msgstr "Ð¡ÐµÑ€Ð²Ñ–Ñ Ð¾Ñтанніх пошуків недоÑтупний"
msgid "Recent searches"
msgstr "ОÑтанні пошукові запити"
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -20167,6 +20751,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20261,6 +20848,9 @@ 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 "Проблема при отриманні деталей релізу"
@@ -20303,6 +20893,9 @@ msgstr "Видалити уÑÑ–Ñ… або певного(них) виконацÑ
msgid "Remove all or specific label(s)"
msgstr "Видалити уÑÑ– або певні мітки(-ку)"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "Видалити затверджуючих оÑіб"
@@ -20372,9 +20965,6 @@ msgstr "Видалити оÑновний вузол"
msgid "Remove priority"
msgstr "Видалити пріоритет"
-msgid "Remove project"
-msgstr "Видалити проект"
-
msgid "Remove secondary node"
msgstr "Видалити вторинний вузол"
@@ -20408,9 +20998,6 @@ msgstr "Видалено етап %{milestone_reference}."
msgid "Removed %{type} with id %{id}"
msgstr "Видалено %{type} з іденнтифікатором %{id}"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr "Видалено вÑÑ– мітки."
@@ -20423,12 +21010,6 @@ msgstr "Видалену групу неможливо відновити!"
msgid "Removed parent epic %{epic_ref}."
msgstr "Видалено батьківÑький епік %{epic_ref}."
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "Видалені проекти неможливо відновити!"
-
msgid "Removed spent time."
msgstr "Видалено витрачений чаÑ."
@@ -20477,15 +21058,9 @@ msgstr "ВидалÑÑ” дату завершеннÑ."
msgid "Removes time estimate."
msgstr "ВидалÑÑ” запланований чаÑ."
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð»Ñ–Ñ†ÐµÐ½Ð·Ñ–Ñ—â€¦"
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "Ð’Ð¸Ð´Ð°Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ÐµÐºÑ‚Ñƒ вдалить його репозиторій та вÑÑ– Ñпоріднені реÑурÑи включно із задачами, запитами на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñ– Ñ‚. д."
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20656,7 +21231,7 @@ msgid "Reports|no changed test results"
msgstr "результати теÑтів не змінилиÑÑ"
msgid "Repositories"
-msgstr ""
+msgstr "Репозиторії"
msgid "Repository"
msgstr "Репозиторій"
@@ -20670,9 +21245,6 @@ msgstr "Граф репозиторію"
msgid "Repository Settings"
msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–ÑŽ"
-msgid "Repository URL"
-msgstr "URL репозиторіÑ"
-
msgid "Repository check"
msgstr ""
@@ -20864,9 +21436,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 "Закрити обговореннÑ"
@@ -21048,6 +21626,9 @@ msgstr "Відкотити"
msgid "Rook"
msgstr "Rook"
+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 ""
@@ -21060,6 +21641,9 @@ msgstr "ЗапуÑтити CI/CD конвеєри Ð´Ð»Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½Ñ–Ñ… ре
msgid "Run housekeeping"
msgstr "ЗапуÑтити очищеннÑ"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr "ПротеÑтувати ваш запущений код за допомогою Веб-терміналу"
@@ -21186,6 +21770,9 @@ msgstr "Зберегти"
msgid "Save Changes"
msgstr "Зберегти зміни"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "Ð’Ñе одно зберегти"
@@ -21216,6 +21803,9 @@ msgstr "Зберегти шаблон"
msgid "Save variables"
msgstr "Зберегти змінні"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr "ЗбереженнÑ"
@@ -21264,6 +21854,9 @@ msgstr "ОблаÑÑ‚ÑŒ дії"
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "Прокрутити донизу"
@@ -21306,6 +21899,9 @@ msgstr "Пошук у гілках"
msgid "Search branches and tags"
msgstr "Пошук гілок та тегів"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21523,6 +22119,9 @@ msgstr "КількіÑÑ‚ÑŒ міÑць у ліцензії"
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "Секрет"
@@ -21550,13 +22149,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21577,6 +22200,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21604,7 +22230,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21640,13 +22266,10 @@ msgstr "Відхилено \"%{vulnerabilityName}\". Щоб переглÑнут
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21661,19 +22284,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr "Сховати відхилені"
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr "Задача Ñтворена"
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21685,6 +22302,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr "Детальніше"
@@ -21703,15 +22323,15 @@ 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|Return to dashboard"
-msgstr ""
-
msgid "SecurityReports|Scan details"
msgstr ""
@@ -21781,7 +22401,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21790,6 +22410,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21820,9 +22443,6 @@ msgstr "ПереглÑнути уÑÑ– уражені проекти на панÐ
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "Вибрати"
@@ -21946,6 +22566,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr "Виберіть Ñегменти Ð´Ð»Ñ Ñ€ÐµÐ¿Ð»Ñ–ÐºÐ°Ñ†Ñ–Ñ—"
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "Виберіть гілку-джерело"
@@ -21976,6 +22599,9 @@ msgstr "Вибрати проміжок чаÑу"
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr "Вибрати кориÑтувача"
@@ -22165,6 +22791,12 @@ msgstr "Service Desk"
msgid "Service Desk is enabled but not yet active"
msgstr "Service Desk увімкнено але він ще не активний"
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "Шаблони ÑервіÑів"
@@ -22177,6 +22809,12 @@ msgstr "ТриваліÑÑ‚ÑŒ ÑеÑÑ–Ñ— (у хвилинах)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "Ð’Ñтановити %{epic_ref} Ñк батьківÑький епік."
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "Ð’Ñтановити шаблон за замовчуваннÑм Ð´Ð»Ñ Ð¾Ð¿Ð¸Ñу задач."
@@ -22497,12 +23135,6 @@ msgstr "Показано %{limit} з %{total_count} задач. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr "Показано %{pageSize} із %{total} задач"
-msgid "Showing Latest Version"
-msgstr "ПоказуєтьÑÑ Ð¾ÑÑ‚Ð°Ð½Ð½Ñ Ð²ÐµÑ€ÑÑ–Ñ"
-
-msgid "Showing Version #%{versionNumber}"
-msgstr "ПоказуєтьÑÑ Ð²ÐµÑ€ÑÑ–Ñ #%{versionNumber}"
-
msgid "Showing all issues"
msgstr "Ð’Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ ÑƒÑÑ–Ñ… задач"
@@ -22512,6 +23144,12 @@ msgstr ""
msgid "Showing last %{size} of log -"
msgstr "ПоказуютьÑÑ Ð¾Ñтанні %{size} журналу -"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr "Поруч"
@@ -22605,6 +23243,9 @@ msgstr "Вхід за допомогою облікового запиÑу %{lab
msgid "Similar issues"
msgstr "Подібні задачі"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr "Одиночні або комбіновані запити"
@@ -22647,7 +23288,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22698,12 +23339,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "Ðемає Ñніпетів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr "Файл"
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22761,6 +23411,9 @@ msgstr "Помилка при зміні конфіденційноÑÑ‚Ñ– ціє
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "ЩоÑÑŒ пішло не так, при Ñпробі зміни Ñтану Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ %{issuableDisplayName}"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "Помилка при перемиканні кнопки"
@@ -22890,12 +23543,12 @@ msgstr "Проблема, не вдалоÑÑ Ð´Ð¾Ð´Ð°Ñ‚Ð¸ %{project} до паÐ
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 remove project"
-msgstr "Проблема, не вдалоÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ проект"
-
msgid "Something went wrong, unable to search projects"
msgstr "Помилка, не вдалоÑÑ Ð·Ð´Ñ–Ð¹Ð½Ñтити пошук проектів"
@@ -23790,6 +24443,9 @@ msgstr "Перейти на GitLab Next"
msgid "Switch to the source to copy the file contents"
msgstr "Перейдіть до джерела, щоб Ñкопіювати вміÑÑ‚ файлу"
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "Ð†Ð½Ñ„Ð¾Ñ€Ð¼Ð°Ñ†Ñ–Ñ Ð¿Ñ€Ð¾ Ñинхронізацію"
@@ -23838,6 +24494,9 @@ msgstr "СпиÑок тегів:"
msgid "Tag name"
msgstr "Ðазва тегу"
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr "Додати тег до цього коміту."
@@ -23850,6 +24509,9 @@ msgstr "До цього коміту додано тег %{tag_name}."
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 "Канал тегів"
@@ -24035,6 +24697,12 @@ msgstr ""
msgid "Test"
msgstr "ТеÑÑ‚"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "Пошук результатів Ð¿Ð¾ÐºÑ€Ð¸Ñ‚Ñ‚Ñ Ñ‚ÐµÑтами"
@@ -24105,9 +24773,6 @@ msgstr "Ðемає теÑтів Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr "Помилка при отриманні звітів по теÑтам."
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -24144,9 +24809,6 @@ msgstr "Параметр \"Вимагати Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ CODE
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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} міÑтить наÑтупну помилку:"
@@ -24155,7 +24817,7 @@ msgstr[2] "%{type} міÑтить наÑтупні помилки:"
msgstr[3] "%{type} міÑтить наÑтупні помилки:"
msgid "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 "Розширений пошук в GitLab — це потужний інÑтрумент Ñкий заощаджує ваш чаÑ. ЗаміÑÑ‚ÑŒ Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ ÐºÐ¾Ð´Ñƒ Ñ– витрати чаÑу, ви можете шукати код інших команд, Ñкий може допомогти у вашому проекті."
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
msgstr ""
@@ -24181,6 +24843,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr "URL-адреÑа Ð´Ð»Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡ÐµÐ½Ð½Ñ Ð´Ð¾ Elasticsearch. ВикориÑтовуйте ÑпиÑок, розділений комами, Ð´Ð»Ñ Ð¿Ñ–Ð´Ñ‚Ñ€Ð¸Ð¼ÐºÐ¸ клаÑтеризації (наприклад: \"http://localhost:9200, http://localhost:9201\")."
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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."
@@ -24211,6 +24876,9 @@ msgstr "ÐšÐ¾Ð»ÐµÐºÑ†Ñ–Ñ Ð¿Ð¾Ð´Ñ–Ð¹ додана до даних, зібрани
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "Ð—â€™Ñ”Ð´Ð½Ð°Ð½Ð½Ñ Ð±ÑƒÐ´Ðµ припинено піÑÐ»Ñ %{timeout}. Ð”Ð»Ñ Ñ€ÐµÐ¿Ð¾Ð·Ð¸Ñ‚Ð¾Ñ€Ñ–Ñ—Ð², Ñким потрібно більше чаÑу, викориÑтовуйте комбінацію clone/push."
@@ -24265,6 +24933,12 @@ msgstr "Файл уÑпішно видалено."
msgid "The file name should have a .yml extension"
msgstr "Ð†Ð¼â€™Ñ Ñ„Ð°Ð¹Ð»Ñƒ повинно мати Ñ€Ð¾Ð·ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ .yml"
+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 items will NOT be exported:"
msgstr "ÐаÑтупні елементи ÐЕ будуть екÑпортовані:"
@@ -24368,13 +25042,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "КількіÑÑ‚ÑŒ змін, Ñка буде отримуватиÑÑ Ñ–Ð· Ñерверу GitLab при клонуванні репозиторію. Це може приÑкорити Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ ÐºÐ¾Ð½Ð²ÐµÑ”Ñ€Ñ–Ð². Залиште порожнім, або вÑтановіть 0 Ð´Ð»Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð½Ñ Ñ‡Ð°Ñткового (shallow) ÐºÐ»Ð¾Ð½ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° замовчуваннÑм, змуÑивши GitLab CI отримувати вÑÑ– гілки Ñ– теги кожного разу."
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24413,6 +25087,9 @@ 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 "Цей проект доÑтупний тільки Ð´Ð»Ñ Ð¹Ð¾Ð³Ð¾ учаÑників. ДоÑтуп може бути надано тільки безпоÑередньо кожному кориÑтувачу."
@@ -24530,6 +25207,9 @@ msgstr "ВразливіÑÑ‚ÑŒ більше не виÑвлÑєтьÑÑ. ПерÐ
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24552,7 +25232,7 @@ msgid "There are no archived requirements"
msgstr "Ðемає жодних архівних вимог"
msgid "There are no changes"
-msgstr ""
+msgstr "Зміни відÑутні"
msgid "There are no charts configured for this page"
msgstr "Ð”Ð»Ñ Ñ†Ñ–Ñ”Ñ— Ñторінки не налаштовано графіків"
@@ -24605,12 +25285,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr "Ðа диÑку вже Ñ–Ñнує репозиторій за таким ім’Ñм"
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24623,6 +25306,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24773,19 +25459,19 @@ msgstr "Помилка при підпиÑці на цю мітку."
msgid "There was an error when unsubscribing from this label."
msgstr "Помилка при відпиÑці від цієї мітки."
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24809,6 +25495,9 @@ msgstr "Сторонні пропозиції"
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "Ð¦Ñ %{issuableDisplayName} заблокована. Лише учаÑники проекту можуть коментувати."
+msgid "This %{issuableType} is confidential"
+msgstr ""
+
msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
msgstr ""
@@ -24839,7 +25528,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -25013,9 +25702,6 @@ msgstr ""
msgid "This is your current session"
msgstr "Це ваш поточний ÑеанÑ"
-msgid "This issue is confidential"
-msgstr "Ð¦Ñ Ð·Ð°Ð´Ð°Ñ‡Ð° Ñ” конфіденційною"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -25178,15 +25864,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr "Ð”Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту немає домашньої Ñторінки вікі"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "Ð”Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ проекту вимкнено білінг. Щоб Ñтворити клаÑтер, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">увімкніть білінг <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> Ñ– Ñпробуйте знову."
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -25247,6 +25933,9 @@ msgstr "Цей кориÑтувач буде автором вÑÑ–Ñ… подій
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25624,9 +26313,6 @@ msgstr "Ð”Ð»Ñ Ð¿Ñ€Ð¸Ñ”Ð´Ð½Ð°Ð½Ð½Ñ SVN-репозиторію, переглÑн
msgid "To define internal users, first enable new users set to external"
msgstr "Ð”Ð»Ñ Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð½ÑƒÑ‚Ñ€Ñ–ÑˆÐ½Ñ–Ñ… кориÑтувачів, Ñпочатку вÑтановіть Ð´Ð»Ñ Ð½Ð¾Ð²Ð¸Ñ… кориÑтувачів \"зовнішній по замовчанню\""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "Щоб увімкнути це Ñ– побачити Когорти КориÑтувачів, перейдіть в %{application_settings_link_start}Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÑтоÑунку%{application_settings_link_end}."
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25711,9 +26397,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ³Ð»Ñду плану-графіку, додайте дату початку чи Ð·Ð°ÐºÑ–Ð½Ñ‡ÐµÐ½Ð½Ñ Ð´Ð¾ одного з ваших епіків в цій групі або Ñ—Ñ— підгрупах. При поміÑÑчному переглÑді показуютьÑÑ Ñ‚Ñ–Ð»ÑŒÐºÐ¸ епіки за попередній, поточний, та наÑтупні 5 міÑÑців."
@@ -25735,9 +26427,6 @@ msgstr "ÐÐ°Ð³Ð°Ð´ÑƒÐ²Ð°Ð½Ð½Ñ ÑƒÑпішно позначене Ñк викон
msgid "Today"
msgstr "Сьогодні"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr "Увімкнути чи вимкнути попередній переглÑд Markdown"
@@ -25798,6 +26487,9 @@ msgstr "Увімкнено/вимкнено :%{name}: Ñмайлик-винагÐ
msgid "Toggles :%{name}: emoji award."
msgstr "Вмикає/вимикає %{name} Ñмайлик-нагороду."
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "Завтра"
@@ -25942,6 +26634,9 @@ msgstr "Тригер"
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr "ЗапуÑкати конвеєри Ð´Ð»Ñ Ð²Ñ–Ð´Ð´Ð·ÐµÑ€ÐºÐ°Ð»ÐµÐ½Ð¸Ñ… змін"
@@ -26011,9 +26706,18 @@ msgstr "Вимкнути"
msgid "Turn On"
msgstr "Увімкнути"
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "Ввімкнути Service Desk"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -26029,12 +26733,24 @@ msgstr "Двофакторна автентифікаціÑ"
msgid "Two-factor Authentication Recovery codes"
msgstr "Коди Ð²Ñ–Ð´Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð´Ð²Ð¾Ñ„Ð°ÐºÑ‚Ð¾Ñ€Ð½Ð° автентифікації"
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr "Двофакторну автентифікацію було вимкнено Ð´Ð»Ñ Ñ†ÑŒÐ¾Ð³Ð¾ кориÑтувача"
-
msgid "Two-factor authentication"
msgstr "Двофакторна автентифікаціÑ"
+msgid "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 "Type"
msgstr "Тип"
@@ -26215,8 +26931,8 @@ msgstr "Розблокувати"
msgid "Unlock the discussion"
msgstr "Розблокувати обговореннÑ"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "Розблокувати %{issuableDisplayName}? <strong>Будь-хто</strong> зможе залишати коментарі."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "Розблоковано"
@@ -26305,6 +27021,9 @@ msgstr ""
msgid "Until"
msgstr "До"
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "Ðепідтверджено"
@@ -26386,9 +27105,6 @@ msgstr "Оновлено"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "Оновлено %{updated_at} %{updated_by}"
-msgid "Updated at"
-msgstr "Оновлено"
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26405,7 +27121,7 @@ msgid "Upgrade your plan"
msgstr ""
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "Перейдіть на вищий тарифний план щоб активувати Покращений Глобальний Пошук."
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr "Оновіть Ñвій план Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð°Ñ†Ñ–Ñ— подій аудиту."
@@ -26479,8 +27195,8 @@ msgstr "Лайки"
msgid "Usage"
msgstr "ВикориÑтано"
-msgid "Usage ping is not enabled"
-msgstr "Збір даних про викориÑÑ‚Ð°Ð½Ð½Ñ Ð²Ð¸Ð¼ÐºÐ½ÐµÐ½Ð¾"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "СтатиÑтика викориÑтаннÑ"
@@ -26569,9 +27285,6 @@ 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 "ВикориÑтовуйте %{code_start}::%{code_end} Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ %{link_start}набору Ñелективних міток%{link_end} (напр. %{code_start}priority::1%{code_end})"
-msgid "Use %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "ВикориÑтовуйте Service Desk Ð´Ð»Ñ Ð·Ð²â€™Ñзку з вашими кориÑтувачами (наприклад, щоб запропонувати клієнтÑьку підтримку) через електронну пошту безпоÑередньо із GitLab"
@@ -26623,9 +27336,6 @@ msgstr "КориÑтувач %{current_user_username} розпочав імітÑ
msgid "User %{username} was successfully removed."
msgstr "КориÑтувача %{username} уÑпішно видалено."
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "Когорти КориÑтувачів показуютьÑÑ Ð»Ð¸ÑˆÐµ тоді, коли увімкнено %{usage_ping_link_start}збір даних про викориÑтаннÑ%{usage_ping_link_end}."
-
msgid "User IDs"
msgstr ""
@@ -26726,7 +27436,7 @@ msgid "UserLists|Save"
msgstr ""
msgid "UserLists|There are no users"
-msgstr ""
+msgstr "Ðемає кориÑтувачів"
msgid "UserLists|User ID"
msgstr ""
@@ -26869,9 +27579,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr "КориÑтувачі, Ñкі запитують доÑтуп до"
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr "КориÑтувачі із роллю ГіÑÑ‚ÑŒ або Ñ‚Ñ–, що не належать до жодного проекту або групи не враховуютьÑÑ Ð¿Ñ€Ð¸ підрахунку міÑць."
@@ -26905,6 +27621,9 @@ msgstr ""
msgid "Validate"
msgstr "Перевірити"
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr "Перевірити ваш файл конфігурації Gitlab CI"
@@ -26941,6 +27660,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr "Змінна"
@@ -26983,6 +27705,12 @@ msgstr "Перевірити конфігурацію"
msgid "Version"
msgstr "ВерÑÑ–Ñ"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr "ПереглÑнути документацію"
@@ -27189,6 +27917,9 @@ msgstr "ВразливоÑÑ‚Ñ–"
msgid "Vulnerabilities over time"
msgstr "ВразливоÑÑ‚Ñ– в чаÑÑ–"
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr "ВразливіÑÑ‚ÑŒ виправлено. ПереглÑньте перед вирішеннÑм."
@@ -27252,9 +27983,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr "ЩоÑÑŒ пішло не так, не вдалоÑÑ Ñтворити задачу."
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr "ЩоÑÑŒ пішло не так, не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ кориÑтувача."
@@ -27396,7 +28124,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr "Ми надіÑлали вам Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ð¾ електронній пошті з інÑтрукціÑми по відновленню паролю"
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27441,6 +28169,90 @@ msgstr "Веб-хук дозволÑÑ” вам викликати URL Ñкщо, Ð
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "Середа"
@@ -27462,21 +28274,21 @@ msgstr "З поверненнÑм! Ваш обліковий Ð·Ð°Ð¿Ð¸Ñ Ð±ÑƒÐ»Ð¾
msgid "Welcome to GitLab"
msgstr "ЛаÑкаво проÑимо до GitLab"
-msgid "Welcome to GitLab %{name}!"
-msgstr "ЛаÑкаво проÑимо до GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
+msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr "ЛаÑкаво проÑимо до GitLab, %{first_name}!"
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr "ЛаÑкаво проÑимо до дошки Ð¾Ð±Ð³Ð¾Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð·Ð°Ð´Ð°Ñ‡!"
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27486,6 +28298,9 @@ msgstr "Що ви шукаєте?"
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27587,7 +28402,7 @@ msgid "WikiEmpty|A wiki is where you can store all the details about your projec
msgstr "Вікі дозволÑÑ” зберігати інформацію про ваш проект. Ðаприклад причину ÑтвореннÑ, принципи, Ñк його викориÑтовувати Ñ– Ñ‚. д."
msgid "WikiEmpty|Confluence is enabled"
-msgstr ""
+msgstr "Confluence увімкнено"
msgid "WikiEmpty|Create your first page"
msgstr "Створіть вашу першу Ñторінку"
@@ -27596,7 +28411,7 @@ msgid "WikiEmpty|Enable the Confluence Wiki integration"
msgstr ""
msgid "WikiEmpty|Go to Confluence"
-msgstr ""
+msgstr "Перейти до Confluence"
msgid "WikiEmpty|Suggest wiki improvement"
msgstr "Запропонувати Ð¿Ð¾ÐºÑ€Ð°Ñ‰ÐµÐ½Ð½Ñ Ð²Ñ–ÐºÑ–"
@@ -27608,13 +28423,13 @@ msgid "WikiEmpty|The wiki lets you write documentation for your project"
msgstr "Вікі дозволÑÑŽÑ‚ÑŒ пиÑати документацію Ð´Ð»Ñ Ð²Ð°ÑˆÐ¾Ð³Ð¾ проекту"
msgid "WikiEmpty|This group has no wiki pages"
-msgstr ""
+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 ""
+msgstr "Ви повинні бути учаÑником групи Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб додавати вікі-Ñторінки."
msgid "WikiEmpty|You must be a project member in order to add wiki pages."
msgstr "Ви повинні бути учаÑником проекту Ð´Ð»Ñ Ñ‚Ð¾Ð³Ð¾, щоб додавати вікі Ñторінки."
@@ -27671,7 +28486,7 @@ msgid "WikiPage|Write your content or drag files here…"
msgstr "Ðапишіть текÑÑ‚ або перетÑгніть файли Ñюди…"
msgid "Wikis"
-msgstr ""
+msgstr "Вікі"
msgid "Wiki|Create New Page"
msgstr "Створити нову Ñторінку"
@@ -27704,7 +28519,7 @@ msgid "Wiki|Title"
msgstr "Заголовок"
msgid "Wiki|View All Pages"
-msgstr ""
+msgstr "ПереглÑнути вÑÑ– Ñторінки"
msgid "Wiki|Wiki Pages"
msgstr "Вікі-Ñторінки"
@@ -27805,11 +28620,11 @@ msgstr "Ви намагаєтеÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ файл, Ñкий було Ð
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "Ви підключені до Ñервера Prometheus, але в даний Ñ‡Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” даних Ð´Ð»Ñ Ð²Ñ–Ð´Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð½Ñ."
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Ви збираєтеÑÑ Ð²Ð¸Ð´Ð°Ð»Ð¸Ñ‚Ð¸ %{group_name}, це також видалить уÑÑ– Ñ—Ñ— підгрупи та проекти. Видалені групи ÐЕ МОЖУТЬ бути відновлені! Ви ÐБСОЛЮТÐО впевнені?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "Ви хочете видалити %{project_full_name}. Видалений проект ÐЕ МОЖЕ бути відновлений! Ви ÐБСОЛЮТÐО впевнені?"
+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 ""
@@ -27817,6 +28632,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "Ви збираєтеÑÑ Ð¿ÐµÑ€ÐµÐ´Ð°Ñ‚Ð¸ проект %{project_full_name} іншому влаÑнику. Ви ÐБСОЛЮТÐО впевнені?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27826,6 +28647,9 @@ msgstr "Вам не дозволÑєтьÑÑ Ð²Ñ–Ð´Ð²â€™Ñзувати Ñвій
msgid "You are not authorized to perform this action"
msgstr "У Ð²Ð°Ñ Ð½ÐµÐ¼Ð°Ñ” повноважень на Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¾Ñ— дії"
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "Зараз ви імітуєте %{username}"
@@ -27862,9 +28686,6 @@ msgstr "Ви також можете протеÑтувати ваш %{gitlab_ci
msgid "You can also upload existing files from your computer using the instructions below."
msgstr "Також ви можете завантажувати файли з вашого комп'ютера за допомогою нижченаведених інÑтрукцій."
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr "Ви завжди можете відредагувати це пізніше"
@@ -27898,14 +28719,14 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "Ви можете запроÑити нового учаÑника до <strong>%{project_name}</strong> або запроÑити іншу групу."
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "Ви можете запроÑити нового учаÑника до <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
-msgstr "Ви можете запроÑити нову групу до <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
+msgstr ""
msgid "You can move around the graph by using the arrow keys."
msgstr "Ви можете переÑуватиÑÑ Ð¿Ð¾ графу за допомогою клавіш зі Ñтрілками."
@@ -27988,10 +28809,10 @@ msgstr "Ви не можете запиÑувати на цей \"тільки Ð
msgid "You could not create a new trigger."
msgstr "Ви не змогли Ñтворити новий тригер."
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -28204,6 +29025,9 @@ msgstr "Ви не зможете відправлÑти та отримуватÐ
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "Ви не зможете відправлÑти та отримувати код проекту через SSH, поки не додаÑте в Ñвій профіль SSH ключ"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr "Ви автоматично вийдете з поточного облікового запиÑу."
@@ -28244,7 +29068,7 @@ msgid "You're receiving this email because of your activity on %{host}."
msgstr "Ви отримали цей електронний лиÑÑ‚ через Ñвою активніÑÑ‚ÑŒ на %{host}."
msgid "You're receiving this email because you have been assigned an item on %{host}."
-msgstr ""
+msgstr "Ви отримали цей лиÑÑ‚, тому що Ð²Ð°Ñ Ð¿Ñ€Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¾ елемент на %{host}."
msgid "You're receiving this email because you have been mentioned on %{host}."
msgstr "Ви отримали цей електронний лиÑÑ‚ через те, що Ð²Ð°Ñ Ð·Ð³Ð°Ð´Ð°Ð»Ð¸ на %{host}."
@@ -28279,8 +29103,8 @@ msgstr "Ваша адреÑа електронної пошти Ð´Ð»Ñ ÐºÐ¾Ð¼Ñ–Ñ
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "Ваша адреÑа електронної пошти за замовчуваннÑм Ð´Ð»Ñ Ñповіщень буде викориÑтовуватиÑÑ Ð´Ð»Ñ Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½ÑŒ відноÑно облікового запиÑу, Ñкщо %{openingTag}Ñпецифічна Ð´Ð»Ñ Ð³Ñ€ÑƒÐ¿Ð¸ адреÑа%{closingTag} не налаштована."
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr "Ваша оцінка DevOps показує Ñк ви викориÑтовуєте функціональніÑÑ‚ÑŒ GitLab. ПоглÑньте Ñк ви ÑпіввідноÑитеÑÑ Ñ–Ð· іншими організаціÑми, відкрийте функції, Ñкі ви не викориÑтовуєте Ñ– дізнайтеÑÑ Ð¿Ñ€Ð¾ рекомендовані практики в блогах та інших публікаціÑÑ…."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
msgid "Your GPG keys (%{count})"
msgstr "Ваші ключі GPG (%{count})"
@@ -28396,6 +29220,9 @@ 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 ""
@@ -28526,6 +29353,9 @@ msgstr "вже доÑтупний в цій групі"
msgid "among other things"
msgstr "тощо"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28830,12 +29660,6 @@ msgstr "коміт %{commit_id}"
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "Ви вимикаєте конфіденційніÑÑ‚ÑŒ. Це означає, що <strong>будь-хто</strong> зможе бачити Ñ– залишати коментарі Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— задачі."
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "Ви вмикаєте конфіденційніÑÑ‚ÑŒ. Це означає що лише учаÑники команди <strong>Ñ€Ñ–Ð²Ð½Ñ Ñ€ÐµÐ¿Ð¾Ñ€Ñ‚ÐµÑ€ або вище</strong> матимуть змогу бачити та залишати коментарі Ð´Ð»Ñ Ñ†Ñ–Ñ”Ñ— задачі."
-
msgid "connecting"
msgstr "з'єднаннÑ"
@@ -28998,6 +29822,13 @@ msgstr "зробити форк цього проєкту"
msgid "from"
msgstr "від"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+msgstr[2] ""
+msgstr[3] ""
+
msgid "group"
msgstr "група"
@@ -29017,7 +29848,7 @@ msgid "help"
msgstr "допомога"
msgid "http:"
-msgstr ""
+msgstr "http:"
msgid "https://your-bitbucket-server"
msgstr "https://your-bitbucket-server"
@@ -29043,9 +29874,6 @@ msgstr "в групі %{link_to_group}"
msgid "in project %{link_to_project}"
msgstr "в проекті %{link_to_project}"
-msgid "index"
-msgstr "індекÑ"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "завершений інÑтанÑ"
@@ -29089,6 +29917,9 @@ msgstr "не відповідний Ñертифікат X509."
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr "не дозволено. Спробуйте ще раз з іншою адреÑою електронної пошти або зв'ÑжітьÑÑ Ð· адмініÑтратором GitLab."
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "не Ñ” адреÑою електронної пошти, Ñкою ви володієте"
@@ -29168,7 +29999,7 @@ msgid "loading"
msgstr "завантаженнÑ"
msgid "locked"
-msgstr ""
+msgstr "заблоковано"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "заблоковано %{path_lock_user_name} %{created_at}"
@@ -29240,9 +30071,15 @@ msgstr "ВикориÑÑ‚Ð°Ð½Ð½Ñ %{metricsLinkStart} пам’ÑÑ‚Ñ– %{metricsLi
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr "Додано до ланцюжка змін"
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "ДозволÑÑ” коміти від учаÑників, Ñкі можуть зливати до цільової гілки"
@@ -29255,6 +30092,9 @@ msgstr "Помилка при отриманні даних про затверÐ
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "Помилка при обробці вашого затвердженнÑ."
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "Пароль Ð´Ð»Ñ Ð·Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ñ” недійÑним."
@@ -29327,9 +30167,6 @@ msgstr "Якщо гілка %{branch} Ñ–Ñнує у вашому локальнÐ
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "Якщо гілка %{missingBranchName} Ñ–Ñнує у вашому локальному репозиторії, то ви можете заÑтоÑувати цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð²Ñ€ÑƒÑ‡Ð½Ñƒ за допомогою командного Ñ€Ñдка"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr "В ланцюжку змін на позиції %{mergeTrainPosition}"
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29363,12 +30200,6 @@ msgstr "Злито"
msgid "mrWidget|More information"
msgstr "Детальніше"
-msgid "mrWidget|No approval required"
-msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ потрібне"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "Ð—Ð°Ñ‚Ð²ÐµÑ€Ð´Ð¶ÐµÐ½Ð½Ñ Ð½Ðµ Ñ” обов’Ñзковим; але ви вÑе одно можете це зробити"
-
msgid "mrWidget|Open in Web IDE"
msgstr "Відкрити у Web IDE"
@@ -29450,6 +30281,12 @@ msgstr "Гілку-джерело не буде видалено"
msgid "mrWidget|There are merge conflicts"
msgstr "Ñ–Ñнують конфлікти при злитті"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr "Ð¦Ñ Ñ„ÑƒÐ½ÐºÑ†Ñ–Ñ Ð·Ð»Ð¸Ð²Ð°Ñ” зміни з цільової гілки до гілки-джерела. Її не можна викориÑтовувати, оÑкільки гілка-джерело Ñ” захищеною."
@@ -29459,12 +30296,6 @@ msgstr "ВідбулаÑÑ Ð¿Ð¾Ð¼Ð¸Ð»ÐºÐ° при автоматичному зл
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "Запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð² процеÑÑ– виконаннÑ"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "Цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ð±ÑƒÐ´Ðµ додано до ланцюжка змін піÑÐ»Ñ Ñ‚Ð¾Ð³Ð¾, Ñк конвеєр %{linkStart}#%{pipelineId}%{linkEnd} уÑпішно завершитьÑÑ."
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "Цей запит на Ð·Ð»Ð¸Ñ‚Ñ‚Ñ Ñтворить ланцюжок змін піÑÐ»Ñ Ñ‚Ð¾Ð³Ð¾, Ñк конвеєр %{linkStart}#%{pipelineId}%{linkEnd} уÑпішно завершитьÑÑ."
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "Цей проект заархівований, доÑтуп до запиÑу було відключено"
@@ -29606,7 +30437,7 @@ msgid "password"
msgstr "пароль"
msgid "paused"
-msgstr ""
+msgstr "призупинено"
msgid "pending comment"
msgstr "коментар в очікуванні"
@@ -29682,6 +30513,9 @@ msgstr ""
msgid "quick actions"
msgstr "швидкі дії"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "зареєÑтруватиÑÑ"
@@ -29717,7 +30551,7 @@ msgstr[2] "відповідей"
msgstr[3] "відповідей"
msgid "repository:"
-msgstr ""
+msgstr "репозиторій:"
msgid "reset it."
msgstr "Ñкинути його."
@@ -29728,9 +30562,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr "результат"
-
msgid "security Reports|There was an error creating the merge request"
msgstr "помилка при Ñтворенні запиту на злиттÑ"
@@ -29795,7 +30626,7 @@ msgid "spendCommand|%{slash_command} will update the sum of the time spent."
msgstr "%{slash_command} оновлює Ñуму витраченого чаÑу."
msgid "ssh:"
-msgstr ""
+msgstr "ssh:"
msgid "started"
msgstr "розпочато"
@@ -29848,6 +30679,9 @@ msgstr ""
msgid "this document"
msgstr "цей документ"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "щоб допомогти вашим контриб’юторам ефективно ÑпілкуватиÑÑ!"
@@ -29866,6 +30700,9 @@ msgstr "розкрити чи закрити випадаючий ÑпиÑок"
msgid "triggered"
msgstr "запущено"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "домени в unicode повинні викориÑтовувати ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ IDNA"
@@ -29918,7 +30755,7 @@ msgid "view the source"
msgstr ""
msgid "vulnerability|Add a comment"
-msgstr ""
+msgstr "Додати коментар"
msgid "vulnerability|Add a comment or reason for dismissal"
msgstr "Додати коментар або причину Ð´Ð»Ñ Ð²Ñ–Ð´Ñ…Ð¸Ð»ÐµÐ½Ð½Ñ"
@@ -29929,6 +30766,9 @@ msgstr "Додати коментар"
msgid "vulnerability|Add comment & dismiss"
msgstr "Додати коментар та відхилити"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "Відхилити вразливіÑÑ‚ÑŒ"
diff --git a/locale/ur_PK/gitlab.po b/locale/ur_PK/gitlab.po
index 7619f2aabc7..4d2d49c9829 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: 2020-08-06 13:37\n"
+"PO-Revision-Date: 2020-09-04 23:01\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/uz_UZ/gitlab.po b/locale/uz_UZ/gitlab.po
index a97b2be357b..e654b51474b 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: 2020-08-06 13:41\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -56,13 +56,13 @@ msgstr[1] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -71,6 +71,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -297,6 +300,9 @@ msgstr[1] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -333,6 +339,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -389,6 +398,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -416,7 +428,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -503,9 +515,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -524,6 +533,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -533,6 +545,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -645,6 +669,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -670,6 +697,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -685,6 +715,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -758,6 +791,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -791,6 +827,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -800,7 +839,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -844,6 +898,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -1042,15 +1099,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1114,7 +1162,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1132,6 +1180,9 @@ 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 ""
@@ -1234,6 +1285,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1345,6 +1399,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1377,12 +1434,6 @@ msgstr[1] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1497,6 +1548,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1509,6 +1563,9 @@ 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 ""
@@ -1521,6 +1578,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1800,6 +1860,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1815,6 +1878,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -2042,6 +2108,9 @@ msgstr[1] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -2072,7 +2141,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2129,9 +2198,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2144,6 +2210,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2186,16 +2255,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2225,7 +2291,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2324,6 +2390,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2471,6 +2540,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2537,6 +2609,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2609,9 +2684,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2753,13 +2837,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving LDAP override status. Please try again."
+msgstr ""
+
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2786,12 +2873,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2870,6 +2963,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -3085,6 +3181,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3097,6 +3196,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3112,9 +3214,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3223,7 +3322,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3235,9 +3334,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3250,6 +3346,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3509,7 +3608,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3587,6 +3686,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3713,7 +3815,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3827,6 +3929,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3896,13 +4001,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4097,6 +4205,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4271,6 +4382,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4304,10 +4418,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4328,7 +4442,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4514,9 +4628,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4742,7 +4853,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4910,9 +5021,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -5018,6 +5135,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -5051,19 +5171,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5111,13 +5237,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5135,6 +5264,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5174,15 +5306,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5207,6 +5336,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5390,9 +5522,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5588,7 +5717,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5807,12 +5936,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5852,15 +5984,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5885,6 +6029,9 @@ 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 ""
@@ -5900,9 +6047,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5933,7 +6077,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6110,6 +6254,12 @@ 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 ""
@@ -6310,7 +6460,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6763,9 +6913,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6850,6 +6997,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6862,6 +7012,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6886,15 +7039,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6925,6 +7084,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6940,6 +7102,11 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+msgstr[1] ""
+
msgid "Create"
msgstr ""
@@ -7030,6 +7197,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -7066,6 +7236,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -7090,6 +7263,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7261,6 +7437,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7357,6 +7536,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7521,6 +7709,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7551,25 +7742,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7578,7 +7799,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7590,6 +7820,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7599,12 +7832,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7677,7 +7967,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7755,10 +8045,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7815,6 +8105,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7836,15 +8129,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7854,6 +8156,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7880,6 +8185,11 @@ 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] ""
@@ -7888,6 +8198,9 @@ msgstr[1] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7900,6 +8213,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7918,6 +8234,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7956,8 +8275,8 @@ msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
msgstr[1] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgstr[1] ""
@@ -8002,7 +8321,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8236,13 +8555,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8275,15 +8603,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8365,7 +8684,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8374,6 +8696,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8386,7 +8711,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8491,9 +8819,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8508,7 +8833,7 @@ msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
msgstr[1] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8760,9 +9085,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -9051,9 +9373,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9222,6 +9541,9 @@ 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 ""
@@ -9246,7 +9568,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9525,6 +9847,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9852,7 +10177,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9873,6 +10198,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9882,9 +10210,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9897,9 +10222,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9909,9 +10231,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9924,9 +10243,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10358,12 +10674,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10448,6 +10770,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10457,9 +10782,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10499,6 +10821,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10724,6 +11049,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10895,30 +11223,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10934,12 +11247,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10967,12 +11274,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10994,15 +11295,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -11030,27 +11322,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -11063,6 +11340,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11126,6 +11409,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11258,10 +11547,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11438,7 +11727,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11555,7 +11844,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11837,6 +12129,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12113,7 +12408,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12326,6 +12621,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12341,6 +12639,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12471,6 +12772,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12627,6 +12931,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12780,6 +13090,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12795,6 +13108,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12813,7 +13129,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12822,21 +13138,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12849,6 +13168,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12867,6 +13189,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12942,6 +13267,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -13008,6 +13336,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -13022,7 +13353,7 @@ msgstr[1] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -13049,6 +13380,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -13061,13 +13398,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -13097,7 +13431,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13109,9 +13443,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13208,6 +13548,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13247,6 +13620,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13346,9 +13722,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13490,6 +13863,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13532,6 +13908,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13547,6 +13926,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13835,7 +14217,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -14065,7 +14447,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14164,10 +14546,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14194,6 +14576,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14257,9 +14642,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14275,9 +14657,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14331,6 +14710,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14352,6 +14734,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14403,7 +14788,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14454,6 +14839,12 @@ 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 ""
@@ -14469,6 +14860,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14553,9 +14947,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14667,9 +15058,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14805,6 +15193,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14814,9 +15211,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14844,15 +15238,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14868,6 +15262,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14931,6 +15328,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -15063,6 +15481,12 @@ 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 ""
@@ -15165,6 +15589,12 @@ 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 ""
@@ -15174,9 +15604,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15210,9 +15637,15 @@ 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] ""
@@ -15224,9 +15657,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15254,6 +15684,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15278,6 +15711,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15356,6 +15792,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15406,12 +15845,18 @@ msgid_plural "Milestones"
msgstr[0] ""
msgstr[1] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15577,6 +16022,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15622,6 +16076,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15811,12 +16268,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15826,6 +16316,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15838,6 +16331,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15856,12 +16352,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15886,9 +16388,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15901,9 +16409,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16296,12 +16849,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16389,18 +16948,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16548,9 +17101,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16590,9 +17140,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16635,21 +17182,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16659,25 +17212,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
+msgstr ""
+
+msgid "OnDemandScans|Use existing site profile"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16736,9 +17295,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16757,6 +17313,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16772,9 +17331,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16895,18 +17460,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16940,9 +17499,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -17027,6 +17583,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -17042,6 +17604,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -17060,9 +17625,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -17099,27 +17661,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17168,13 +17721,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17318,7 +17877,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17822,6 +18381,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17975,13 +18537,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17993,6 +18555,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18284,15 +18849,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18683,6 +19242,9 @@ 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 ""
@@ -18707,6 +19269,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19298,7 +19863,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19307,10 +19872,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19370,6 +19944,9 @@ 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 ""
@@ -19424,6 +20001,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19505,6 +20085,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19835,9 +20418,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19933,6 +20513,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -20025,6 +20608,9 @@ 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 ""
@@ -20067,6 +20653,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20136,9 +20725,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20172,9 +20758,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20187,12 +20770,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20241,15 +20818,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20432,9 +21003,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20622,9 +21190,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20804,6 +21378,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20816,6 +21393,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20942,6 +21522,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20972,6 +21555,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -21020,6 +21606,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -21062,6 +21651,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21259,6 +21851,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21286,13 +21881,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21313,6 +21932,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21340,7 +21962,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21376,13 +21998,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21397,19 +22016,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21421,6 +22034,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21439,13 +22055,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21517,7 +22133,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21526,6 +22142,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21556,9 +22175,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21682,6 +22298,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21712,6 +22331,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21901,6 +22523,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21913,6 +22541,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22229,19 +22863,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22337,6 +22971,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22379,7 +23016,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22430,12 +23067,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22493,6 +23139,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22622,10 +23271,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23522,6 +24171,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23570,6 +24222,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23582,6 +24237,9 @@ 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 ""
@@ -23763,6 +24421,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23831,9 +24495,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23870,9 +24531,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23905,6 +24563,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23935,6 +24596,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23989,6 +24653,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -24090,13 +24760,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -24135,6 +24805,9 @@ 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 ""
@@ -24252,6 +24925,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24327,12 +25003,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24345,6 +25024,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24495,19 +25177,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24531,6 +25213,9 @@ 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 ""
@@ -24561,7 +25246,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24735,9 +25420,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24900,15 +25582,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24969,6 +25651,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25342,9 +26027,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25429,9 +26111,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25453,9 +26141,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25516,6 +26201,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25660,6 +26348,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25729,9 +26420,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25747,10 +26447,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25933,7 +26645,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -26023,6 +26735,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -26104,9 +26819,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26197,7 +26909,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26287,9 +26999,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26341,9 +27050,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26587,9 +27293,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26623,6 +27335,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26659,6 +27374,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26701,6 +27419,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26903,6 +27627,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26966,9 +27693,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -27110,7 +27834,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27155,6 +27879,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27176,21 +27984,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27200,6 +28008,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27517,10 +28328,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27529,6 +28340,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27538,6 +28355,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27574,9 +28394,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27610,13 +28427,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27700,10 +28517,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27916,6 +28733,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27991,7 +28811,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -28108,6 +28928,9 @@ 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 ""
@@ -28236,6 +29059,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28538,12 +29364,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28700,6 +29520,11 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+msgstr[1] ""
+
msgid "group"
msgstr ""
@@ -28745,9 +29570,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28789,6 +29611,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28938,9 +29763,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28953,6 +29784,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -29025,9 +29859,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -29061,12 +29892,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -29148,19 +29973,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29372,6 +30197,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29416,9 +30244,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29536,6 +30361,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29554,6 +30382,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29617,6 +30448,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/vi_VN/gitlab.po b/locale/vi_VN/gitlab.po
index fd8ff8993f7..e2386705446 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: 2020-08-06 13:37\n"
+"PO-Revision-Date: 2020-09-04 23:01\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,13 +54,13 @@ msgstr[0] ""
msgid " or "
msgstr ""
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] ""
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr ""
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -366,7 +378,7 @@ msgstr ""
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -453,9 +465,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr ""
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr ""
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -628,6 +658,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -961,15 +1018,6 @@ msgstr ""
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr ""
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1033,7 +1081,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1051,6 +1099,9 @@ 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 ""
@@ -1153,6 +1204,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1264,6 +1318,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr ""
@@ -1295,12 +1352,6 @@ msgstr[0] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr ""
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr ""
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 ""
@@ -1439,6 +1496,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr ""
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr ""
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -1959,6 +2025,9 @@ msgstr[0] ""
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr ""
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,13 +2754,16 @@ msgstr ""
msgid "An error occurred while retrieving diff"
msgstr ""
-msgid "An error occurred while saving LDAP override status. Please try again."
+msgid "An error occurred while retrieving diff files"
msgstr ""
-msgid "An error occurred while saving assignees"
+msgid "An error occurred while retrieving projects."
+msgstr ""
+
+msgid "An error occurred while saving LDAP override status. Please try again."
msgstr ""
-msgid "An error occurred while saving the approval settings"
+msgid "An error occurred while saving assignees"
msgstr ""
msgid "An error occurred while saving the template. Please check if the template exists."
@@ -2703,12 +2790,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2787,6 +2880,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr ""
msgid "April"
msgstr ""
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,13 +3912,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 ""
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12240,6 +12536,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,7 +14111,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/zh_CN/gitlab.po b/locale/zh_CN/gitlab.po
index a262ceb57e4..743f6e51712 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: 2020-08-06 14:15\n"
+"PO-Revision-Date: 2020-09-05 17:30\n"
msgid " %{start} to %{end}"
msgstr "从%{start}到%{end}"
@@ -54,14 +54,14 @@ msgstr[0] "于%d处有æ高"
msgid " or "
msgstr " 或 "
-msgid " or <!merge request id>"
-msgstr "或<!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr "或 <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " 或<#epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr "或引用 (例如: path/to/project!merge_request_id)"
@@ -69,9 +69,12 @@ msgstr "或引用 (例如: path/to/project!merge_request_id)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "“%{ref}â€ä¸Šä¸å­˜åœ¨â€œ%{path}â€"
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
-msgstr[0] ""
+msgstr[0] "%d个已扫æçš„URL"
msgid "%d URL scanned"
msgid_plural "%d URLs scanned"
@@ -150,7 +153,7 @@ msgstr[0] "%d个组已选择"
msgid "%d hour"
msgid_plural "%d hours"
-msgstr[0] ""
+msgstr[0] "%då°æ—¶"
msgid "%d inaccessible merge request"
msgid_plural "%d inaccessible merge requests"
@@ -162,7 +165,7 @@ msgstr[0] "%d 个议题"
msgid "%d issue in this group"
msgid_plural "%d issues in this group"
-msgstr[0] ""
+msgstr[0] "此群组中的%d个议题"
msgid "%d issue selected"
msgid_plural "%d issues selected"
@@ -170,7 +173,7 @@ msgstr[0] "已选择%d个议题"
msgid "%d issue successfully imported with the label"
msgid_plural "%d issues successfully imported with the label"
-msgstr[0] ""
+msgstr[0] "使用标记æˆåŠŸå¯¼å…¥%d个议题"
msgid "%d layer"
msgid_plural "%d layers"
@@ -206,7 +209,7 @@ msgstr[0] "%d个个人项目将被删除,无法æ¢å¤ã€‚"
msgid "%d previously merged commit"
msgid_plural "%d previously merged commits"
-msgstr[0] ""
+msgstr[0] "%d个以å‰åˆå¹¶çš„æ交"
msgid "%d project"
msgid_plural "%d projects"
@@ -230,11 +233,11 @@ msgstr[0] "%d个标签"
msgid "%d unassigned issue"
msgid_plural "%d unassigned issues"
-msgstr[0] ""
+msgstr[0] "%d个未分é…的议题"
msgid "%d unresolved thread"
msgid_plural "%d unresolved threads"
-msgstr[0] "%dæ¡æœªè§£å†³çš„主题"
+msgstr[0] "%d个未解决的主题"
msgid "%d vulnerability"
msgid_plural "%d vulnerabilities"
@@ -251,32 +254,35 @@ msgstr[0] "为æ高页é¢åŠ è½½é€Ÿåº¦åŠæ€§èƒ½ï¼Œå·²çœç•¥äº† %s 次æ交。"
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 和 %{openOrClose} %{noteable}"
-msgid "%{author_link} wrote:"
+msgid "%{address} is an invalid IP address range"
msgstr ""
+msgid "%{author_link} wrote:"
+msgstr "%{author_link}写é“:"
+
msgid "%{authorsName}'s thread"
msgstr "%{authorsName}的主题"
msgid "%{code_open}\"johnsmith@example.com\": \"@johnsmith\"%{code_close} will add \"By %{link_open}@johnsmith%{link_close}\" to all issues and comments originally created by johnsmith@example.com, and will set %{link_open}@johnsmith%{link_close} as the assignee on all issues originally assigned to johnsmith@example.com."
-msgstr ""
+msgstr "%{code_open}\"johnsmith@example.com\": \"@johnsmith\"%{code_close}将会把“由%{link_open}@johnsmith%{link_close}â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中,并将%{link_open}@johnsmith%{link_close}设为原本分é…ç»™johnsmith@example.com所有问题的å—让人。"
msgid "%{code_open}\"johnsmith@example.com\": \"John Smith\"%{code_close} will add \"By John Smith\" to all issues and comments originally created by johnsmith@example.com."
-msgstr ""
+msgstr "%{code_open}\"johnsmith@example.com\": \"John Smith\"%{code_close}将会把\"由John Smith\"添加到原本由johnsmith@example.com创建的所有议题和评论中。"
msgid "%{code_open}\"johnsmith@example.com\": \"johnsm...@example.com\"%{code_close} will add \"By johnsm...@example.com\" to all issues and comments originally created by johnsmith@example.com. The email address or username is masked to ensure the user's privacy."
-msgstr ""
+msgstr "%{code_open}“johnsmith@example.comâ€ï¼šâ€œ@ johnsmithâ€%{code_close}将会把\"By johnsm...@example.com\"添加到原本由johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å将被å±è”½ã€‚"
msgid "%{code_open}\"johnsmith@example.com\": \"johnsmith@example.com\"%{code_close} will add \"By %{link_open}johnsmith@example.com%{link_close}\" to all issues and comments originally created by johnsmith@example.com. By default, the email address or username is masked to ensure the user's privacy. Use this option if you want to show the full email address."
-msgstr ""
+msgstr "%{code_open}\"johnsmith@example.com\": \"johnsmith@example.com\"%{code_close}将会把“由%{link_open}johnsmith@example.com%{link_close}â€æ·»åŠ åˆ°åŽŸæœ¬ç”±johnsmith@example.com创建的所有议题和评论中。 为ä¿æŠ¤ç”¨æˆ·çš„éšç§ï¼Œç”µå­é‚®ä»¶åœ°å€æˆ–用户å默认将被å±è”½ã€‚如需显示完整邮件地å€ï¼Œå¯ä½¿ç”¨æ­¤é€‰é¡¹ã€‚"
msgid "%{code_open}Masked%{code_close} variables are hidden in job logs (though they must match certain regexp requirements to do so)."
-msgstr ""
+msgstr "%{code_open}éšè—çš„%{code_close}å˜é‡åœ¨ä½œä¸šæ—¥å¿—中éšè—(虽然它们必须符åˆæŸäº›æ­£åˆ™è¡¨è¾¾å¼è¦æ±‚)。"
msgid "%{code_open}Protected%{code_close} variables are only exposed to protected branches or tags."
-msgstr ""
+msgstr "%{code_open}å—ä¿æŠ¤çš„%{code_close}å˜é‡ä»…å¯ç”¨äºŽå—ä¿æŠ¤çš„分支或标签中。"
msgid "%{commit_author_link} authored %{commit_timeago}"
-msgstr "ç”± %{commit_author_link} æ交于 %{commit_timeago}"
+msgstr "由%{commit_author_link}编写于%{commit_timeago}"
msgid "%{completedWeight} of %{totalWeight} weight completed"
msgstr "总æƒé‡%{totalWeight}中的%{completedWeight}已完æˆ"
@@ -287,6 +293,9 @@ msgstr "%{containerScanningLinkStart}容器扫æ%{containerScanningLinkEnd}å’Œ/
msgid "%{cores} cores"
msgstr "%{cores}个核心"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} è¡Œ/æ¯æ交"
@@ -339,6 +348,9 @@ msgstr "%{deployLinkStart}使用模æ¿éƒ¨ç½²åˆ°ECS%{deployLinkEnd},或使用do
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Sentry事件: %{errorUrl}- 首次出现: %{firstSeen}- 最åŽå‡ºçŽ°: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration}毫秒"
@@ -366,14 +378,14 @@ msgstr "%{firstLabel} +%{labelCount} 更多"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr "%{firstMilestoneName} + 其余%{numberOfOtherMilestones}项"
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id}ä¸æ˜¯ä¸€ä¸ª%{expected_type}的有效ID。"
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}群组%{group_docs_link_end} å…许您管ç†ã€å作多个项目。群组的æˆå‘˜å¯ä»¥è®¿é—®ç¾¤ç»„下的所有项目。"
msgid "%{group_name} group members"
-msgstr ""
+msgstr "%{group_name}群组æˆå‘˜"
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}组æ¥ç®¡ç†ã€‚"
@@ -394,16 +406,16 @@ msgid "%{issuesSize} issues with a limit of %{maxIssueCount}"
msgstr "%{issuesSize}个议题,上é™ä¸º%{maxIssueCount}"
msgid "%{issuesSize} with a limit of %{maxIssueCount}"
-msgstr ""
+msgstr "%{issuesSize}个,上é™ä¸º%{maxIssueCount}"
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 ""
+msgstr "%{labelStart}崩溃状æ€:%{labelEnd} %{stacktrace_snippet}"
msgid "%{labelStart}Evidence:%{labelEnd} %{evidence}"
msgstr "%{labelStart}è¯æ®:%{labelEnd} %{evidence}"
@@ -412,7 +424,7 @@ msgid "%{labelStart}File:%{labelEnd} %{file}"
msgstr "%{labelStart}文件: %{labelEnd}%{file}"
msgid "%{labelStart}Headers:%{labelEnd} %{headers}"
-msgstr ""
+msgstr "%{labelStart}报头:%{labelEnd} %{headers}"
msgid "%{labelStart}Image:%{labelEnd} %{image}"
msgstr "%{labelStart}é•œåƒ: %{labelEnd}%{image}"
@@ -433,16 +445,16 @@ msgid "%{labelStart}Severity:%{labelEnd} %{severity}"
msgstr "%{labelStart}严é‡ç¨‹åº¦ :%{labelEnd}%{severity}"
msgid "%{labelStart}Status:%{labelEnd} %{status}"
-msgstr ""
+msgstr "%{labelStart}状æ€:%{labelEnd} %{status}"
msgid "%{labelStart}URL:%{labelEnd} %{url}"
-msgstr ""
+msgstr "%{labelStart}URL:%{labelEnd} %{url}"
msgid "%{label_for_message} unavailable"
msgstr "%{label_for_message}ä¸å¯ç”¨"
msgid "%{label_name} %{span_open}will be permanently deleted from %{subject_name}. This cannot be undone.%{span_close}"
-msgstr ""
+msgstr "%{label_name}%{span_open}将从%{subject_name}永久删除。此æ“作无法撤消。%{span_close}"
msgid "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end} is a free, automated, and open certificate authority (CA), that give digital certificates in order to enable HTTPS (SSL/TLS) for websites."
msgstr "%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}是一个å…费且自动化的和开放的è¯ä¹¦é¢å‘机构(CA),æ供数字è¯ä¹¦ä»¥ä¾¿ä¸ºç½‘ç«™å¯ç”¨HTTPS(SSL/TLS)。"
@@ -453,9 +465,6 @@ msgstr "%{level_name} ä¸å…许在 %{group_level_name} 组。"
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "由于派生的æºé¡¹ç›®å¯è§æ€§è¾ƒä½Žï¼Œå› æ­¤ä¸å…许使用%{level_name}。"
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr "%{lineOneStart}拖放以上传您的设计%{lineOneEnd} 或 %{linkStart}å•å‡»ä»¥ä¸Šä¼ %{linkEnd}。"
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr "%{link_start}了解更多%{link_end}哪些信æ¯ä¼šå…±äº«ç»™GitLab Inc.。"
@@ -463,10 +472,10 @@ msgid "%{link_start}Read more%{link_end} about role permissions"
msgstr "%{link_start}查看更多%{link_end} 关于角色æƒé™"
msgid "%{link_start}Remove the %{draft_or_wip_snippet} prefix%{link_end} from the title to allow this merge request to be merged when it's ready."
-msgstr ""
+msgstr "%{link_start}从标题中删除%{draft_or_wip_snippet}å‰ç¼€%{link_end}以å…许此åˆå¹¶è¯·æ±‚在准备就绪时被åˆå¹¶ã€‚"
msgid "%{link_start}Start the title with %{draft_snippet} or %{wip_snippet}%{link_end} to prevent a merge request that is a work in progress from being merged before it's ready."
-msgstr ""
+msgstr "%{link_start}以%{draft_snippet}或%{wip_snippet}作为标题的开头%{link_end},以防止正在处ç†ä¸­çš„åˆå¹¶è¯·æ±‚在准备好之å‰è¢«åˆå¹¶ã€‚"
msgid "%{listToShow}, and %{awardsListLength} more."
msgstr "%{listToShow},还有 %{awardsListLength} 个。"
@@ -474,6 +483,9 @@ msgstr "%{listToShow},还有 %{awardsListLength} 个。"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 已开始"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 被GitLab用户 %{lock_user_id} é”定"
@@ -483,6 +495,18 @@ msgstr "支æŒ%{markdownDocsLinkStart}Markdown%{markdownDocsLinkEnd}å’Œ%{quickAc
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} å¯ä»¥åˆå¹¶"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText},此议题将自动关闭。"
@@ -561,42 +585,45 @@ msgid "%{remaining_approvals} left"
msgstr "还需%{remaining_approvals}"
msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}."
-msgstr ""
+msgstr "%{reportType}%{status}检测到%{criticalStart}%{critical}个严é‡%{criticalEnd}安全æ¼æ´žå’Œ%{highStart}%{high}个高å±%{highEnd}安全æ¼æ´žï¼Œæ€»è®¡%{total}个。"
msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} and %{highStart}%{high} high%{highEnd} severity vulnerabilities."
-msgstr ""
+msgstr "%{reportType}%{status}检测到%{criticalStart}%{critical}个严é‡%{criticalEnd}安全æ¼æ´žå’Œ%{highStart}%{high}个高å±%{highEnd}安全æ¼æ´žã€‚"
msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities out of %{total}."
-msgstr ""
+msgstr "%{reportType}%{status}检测到%{criticalStart}%{critical}个严é‡%{criticalEnd}安全æ¼æ´žï¼Œæ€»è®¡%{total}个。"
msgid "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerability."
msgid_plural "%{reportType} %{status} detected %{criticalStart}%{critical} critical%{criticalEnd} severity vulnerabilities."
-msgstr[0] ""
+msgstr[0] "%{reportType}%{status}检测到%{criticalStart}%{critical}个严é‡%{criticalEnd}安全æ¼æ´ž."
msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities out of %{total}."
-msgstr ""
+msgstr "%{reportType}%{status}检测到%{highStart}%{high}个高å±%{highEnd}安全æ¼æ´žï¼Œæ€»è®¡%{total}个。"
msgid "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerability."
msgid_plural "%{reportType} %{status} detected %{highStart}%{high} high%{highEnd} severity vulnerabilities."
-msgstr[0] ""
+msgstr[0] "%{reportType}%{status}检测到%{highStart}%{high}个高å±%{highEnd}安全æ¼æ´ž."
msgid "%{reportType} %{status} detected %{other} vulnerability."
msgid_plural "%{reportType} %{status} detected %{other} vulnerabilities."
msgstr[0] "%{reportType}%{status}检测到%{other}个安全æ¼æ´ž."
msgid "%{reportType} %{status} detected no vulnerabilities."
-msgstr ""
+msgstr "%{reportType}%{status}未å‘现安全æ¼æ´ž."
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
msgstr "%{retryButtonStart}é‡è¯•%{retryButtonEnd}或%{newFileButtonStart}添加一个新文件%{newFileButtonEnd}"
+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[0] "此项目未å¯ç”¨%{securityScanner} 。%{linkStart}更多信æ¯%{linkEnd}"
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[0] "%{securityScanner}无结果,因为自å¯ç”¨ä»¥æ¥å°šæœªè¿è¡Œæµæ°´çº¿ã€‚%{linkStart}è¿è¡Œæµæ°´çº¿%{linkEnd}"
msgid "%{service_title} %{message}."
msgstr "%{service_title}%{message}."
@@ -613,6 +640,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size}字节"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} æˆåŠŸåœ°æ交给 Akismet。"
@@ -628,6 +658,9 @@ msgstr "从%{start}到%{end}"
msgid "%{state} epics"
msgstr "%{state}å²è¯—"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr "%{strongStart}注æ„:%{strongEnd} 添加自定义阶段åŽï¼Œæ‚¨å¯ä»¥é€šè¿‡å°†å…¶æ‹–动到所需ä½ç½®æ¥å¯¹é˜¶æ®µè¿›è¡Œé‡æ–°æŽ’åºã€‚"
@@ -696,6 +729,9 @@ msgstr "%{totalMemory} (剩余%{freeSpacePercentage}%{percentSymbol})"
msgid "%{totalWeight} total weight"
msgstr "%{totalWeight}总æƒé‡"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total}å¼€å¯è®®é¢˜æƒé‡"
@@ -729,23 +765,41 @@ 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 "%{webhooks_link_start}%{webhook_type}%{link_end}å…许您针对æŸä¸ªç¾¤ç»„或项目中的事件å‘é€é€šçŸ¥åˆ°web应用程åºã€‚ 如需使用webhook, 我们推è优先使用已有%{integrations_link_start}集æˆ%{link_end}。"
-msgid "&lt;no name set&gt;"
+msgid "&lt; 1 hour"
msgstr ""
+msgid "&lt;no name set&gt;"
+msgstr "&lt;未设置å称&gt;"
+
msgid "&lt;no scopes selected&gt;"
-msgstr ""
+msgstr "&lt;未选择范围&gt;"
msgid "&lt;project name&gt;"
+msgstr "&lt;项目å称&gt;"
+
+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}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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 "“%{level}â€ä¸æ˜¯æœ‰æ•ˆçš„å¯è§æ€§çº§åˆ«"
msgid "'%{name}' Value Stream created"
-msgstr ""
+msgstr "'%{name}'价值æµå·²åˆ›å»º"
msgid "'%{name}' stage already exists"
msgstr "“%{name}â€é˜¶æ®µå·²ç»å­˜åœ¨"
@@ -764,7 +818,7 @@ msgid "(%{mrCount} merged)"
msgstr "(%{mrCount} å·²åˆå¹¶)"
msgid "(%{value}) has already been taken"
-msgstr ""
+msgstr "(%{value})已被使用"
msgid "(No changes)"
msgstr "(æ— å˜æ›´å†…容)"
@@ -773,12 +827,15 @@ msgid "(check progress)"
msgstr "(检查进度)"
msgid "(deleted)"
-msgstr ""
+msgstr "(已删除)"
msgid "(external source)"
msgstr "(外部资æº)"
msgid "(line: %{startLine})"
+msgstr "(行: %{startLine})"
+
+msgid "(max size 15 MB)"
msgstr ""
msgid "(removed)"
@@ -788,7 +845,7 @@ msgid "(revoked)"
msgstr "(已撤销)"
msgid "* * * * *"
-msgstr ""
+msgstr "* * * * *"
msgid "+ %{amount} more"
msgstr "+ 其余 %{amount} 项"
@@ -836,7 +893,7 @@ msgid "- show less"
msgstr "- 显示较少"
msgid "0 bytes"
-msgstr ""
+msgstr "0 字节"
msgid "0 for unlimited"
msgstr "0 表示无é™åˆ¶"
@@ -929,7 +986,7 @@ msgid "3 hours"
msgstr "3å°æ—¶"
msgid "30 days"
-msgstr ""
+msgstr "30天"
msgid "30 minutes"
msgstr "30分钟"
@@ -953,7 +1010,7 @@ msgid "404|Please contact your GitLab administrator if you think this is a mista
msgstr "如果您觉得这是一个错误的æ示信æ¯ï¼Œè¯·è”系您的 GitLab 管ç†å‘˜ã€‚"
msgid "7 days"
-msgstr ""
+msgstr "7天"
msgid "8 hours"
msgstr "8å°æ—¶"
@@ -961,15 +1018,6 @@ msgstr "8å°æ—¶"
msgid ":%{startLine} to %{endLine}"
msgstr ":%{startLine}到%{endLine}"
-msgid "< 1 hour"
-msgstr "< 1å°æ—¶"
-
-msgid "<project name>"
-msgstr "<project name>"
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>删除</strong>æºåˆ†æ”¯"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "Runner是一个执行任务的进程。您å¯ä»¥æ ¹æ®éœ€è¦é…置任æ„æ•°é‡çš„Runner。"
@@ -977,7 +1025,7 @@ 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 "一个GitBook站点,它使用NetLifyæ¥ä»£æ›¿Gitlabçš„CI/CD,但ä»ç„¶å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„Gitlab功能。"
@@ -1019,7 +1067,7 @@ msgid "A file with '%{file_name}' already exists in %{branch} branch"
msgstr "文件å为%{file_name}的文件已ç»å­˜åœ¨äºŽ%{branch}分支中"
msgid "A fork is a copy of a project."
-msgstr ""
+msgstr "派生是项目的副本。"
msgid "A group is a collection of several projects"
msgstr "群组为多个项目的集åˆã€‚"
@@ -1033,8 +1081,8 @@ msgstr "GitLab滥用审查团队æˆå‘˜å°†ä¼šå°½å¿«æŸ¥çœ‹æ‚¨çš„报告。"
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "当安全报告包å«ä¸¥é‡æ€§é«˜ï¼Œä¸¥é‡æˆ–未知的新æ¼æ´žæ—¶ï¼Œåˆå¹¶è¯·æ±‚批准为必需。"
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "当许å¯è¯åˆè§„性报告包å«åˆ—入黑åå•çš„许å¯è¯æ—¶ï¼Œåˆå¹¶è¯·æ±‚批准为必需。"
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "已创建新的Auto DevOpsæµæ°´çº¿ï¼Œè¯·è½¬åˆ° %{pipelines_link_start}æµæ°´çº¿é¡µé¢%{pipelines_link_end}查看详细信æ¯ã€‚"
@@ -1051,11 +1099,14 @@ msgstr "将在派生(fork)项目中中创建一个新的分支, 并开å¯ä¸€ä¸ªæ
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 "一个纯HTML站点,它使用NetLifyæ¥ä»£æ›¿Gitlabçš„CI/CD,但ä»ç„¶å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„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 "使用Salesforce Developer工具开å‘Salesforce App的项目样æ¿ã€‚"
@@ -1091,7 +1142,7 @@ msgid "ACTION REQUIRED: Something went wrong while obtaining the Let's Encrypt c
msgstr "需è¦å¤„ç†ï¼š 获å–GitLab Pages域%{domain}çš„Let's Encrypt加密è¯ä¹¦æ—¶å‡ºäº†é”™ã€‚"
msgid "API Help"
-msgstr ""
+msgstr "API帮助"
msgid "API Token"
msgstr "API令牌"
@@ -1153,6 +1204,9 @@ msgstr "访问过期时间"
msgid "Access forbidden. Check your access level."
msgstr "访问被ç¦æ­¢ã€‚检查您的访问æƒé™ã€‚"
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "ä¸å…许访问%{classification_label}"
@@ -1229,7 +1283,7 @@ msgid "AccessTokens|reset it"
msgstr "é‡ç½®ä»¤ç‰Œ"
msgid "AccessibilityReport|Learn more"
-msgstr ""
+msgstr "了解更多"
msgid "AccessibilityReport|Message: %{message}"
msgstr "消æ¯ï¼š %{message}"
@@ -1253,7 +1307,7 @@ msgid "Account: %{account}"
msgstr "å¸æˆ·ï¼š%{account}"
msgid "Action to take when receiving an alert. %{docsLink}"
-msgstr ""
+msgstr "接收警报时è¦æ‰§è¡Œçš„æ“作。%{docsLink}"
msgid "Actions"
msgstr "æ“作"
@@ -1264,6 +1318,9 @@ msgstr "激活"
msgid "Activate Service Desk"
msgstr "å¯ç”¨æœåŠ¡å°"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "å¯ç”¨"
@@ -1286,7 +1343,7 @@ msgid "Add"
msgstr "添加"
msgid "Add \"%{value}\""
-msgstr ""
+msgstr "添加\"%{value}\""
msgid "Add %d issue"
msgid_plural "Add %d issues"
@@ -1295,12 +1352,6 @@ msgstr[0] "添加%d个议题"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr "å°†%{linkStart}资æº%{linkEnd}添加到å‘布中。 GitLab会自动包å«åªè¯»èµ„æºï¼Œä¾‹å¦‚æºä»£ç å’Œå‘布è¯æ®ã€‚"
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "添加更新日志"
@@ -1347,7 +1398,7 @@ msgid "Add a To Do"
msgstr "添加一个待办事项"
msgid "Add a To-Do"
-msgstr ""
+msgstr "添加一个待办事项"
msgid "Add a bullet list"
msgstr "添加一个符å·åˆ—表"
@@ -1377,7 +1428,7 @@ msgid "Add a numbered list"
msgstr "添加编å·åˆ—表"
msgid "Add a related issue"
-msgstr ""
+msgstr "添加一个相关议题"
msgid "Add a table"
msgstr "添加表格"
@@ -1415,9 +1466,12 @@ msgstr "添加å­å²è¯—到å²è¯—"
msgid "Add comment now"
msgstr "ç«‹å³æ·»åŠ è¯„论"
-msgid "Add deploy freeze"
+msgid "Add comment to design"
msgstr ""
+msgid "Add deploy freeze"
+msgstr "添加部署冻结"
+
msgid "Add domain"
msgstr "添加域å"
@@ -1427,6 +1481,9 @@ 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 "添加页眉和页脚到电å­é‚®ä»¶ã€‚请注æ„,颜色设置仅适用于应用程åºç•Œé¢"
@@ -1439,6 +1496,9 @@ msgstr "添加议题"
msgid "Add italic text"
msgstr "添加斜体文本"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "添加标记"
@@ -1455,13 +1515,13 @@ msgid "Add new directory"
msgstr "添加目录"
msgid "Add or remove previously merged commits"
-msgstr ""
+msgstr "添加或删除先å‰åˆå¹¶çš„æ交"
msgid "Add or subtract spent time"
msgstr "增加或å‡å°‘耗时"
msgid "Add previously merged commits"
-msgstr ""
+msgstr "添加先å‰åˆå¹¶çš„æ交"
msgid "Add reaction"
msgstr "添加回应"
@@ -1509,13 +1569,13 @@ msgid "Add webhook"
msgstr "添加webhook"
msgid "Add/remove"
-msgstr ""
+msgstr "添加/删除"
msgid "AddContextCommits|Add previously merged commits"
-msgstr ""
+msgstr "添加先å‰åˆå¹¶çš„æ交"
msgid "AddContextCommits|Add/remove"
-msgstr ""
+msgstr "添加/删除"
msgid "AddMember|No users specified."
msgstr "未指定用户。"
@@ -1551,7 +1611,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 "é¢å¤–的分钟数"
@@ -1593,7 +1653,7 @@ msgid "Admin Overview"
msgstr "管ç†æ¦‚览"
msgid "Admin Section"
-msgstr ""
+msgstr "管ç†éƒ¨åˆ†"
msgid "Admin mode already enabled"
msgstr "管ç†å‘˜æ¨¡å¼å·²å¯ç”¨"
@@ -1689,7 +1749,7 @@ msgid "AdminSettings|Auto DevOps domain"
msgstr "Auto DevOps 域"
msgid "AdminSettings|Elasticsearch, PlantUML, Slack application, Third party offers, Snowplow, Amazon EKS have moved to Settings &gt; General."
-msgstr ""
+msgstr "Elasticsearch,PlantUML,Slack应用程åºï¼Œç¬¬ä¸‰æ–¹ä¼˜æƒ ï¼ŒSnowplow,Amazon EKS已移至设置&gt;常规。"
msgid "AdminSettings|Enable shared runners for new projects"
msgstr "为新项目å¯ç”¨å…±äº«Runner"
@@ -1718,6 +1778,9 @@ msgstr "选择æµæ°´çº¿é…置文件"
msgid "AdminSettings|Select a template"
msgstr "选择模æ¿"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr "Service模æ¿å…许您设置集æˆçš„默认值"
@@ -1733,6 +1796,9 @@ msgstr "为æ¯ä¸ªé¡¹ç›®çš„自动审阅应用 (Auto Review Apps) 和自动部署
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "强制æµæ°´çº¿é…ç½®å¯ä»Ž%{link_start}实例模æ¿åº“%{link_end}中%{code_start}gitlab-ci%{code_end}目录选择或使用GitLabæ供的é…置。"
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "创建一个新的环境å˜é‡æ—¶ï¼Œå®ƒä¼šè¢«é»˜è®¤ä¿æŠ¤ã€‚"
@@ -1767,7 +1833,7 @@ msgid "AdminUsers|2FA Enabled"
msgstr "å¯ç”¨åŒé‡è®¤è¯"
msgid "AdminUsers|Access"
-msgstr ""
+msgstr "访问类型"
msgid "AdminUsers|Active"
msgstr "活跃"
@@ -1776,13 +1842,13 @@ msgid "AdminUsers|Admin"
msgstr "管ç†å‘˜"
msgid "AdminUsers|Administrators have access to all groups, projects and users and can manage all features in this installation"
-msgstr ""
+msgstr "管ç†å‘˜å¯ä»¥è®¿é—®æ‰€æœ‰ç¾¤ç»„ã€é¡¹ç›®å’Œç”¨æˆ·ï¼Œå¹¶å¯ä»¥ç®¡ç†æ­¤å®‰è£…中的所有功能"
msgid "AdminUsers|Admins"
msgstr "管ç†å‘˜"
msgid "AdminUsers|Automatically marked as default internal user"
-msgstr ""
+msgstr "自动标记为默认内部用户"
msgid "AdminUsers|Block"
msgstr "ç¦ç”¨"
@@ -1833,7 +1899,7 @@ 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 ""
+msgstr "除éžæ˜Žç¡®æŽˆäºˆè®¿é—®æƒé™ï¼Œå¦åˆ™å¤–部用户无法查看内部或ç§æœ‰é¡¹ç›®ã€‚å¦å¤–,外部用户无法创建项目,群组或个人代ç ç‰‡æ®µã€‚"
msgid "AdminUsers|Is using seat"
msgstr "正在使用许å¯å¸­ä½"
@@ -1860,10 +1926,10 @@ msgid "AdminUsers|Reactivating a user will:"
msgstr "é‡æ–°æ¿€æ´»ç”¨æˆ·å°†ä¼šï¼š"
msgid "AdminUsers|Regular"
-msgstr ""
+msgstr "普通"
msgid "AdminUsers|Regular users have access to their groups and projects"
-msgstr ""
+msgstr "普通用户å¯ä»¥è®¿é—®ä»–们的群组和项目"
msgid "AdminUsers|Restore user access to the account, including web, Git and API."
msgstr "æ¢å¤ç”¨æˆ·è®¿é—®è´¦æˆ·ï¼ŒåŒ…括网页ã€Gitå’ŒAPI。"
@@ -1920,7 +1986,7 @@ msgid "AdminUsers|You are about to permanently delete the user %{username}. This
msgstr "您å³å°†æ°¸ä¹…删除用户 %{username}。此æ“作会删除该用户的所有议题ã€åˆå¹¶è¯·æ±‚以åŠç›¸å…³çš„群组。为é¿å…æ•°æ®ä¸¢å¤±ï¼Œå»ºè®®æ‚¨ä½¿ç”¨ %{strong_start}ç¦ç”¨ç”¨æˆ·%{strong_end} 功能。一旦您 %{strong_start}删除用户%{strong_end},将无法撤消或æ¢å¤ã€‚"
msgid "AdminUsers|You cannot remove your own admin rights."
-msgstr ""
+msgstr "您ä¸èƒ½åˆ é™¤æ‚¨è‡ªå·±çš„管ç†å‘˜æƒé™ã€‚"
msgid "Administration"
msgstr "管ç†"
@@ -1959,6 +2025,9 @@ msgstr[0] "警报"
msgid "AlertManagement|Acknowledged"
msgstr "已确认"
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr "警报"
@@ -1989,8 +2058,8 @@ msgstr "指派人"
msgid "AlertManagement|Authorize external service"
msgstr "授æƒå¤–部æœåŠ¡"
-msgid "AlertManagement|Create issue"
-msgstr "创建议题"
+msgid "AlertManagement|Create incident"
+msgstr ""
msgid "AlertManagement|Critical"
msgstr "严é‡"
@@ -2011,7 +2080,7 @@ msgid "AlertManagement|Info"
msgstr "ä¿¡æ¯"
msgid "AlertManagement|Issue"
-msgstr ""
+msgstr "议题"
msgid "AlertManagement|Low"
msgstr "低"
@@ -2020,10 +2089,10 @@ msgid "AlertManagement|Medium"
msgstr "中"
msgid "AlertManagement|Metrics"
-msgstr ""
+msgstr "指标"
msgid "AlertManagement|Metrics weren't available in the alerts payload."
-msgstr ""
+msgstr "在警报有效数æ®ä¸­æŒ‡æ ‡ä¸å¯ç”¨ã€‚"
msgid "AlertManagement|More information"
msgstr "更多信æ¯"
@@ -2044,13 +2113,10 @@ msgid "AlertManagement|Open"
msgstr "打开"
msgid "AlertManagement|Opsgenie is enabled"
-msgstr ""
-
-msgid "AlertManagement|Overview"
-msgstr "概览"
+msgstr "Opsgenieå·²å¯ç”¨"
msgid "AlertManagement|Please try again."
-msgstr ""
+msgstr "请é‡è¯•ã€‚"
msgid "AlertManagement|Reported %{when}"
msgstr "报告于%{when}"
@@ -2061,6 +2127,9 @@ msgstr "%{when}由%{tool}报告"
msgid "AlertManagement|Resolved"
msgstr "已解决"
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr "æœåŠ¡"
@@ -2083,7 +2152,7 @@ msgid "AlertManagement|There was an error displaying the alerts. Confirm your en
msgstr "显示警报时å‘生错误。请确认您的终端é…置详细信æ¯ä»¥ç¡®ä¿è­¦æŠ¥å¯ä»¥æ­£å¸¸æ˜¾ç¤ºã€‚"
msgid "AlertManagement|There was an error while updating the To-Do of the alert."
-msgstr ""
+msgstr "更新警报待办事项时出错。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "AlertManagement|There was an error while updating the assignee(s) list. Please try again."
msgstr "更新指派åå•æ—¶å‡ºçŽ°äº†é”™è¯¯ï¼Œè¯·é‡è¯•ã€‚"
@@ -2092,7 +2161,7 @@ msgid "AlertManagement|There was an error while updating the assignee(s) of the
msgstr "更新警报指派人时出现了错误,请é‡è¯•ã€‚"
msgid "AlertManagement|There was an error while updating the status of the alert."
-msgstr ""
+msgstr "更新警报状æ€æ—¶å‡ºé”™ã€‚"
msgid "AlertManagement|This assignee cannot be assigned to this alert."
msgstr "此警报无法被分é…给该用户。"
@@ -2103,20 +2172,17 @@ msgstr "工具"
msgid "AlertManagement|Triggered"
msgstr "触å‘"
-msgid "AlertManagement|Unassigned"
-msgstr "未分é…"
-
msgid "AlertManagement|Unknown"
msgstr "未知"
msgid "AlertManagement|View alerts in Opsgenie"
-msgstr ""
+msgstr "在Opsgenie中查看警报"
-msgid "AlertManagement|View issue"
-msgstr "查看议题"
+msgid "AlertManagement|View incident"
+msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
-msgstr ""
+msgstr "您已å¯ç”¨Opsgenie集æˆã€‚您的警报将å¯ç›´æŽ¥åœ¨Opsgenie中查看。"
msgid "AlertService|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
msgstr "查看外部æœåŠ¡çš„文档以了解将此信æ¯æ供给外部æœåŠ¡çš„ä½ç½®ï¼Œä»¥åŠ%{linkStart}GitLab文档%{linkEnd}æ¥äº†è§£æœ‰å…³é…置端点的更多信æ¯ã€‚"
@@ -2125,85 +2191,85 @@ msgid "AlertService|You must provide this URL and authorization key to authorize
msgstr "您必须æ供此URL和授æƒå¯†é’¥æ‰èƒ½æŽˆæƒå¤–部æœåŠ¡å°†è­¦æŠ¥å‘é€åˆ°GitLab。您å¯ä»¥æ供此URL和多个æœåŠ¡çš„密钥。é…置外部æœåŠ¡åŽï¼Œæ¥è‡ªæ‚¨æœåŠ¡çš„警报将显示在GitLab%{linkStart}警报%{linkEnd}页é¢ä¸Šã€‚"
msgid "AlertSettings|API URL"
-msgstr ""
+msgstr "API网å€"
msgid "AlertSettings|Active"
-msgstr ""
+msgstr "å¯ç”¨"
msgid "AlertSettings|Add URL and auth key to your Prometheus config file"
-msgstr ""
+msgstr "å°†URLå’Œauth密钥添加到Prometheusé…置文件中"
msgid "AlertSettings|Alert test payload"
-msgstr ""
+msgstr "警报测试数æ®"
msgid "AlertSettings|Alerts endpoint successfully activated."
-msgstr ""
+msgstr "警报端点已æˆåŠŸæ¿€æ´»ã€‚"
msgid "AlertSettings|Authorization key"
-msgstr ""
+msgstr "授æƒå¯†é’¥"
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
-msgstr ""
+msgstr "å¤åˆ¶"
msgid "AlertSettings|Enter test alert JSON...."
-msgstr ""
+msgstr "输入测试警告JSON ..."
msgid "AlertSettings|External Prometheus"
-msgstr ""
+msgstr "外部Prometheus"
msgid "AlertSettings|Generic"
-msgstr ""
+msgstr "常规"
msgid "AlertSettings|Integrations"
-msgstr ""
+msgstr "集æˆ"
msgid "AlertSettings|Learn more about our %{linkStart}upcoming integrations%{linkEnd}"
-msgstr ""
+msgstr "了解更多关于%{linkStart}å³å°†åˆ°æ¥çš„集æˆ%{linkEnd}"
msgid "AlertSettings|Opsgenie"
-msgstr ""
+msgstr "Opsgenie"
msgid "AlertSettings|Reset key"
-msgstr ""
+msgstr "é‡ç½®å¯†é’¥"
msgid "AlertSettings|Resetting the authorization key for this project will require updating the authorization key in every alert source it is enabled in."
-msgstr ""
+msgstr "é‡ç½®æ­¤é¡¹ç›®çš„授æƒå¯†é’¥å°†éœ€è¦æ›´æ–°æ¯ä¸ªè­¦æŠ¥æºä¸­å¯ç”¨çš„授æƒå¯†é’¥ã€‚"
msgid "AlertSettings|Review your external service's documentation to learn where to provide this information to your external service, and the %{linkStart}GitLab documentation%{linkEnd} to learn more about configuring your endpoint."
-msgstr ""
+msgstr "查看外部æœåŠ¡çš„文档以了解将此信æ¯æ供给外部æœåŠ¡çš„ä½ç½®ï¼Œä»¥åŠ%{linkStart}GitLab文档%{linkEnd}æ¥äº†è§£æœ‰å…³é…置端点的更多信æ¯ã€‚"
msgid "AlertSettings|Test alert payload"
-msgstr ""
+msgstr "测试警报数æ®"
msgid "AlertSettings|Test alert sent successfully. If you have made other changes, please save them now."
-msgstr ""
+msgstr "å·²æˆåŠŸå‘é€æµ‹è¯•è­¦æŠ¥ã€‚如果您已ç»åšäº†å…¶ä»–更改,请立å³ä¿å­˜ã€‚"
msgid "AlertSettings|Test failed. Do you still want to save your changes anyway?"
-msgstr ""
+msgstr "测试失败。您ä»ç„¶æƒ³è¦ä¿å­˜æ›´æ”¹å—?"
msgid "AlertSettings|There was an error updating the alert settings"
-msgstr ""
+msgstr "更新警报设置时出错"
msgid "AlertSettings|There was an error while trying to reset the key. Please refresh the page to try again."
-msgstr ""
+msgstr "å°è¯•é‡ç½®å¯†é’¥æ—¶å‡ºé”™ã€‚请刷新页é¢å†è¯•ä¸€æ¬¡ã€‚"
msgid "AlertSettings|URL cannot be blank and must start with http or https"
-msgstr ""
+msgstr "URLä¸èƒ½ä¸ºç©ºï¼Œå¿…须以http或https开头。"
msgid "AlertSettings|Webhook URL"
-msgstr ""
+msgstr "Webhook网å€"
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 ""
+msgstr "您现在å¯ä»¥åœ¨è¿ç»´è®¾ç½®é¡µé¢ä¸Šçš„警报部分中为手动é…置的Prometheus实例设置警报端点。此页é¢ä¸Šçš„警报端点字段已被弃用。"
msgid "AlertSettings|You must provide this URL and authorization key to authorize an external service to send alerts to GitLab. You can provide this URL and key to multiple services. After configuring an external service, alerts from your service will display on the GitLab %{linkStart}Alerts%{linkEnd} page."
-msgstr ""
+msgstr "您必须æ供此URL和授æƒå¯†é’¥æ‰èƒ½æŽˆæƒå¤–部æœåŠ¡å°†è­¦æŠ¥å‘é€åˆ°GitLab。您å¯ä»¥æ供此URL和多个æœåŠ¡çš„密钥。é…置外部æœåŠ¡åŽï¼Œæ¥è‡ªæ‚¨æœåŠ¡çš„警报将显示在GitLab%{linkStart}警报%{linkEnd}页é¢ä¸Šã€‚"
msgid "AlertSettings|Your changes were successfully updated."
-msgstr ""
+msgstr "您的更改已æˆåŠŸæ›´æ–°ã€‚"
msgid "Alerts"
msgstr "警报"
@@ -2241,6 +2307,9 @@ msgstr "所有电å­é‚®ä»¶åœ°å€éƒ½å¯ç”¨äºŽæ ‡è¯†æ‚¨çš„æ交。"
msgid "All environments"
msgstr "所有环境"
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "从模æ¿æˆ–导入时为空白项目将å¯ç”¨æ‰€æœ‰åŠŸèƒ½ï¼Œä½†å¯ä»¥åœ¨é¡¹ç›®è®¾ç½®ä¸­å°†å…¶ç¦ç”¨ã€‚"
@@ -2281,7 +2350,7 @@ msgid "Allow \"%{group_name}\" to sign you in"
msgstr "å…许“%{group_name}â€ä»¥æ‚¨çš„身份登录"
msgid "Allow access to the following IP addresses"
-msgstr ""
+msgstr "å…许访问以下IP地å€"
msgid "Allow commits from members who can merge to the target branch."
msgstr "å…许具有åˆå¹¶åˆ°ç›®æ ‡åˆ†æ”¯æƒé™çš„æˆå‘˜æ交"
@@ -2335,7 +2404,7 @@ msgid "Allow users to request access (if visibility is public or internal)"
msgstr "å…许用户请求访问(如果å¯è§æ€§æ˜¯å…¬å¼€æˆ–内部的)"
msgid "Allowed"
-msgstr ""
+msgstr "å·²å…许"
msgid "Allowed Geo IP"
msgstr "å…许的Geo IP"
@@ -2359,13 +2428,13 @@ msgid "Also called \"Relying party service URL\" or \"Reply URL\""
msgstr "也称为“ä¾èµ–æ–¹æœåŠ¡URLâ€æˆ–“回å¤URLâ€"
msgid "Also unassign this user from related issues and merge requests"
-msgstr ""
+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 "此外,你å¯ä»¥å°†ä½ çš„è´¦å·è½¬åŒ–为%{group_name}分组的托管账å·"
+msgstr "此外,你å¯ä»¥å°†ä½ çš„è´¦å·è½¬åŒ–为%{group_name}群组的托管账å·"
msgid "Amazon EKS"
msgstr "Amazon EKS"
@@ -2386,6 +2455,9 @@ msgid "Amount of time (in hours) that users are allowed to skip forced configura
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 "具有相åŒæŒ‡çº¹çš„%{link_start}警报%{link_end}已打开。è¦æ›´æ”¹æ­¤è­¦æŠ¥çš„状æ€ï¼Œè¯·å…ˆè§£å†³é“¾æŽ¥ä¸­çš„警报。"
+
+msgid "An administrator changed the password for your GitLab account on %{link_to}."
msgstr ""
msgid "An alert has been triggered in %{project_path}."
@@ -2454,6 +2526,9 @@ msgstr "检查群组路径时出错,请刷新页é¢å¹¶é‡è¯•ã€‚"
msgid "An error occurred while committing your changes."
msgstr "æ交更改时å‘生错误。"
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr "解ç æ–‡ä»¶æ—¶å‘生了错误。"
@@ -2482,10 +2557,10 @@ msgid "An error occurred while enabling Service Desk."
msgstr "å¯ç”¨æœåŠ¡å°æ—¶å‘生错误。"
msgid "An error occurred while fetching branches. Retry the search."
-msgstr ""
+msgstr "获å–分支时å‘生错误,请é‡è¯•æœç´¢ã€‚"
msgid "An error occurred while fetching commits. Retry the search."
-msgstr ""
+msgstr "获å–æ交时å‘生错误,请é‡è¯•æœç´¢ã€‚"
msgid "An error occurred while fetching coverage reports."
msgstr "获å–覆盖度报告时出错。"
@@ -2518,7 +2593,7 @@ msgid "An error occurred while fetching sidebar data"
msgstr "获å–侧边æ æ•°æ®æ—¶å‘生错误"
msgid "An error occurred while fetching tags. Retry the search."
-msgstr ""
+msgstr "获å–标签时å‘生错误,请é‡è¯•æœç´¢ã€‚"
msgid "An error occurred while fetching terraform reports."
msgstr "获å–terraform报告时å‘生错误。"
@@ -2526,9 +2601,18 @@ msgstr "获å–terraform报告时å‘生错误。"
msgid "An error occurred while fetching the Service Desk address."
msgstr "获å–æœåŠ¡å°åœ°å€æ—¶å‘生错误。"
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "读å–看æ¿åˆ—表时出错。请å†è¯•ä¸€æ¬¡ã€‚"
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "获å–该构建时å‘生了一个错误。"
@@ -2662,7 +2746,7 @@ msgid "An error occurred while reordering issues."
msgstr "é‡æ–°æŽ’åºè®®é¢˜æ—¶å‘生错误。"
msgid "An error occurred while requesting data from the Jira service"
-msgstr ""
+msgstr "从JiraæœåŠ¡è¯·æ±‚æ•°æ®æ—¶å‡ºé”™"
msgid "An error occurred while retrieving calendar activity"
msgstr "获å–日历动æ€æ—¶å‘生错误"
@@ -2670,15 +2754,18 @@ 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 LDAP override status. Please try again."
msgstr "ä¿å­˜LDAP覆盖状æ€æ—¶å‘生错误。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "An error occurred while saving assignees"
msgstr "ä¿å­˜è¢«æŒ‡æ´¾äººæ—¶å‡ºçŽ°é”™è¯¯ã€‚"
-msgid "An error occurred while saving the approval settings"
-msgstr "ä¿å­˜æ ¸å‡†è®¾ç½®æ—¶å‘生错误"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "ä¿å­˜æ¨¡æ¿æ—¶å‡ºé”™ã€‚请检查模æ¿æ˜¯å¦å­˜åœ¨ã€‚"
@@ -2703,12 +2790,18 @@ msgstr "更新核准人时å‘生错误"
msgid "An error occurred while updating the comment"
msgstr "更新评论时å‘生错误"
+msgid "An error occurred while updating the list. 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 "å‘生了错误,请å†è¯•ä¸€æ¬¡ã€‚"
@@ -2719,7 +2812,7 @@ msgid "An example project for managing Kubernetes clusters integrated with GitLa
msgstr "一个与GitLab集æˆçš„Kubernetes集群管ç†çš„示例项目。"
msgid "An example showing how to use Jsonnet with GitLab dynamic child pipelines"
-msgstr ""
+msgstr "显示如何在GitLab动æ€å­æµæ°´çº¿ä¸­ä½¿ç”¨Jsonnet的示例"
msgid "An instance-level serverless domain already exists."
msgstr "一个实例级无æœåŠ¡å™¨åŸŸå·²ç»å­˜åœ¨ã€‚"
@@ -2787,6 +2880,9 @@ msgstr "任何"
msgid "Any Author"
msgstr "任何作者"
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr "任何分支"
@@ -2797,7 +2893,7 @@ msgid "Any encrypted tokens"
msgstr "任何加密的令牌"
msgid "Any files larger than this limit will not be indexed, and thus will not be searchable."
-msgstr ""
+msgstr "任何大于此é™åˆ¶çš„文件将ä¸ä¼šè¢«ç´¢å¼•ï¼Œå› æ­¤å°†æ— æ³•è¢«æœç´¢åˆ°ã€‚"
msgid "Any label"
msgstr "任何标记"
@@ -2908,7 +3004,7 @@ msgid "Applying suggestions..."
msgstr "正在应用建议..."
msgid "Approval Status"
-msgstr ""
+msgstr "审核状æ€"
msgid "Approval rules"
msgstr "批准规则"
@@ -2954,16 +3050,16 @@ msgid "ApprovalRule|e.g. QA, Security, etc."
msgstr "例如质é‡ä¿è¯ã€å®‰å…¨ç­‰ç­‰ã€‚"
msgid "ApprovalStatusTooltip|Adheres to separation of duties"
-msgstr ""
+msgstr "éµå®ˆèŒè´£åˆ†ç¦»"
msgid "ApprovalStatusTooltip|At least one rule does not adhere to separation of duties"
-msgstr ""
+msgstr "至少有一æ¡è§„则ä¸éµå®ˆèŒè´£åˆ†ç¦»ã€‚"
msgid "ApprovalStatusTooltip|Fails to adhere to separation of duties"
-msgstr ""
+msgstr "未éµå®ˆèŒè´£åˆ†ç¦»"
msgid "Approvals|Section: %section"
-msgstr ""
+msgstr "分段: %section"
msgid "Approve"
msgstr "批准"
@@ -2998,6 +3094,9 @@ msgstr "4月"
msgid "April"
msgstr "4月"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr "存档"
@@ -3010,6 +3109,9 @@ msgstr "归档项目"
msgid "Archived"
msgstr "已存档"
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "已归档项目ï¼ä»“库和其他项目资æºå‡ä¸ºåªè¯»"
@@ -3023,10 +3125,7 @@ msgid "Archiving the project will make it entirely read only. It is hidden from
msgstr "归档项目将使其完全åªè¯»ã€‚仪表æ¿ä¸­å’Œæœç´¢ç»“果中都ä¸ä¼šå‡ºçŽ°è¯¥é¡¹ç›®ã€‚%{strong_start}代ç å°†æ— æ³•æ交到仓库,也无法创建任何议题ã€è¯„论其他对象。%{strong_end}"
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
-msgstr ""
-
-msgid "Are you setting up GitLab for a company?"
-msgstr "您正在为公å¸é…ç½®GitLabå—?"
+msgstr "您确定è¦åˆ é™¤æ­¤é¡¹ç›®å—?"
msgid "Are you sure that you want to archive this project?"
msgstr "确定è¦å½’档此项目å—?"
@@ -3136,8 +3235,8 @@ msgstr "您确定è¦æ’¤é”€ä¹ˆï¼Ÿæ‰€æœ‰ä½¿ç”¨è¯¥GPG密钥签åçš„æ交都会被
msgid "Are you sure? Removing this GPG key does not affect already signed commits."
msgstr "您确认è¦åˆ é™¤GPG密钥么?删除此GPG密钥ä¸ä¼šå½±å“å·²ç»ç­¾åçš„æ交。"
-msgid "Are you sure? The device will be signed out of GitLab."
-msgstr "确定继续å—?该设备将从GitLab登出。"
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
+msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
msgstr "你确定å—?这将使您的已注册应用和U2F设备失效。"
@@ -3148,9 +3247,6 @@ msgstr "排列图表"
msgid "Artifact"
msgstr "产物"
-msgid "Artifact ID"
-msgstr "作业产物ID"
-
msgid "Artifact could not be deleted."
msgstr "无法删除产物。"
@@ -3163,6 +3259,9 @@ msgstr "产物"
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr "由于仅有部分æµè§ˆå™¨æ”¯æŒU2F设备,我们è¦æ±‚您在使用U2F设备之å‰è®¾ç½®ä¸€ä¸ªåŒé‡è®¤è¯åº”用。这样å³ä½¿æ‚¨ä½¿ç”¨ä¸æ”¯æŒU2Fçš„æµè§ˆå™¨æ‚¨ä¹Ÿå¯ä»¥ç™»å½•ã€‚"
+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 "%{user} 推é€åˆ° %{project_name} 的分支%{branch} ( %{commit_url} ): "
@@ -3197,7 +3296,7 @@ msgid "Assign Iteration"
msgstr "分é…迭代"
msgid "Assign To"
-msgstr ""
+msgstr "分é…ç»™"
msgid "Assign custom color like #FF0000"
msgstr "分é…自定义颜色,如FF0000"
@@ -3236,7 +3335,7 @@ msgid "Assigned Merge Requests"
msgstr "已分é…åˆå¹¶è¯·æ±‚"
msgid "Assigned to %{assigneeName}"
-msgstr ""
+msgstr "分é…ç»™%{assigneeName}"
msgid "Assigned to %{assignee_name}"
msgstr "分é…ç»™%{assignee_name}"
@@ -3276,10 +3375,10 @@ msgid "At least one of group_id or project_id must be specified"
msgstr "必须指定至少一个group_id或 project_id"
msgid "At least one of your Personal Access Tokens is expired, but expiration enforcement is disabled. %{generate_new}"
-msgstr ""
+msgstr "您的个人访问令牌中至少有一个已过期,但过期强制已ç¦ç”¨ã€‚%{generate_new}"
msgid "At least one of your Personal Access Tokens will expire soon, but expiration enforcement is disabled. %{generate_new}"
-msgstr ""
+msgstr "您的个人访问令牌中至少有一个å³å°†è¿‡æœŸï¼Œä½†è¿‡æœŸå¼ºåˆ¶å·²ç¦ç”¨ã€‚%{generate_new}"
msgid "At risk"
msgstr "存在风险"
@@ -3298,10 +3397,10 @@ msgid "Attaching the file failed."
msgstr "添加附件失败。"
msgid "Attachment"
-msgstr ""
+msgstr "附件"
msgid "Attachments"
-msgstr ""
+msgstr "附件"
msgid "Audit Events"
msgstr "审计事件"
@@ -3394,10 +3493,10 @@ msgid "Author"
msgstr "作者"
msgid "Author: %{author_name}"
-msgstr ""
+msgstr "作者: %{author_name}"
msgid "Authored %{timeago}"
-msgstr ""
+msgstr "编写于%{timeago}"
msgid "Authored %{timeago} by %{author}"
msgstr "%{author}编写于%{timeago}"
@@ -3409,7 +3508,7 @@ msgid "Authorization key"
msgstr "授æƒå¯†é’¥"
msgid "Authorization required"
-msgstr ""
+msgstr "需è¦æŽˆæƒ"
msgid "Authorization was granted by entering your username and password in the application."
msgstr "在应用中输入您的用户å和密ç å³å®ŒæˆæŽˆæƒã€‚"
@@ -3420,7 +3519,7 @@ msgstr "授æƒ"
msgid "Authorize %{link_to_client} to use your account?"
msgstr "æŽˆæƒ %{link_to_client} 使用您的å¸æˆ·ï¼Ÿ"
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3463,7 +3562,7 @@ msgid "AutoDevOps|Auto DevOps can automatically build, test, and deploy applicat
msgstr "Auto DevOpså¯åŸºäºŽé¢„定义的æŒç»­é›†æˆå’Œäº¤ä»˜é…置自动构建,测试和部署应用程åºã€‚%{auto_devops_start}了解有关Auto DevOps%{auto_devops_end}更多信æ¯ï¼Œæˆ–使用我们的%{quickstart_start}快速入门指å—%{quickstart_end}ç«‹å³å¼€å§‹ã€‚"
msgid "AutoDevOps|Auto DevOps documentation"
-msgstr "DevOps 自动化文档"
+msgstr "Auto DevOps文档"
msgid "AutoDevOps|Dismiss Auto DevOps box"
msgstr "关闭Auto DevOps对è¯æ¡†"
@@ -3498,6 +3597,9 @@ msgstr "使用%{lets_encrypt_link_start}Let's Encrypt%{lets_encrypt_link_end}自
msgid "Automatic certificate management using Let's Encrypt"
msgstr "使用Let's Encrypt自动管ç†è¯ä¹¦"
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr "针对具有å¯ç”¨ä¿®å¤çš„æ¼æ´žè‡ªåŠ¨åˆ›å»ºåˆå¹¶è¯·æ±‚。"
@@ -3514,7 +3616,7 @@ msgid "Available"
msgstr "å¯ç”¨çš„"
msgid "Available Runners: %{runners}"
-msgstr ""
+msgstr "å¯ç”¨çš„Runner: %{runners}"
msgid "Available for dependency and container scanning"
msgstr "å¯ç”¨äºŽä¾èµ–项和容器扫æ"
@@ -3624,8 +3726,8 @@ msgstr "当å‰ç¾¤ç»„无徽章"
msgid "Badges|This project has no badges"
msgstr "当å‰é¡¹ç›®æ— å¾½ç« "
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
-msgstr "您å³å°†åˆ é™¤æ­¤å¾½ç« ã€‚å¾½ç« è¢«åˆ é™¤åŽ <strong>ä¸èƒ½</strong> æ¢å¤ã€‚"
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
+msgstr ""
msgid "Badges|Your badges"
msgstr "您的徽章"
@@ -3721,7 +3823,7 @@ msgid "BillingPlans|To manage the plan for this group, visit the billing section
msgstr "访问%{parent_billing_page_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 "您的GitLab.com%{plan}试用将在%{strong_open}%{expiration_date}过期%{strong_close}。您å¯ä»¥é€šè¿‡ä»¥ä¸‹æ–¹å¼å‡çº§ä»¥ä¿ç•™å¯¹%{plan}功能的访问æƒé™ã€‚"
msgid "BillingPlans|Your GitLab.com trial expired on %{expiration_date}. You can restore access to the features at any time by upgrading below."
msgstr "您的GitLab.com试用已于%{expiration_date}到期。您å¯ä»¥é€šè¿‡ä»¥ä¸‹å‡çº§éšæ—¶æ¢å¤å¯¹åŠŸèƒ½çš„访问。"
@@ -3738,6 +3840,9 @@ msgstr "æ¯æœˆ"
msgid "BillingPlans|per user"
msgstr "æ¯ç”¨æˆ·"
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr "å‡çº§"
@@ -3760,7 +3865,7 @@ msgid "Blocked issue"
msgstr "å—阻的议题"
msgid "Blocking issues"
-msgstr ""
+msgstr "阻塞议题"
msgid "Blocks"
msgstr "阻止"
@@ -3807,14 +3912,17 @@ msgstr "展开"
msgid "Boards|View scope"
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 "未在此项目的仓库中找到 %{branchName} 分支。"
-msgid "Branch <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "已创建分支 <strong>%{branch_name}</strong> 。如需设置自动部署, 请选择åˆé€‚çš„ GitLab CI Yaml 模æ¿å¹¶æ交更改。%{link_to_autodeploy_doc}"
+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 has changed"
msgstr "分支已有新å˜æ›´"
@@ -4008,6 +4116,9 @@ msgstr "未解决议题"
msgid "Burnup chart"
msgstr "燃耗图"
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr "商业"
@@ -4027,7 +4138,7 @@ msgid "By URL"
msgstr "通过URL"
msgid "By clicking Register, I agree that I have read and accepted the GitLab %{linkStart}Terms of Use and Privacy Policy%{linkEnd}"
-msgstr ""
+msgstr "通过å•å‡»æ³¨å†Œï¼Œæˆ‘åŒæ„我已阅读并接å—GitLab%{linkStart}的使用æ¡æ¬¾å’Œéšç§æ”¿ç­–%{linkEnd}"
msgid "By default GitLab sends emails in HTML and plain text formats so mail clients can choose what format to use. Disable this option if you only want to send emails in plain text format."
msgstr "默认情况下,GitLab 以 HTML 和纯文本格å¼å‘é€ç”µå­é‚®ä»¶ï¼Œå› æ­¤é‚®ä»¶å®¢æˆ·ç«¯å¯ä»¥é€‰æ‹©ä½¿ç”¨å“ªç§æ ¼å¼ã€‚如果您åªæƒ³ä»¥çº¯æ–‡æœ¬æ ¼å¼å‘é€ç”µå­é‚®ä»¶ï¼Œè¯·ç¦ç”¨æ­¤é€‰é¡¹ã€‚"
@@ -4135,16 +4246,16 @@ msgid "Can override approvers and approvals required per merge request"
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 ""
+msgstr "由于这些行在较新版本中被更改,无法应用。"
msgid "Can't apply as this line was changed in a more recent version."
-msgstr ""
+msgstr "此行已在较新版本中被更改,无法应用。"
msgid "Can't apply this suggestion."
-msgstr ""
+msgstr "无法应用此建议。"
msgid "Can't create snippet: %{err}"
msgstr "无法创建代ç ç‰‡æ–­: %{err}"
@@ -4153,7 +4264,7 @@ msgid "Can't edit as source branch was deleted"
msgstr "由于æºåˆ†æ”¯å·²åˆ é™¤ï¼Œå› æ­¤æ— æ³•ç¼–辑"
msgid "Can't fetch content for the blob: %{err}"
-msgstr ""
+msgstr "无法获å–Blob的内容: %{err}"
msgid "Can't find HEAD commit for this branch"
msgstr "无法找到此分支的 HEAD æ交"
@@ -4182,6 +4293,9 @@ msgstr "金ä¸é›€éƒ¨ç½²æ˜¯ä¸€é¡¹æµè¡Œçš„CI策略,其中一å°éƒ¨åˆ†èŠ‚点更æ
msgid "Cancel"
msgstr "å–消"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr "å–消è¿è¡Œ"
@@ -4189,7 +4303,7 @@ msgid "Cancel this job"
msgstr "å–消此作业"
msgid "Cancel, keep project"
-msgstr ""
+msgstr "å–消,ä¿ç•™é¡¹ç›®"
msgid "Canceled deployment to"
msgstr "å–消部署到"
@@ -4210,16 +4324,16 @@ msgid "Cannot have multiple Jira imports running at the same time"
msgstr "ä¸èƒ½åŒæ—¶è¿è¡Œå¤šä¸ªJira导入"
msgid "Cannot have multiple unresolved alerts"
-msgstr ""
+msgstr "ä¸èƒ½æœ‰å¤šä¸ªæœªè§£å†³çš„警报"
msgid "Cannot import because issues are not available in this project."
msgstr "无法导入,因为议题在此项目中ä¸å¯ç”¨ã€‚"
-msgid "Cannot make epic confidential if it contains not-confidential issues"
-msgstr "如果å²è¯—包å«éžæœºå¯†æ€§è®®é¢˜ï¼Œåˆ™æ— æ³•å°†å²è¯—设置为机密。"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
+msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
-msgstr "如果å²è¯—包å«éžæœºå¯†å­äº‹å®žï¼Œåˆ™æ— æ³•å°†å²è¯—设置为机密。"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
+msgstr ""
msgid "Cannot merge"
msgstr "无法åˆå¹¶"
@@ -4239,8 +4353,8 @@ msgstr "由于æƒé™ä¸è¶³ï¼Œæ— æ³•æå‡è®®é¢˜ã€‚"
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr "无法通过内部ID引用群组%{timebox_type}ï¼"
-msgid "Cannot set confidential epic for not-confidential issue"
-msgstr "无法为éžæœºå¯†è®®é¢˜çš„设置ä¿å¯†å²è¯—。"
+msgid "Cannot set confidential epic for a non-confidential issue"
+msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
msgstr "无法显示预览。如需预览,è‰å›¾æ–‡ä»¶å¿…须具有Sketch 43åŠä»¥ä¸Šç‰ˆæœ¬çš„文件格å¼ã€‚"
@@ -4252,7 +4366,7 @@ msgid "Capacity threshold"
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 "特定用户内容将被移动到系统级“幽çµç”¨æˆ·â€ï¼Œä»¥ä¿æŒçš„内容供日åŽä½¿ç”¨ã€‚ 欲了解更多信æ¯ï¼Œè¯·å‚阅 %{link_start}用户å¸æˆ·åˆ é™¤æ–‡æ¡£ã€‚%{link_end}"
+msgstr "此用户内容将被移动到系统级“幽çµç”¨æˆ·â€ï¼Œä»¥ä¿ç•™ä¾›æœªæ¥éœ€è¦æ—¶ä½¿ç”¨ã€‚ 欲了解更多信æ¯ï¼Œè¯·å‚阅%{link_start}用户å¸æˆ·åˆ é™¤æ–‡æ¡£%{link_end}。"
msgid "Certificate"
msgstr "è¯ä¹¦"
@@ -4336,10 +4450,10 @@ msgid "Changes"
msgstr "å˜æ›´"
msgid "Changes affect new repositories only. If not specified, Git's default name %{branch_name_default} will be used."
-msgstr ""
+msgstr "更改仅影å“新的仓库。如果未指定,将使用Git的默认å称%{branch_name_default}。"
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 ""
+msgstr "差异显示方å¼ä¾%{b_open}æº%{b_close}版本åˆå¹¶åˆ°%{b_open}目标%{b_close}版本的形å¼ã€‚"
msgid "Changes are still tracked. Useful for cluster/index migrations."
msgstr "å˜æ›´ä»è¢«è·Ÿè¸ªã€‚å¯ç”¨äºŽé›†ç¾¤/索引è¿ç§»ã€‚"
@@ -4357,7 +4471,7 @@ msgid "Changing a Release tag is only supported via Releases API. %{linkStart}Mo
msgstr "åªå¯ä»¥é€šè¿‡Releases API更改å‘布标签。 %{linkStart}更多信æ¯%{linkEnd}"
msgid "Changing group URL can have unintended side effects."
-msgstr ""
+msgstr "更改群组URLå¯èƒ½ä¼šæœ‰æ„想ä¸åˆ°çš„副作用。"
msgid "Channel handle (e.g. town-square)"
msgstr "频é“è´¦å·(例如town-square)"
@@ -4425,9 +4539,6 @@ msgstr "检查命å空间方案的功能å¯ç”¨æ€§"
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr "查看%{docs_link_start}文档%{docs_link_end}。"
-msgid "Check your .gitlab-ci.yml"
-msgstr "检查您的.gitlab-ci.yml"
-
msgid "Check your Docker images for known vulnerabilities."
msgstr "检查您的Dockeré•œåƒæ˜¯å¦å­˜åœ¨å·²çŸ¥æ¼æ´ž."
@@ -4441,7 +4552,7 @@ msgid "Checking branch availability..."
msgstr "正在检查分支的å¯ç”¨æ€§..."
msgid "Checking group URL availability..."
-msgstr ""
+msgstr "正在检查群组URL是å¦å¯ç”¨..."
msgid "Checking group path availability..."
msgstr "正在检查群组路径是å¦å¯ç”¨..."
@@ -4609,10 +4720,10 @@ msgid "Child epic doesn't exist."
msgstr "å­å²è¯—ä¸å­˜åœ¨ã€‚"
msgid "Choose %{strong_open}Create archive%{strong_close} and wait for archiving to complete."
-msgstr ""
+msgstr "选择%{strong_open}创建归档%{strong_close}并等待创建过程完æˆã€‚"
msgid "Choose %{strong_open}Next%{strong_close} at the bottom of the page."
-msgstr ""
+msgstr "选择页é¢åº•éƒ¨çš„%{strong_open}下一步%{strong_close}。"
msgid "Choose a branch/tag (e.g. %{master}) or enter a commit (e.g. %{sha}) to see what's changed or to create a merge request."
msgstr "选择分支/标签(例如%{master})或输入æ交(例如%{sha})以查看更改内容或创建åˆå¹¶è¯·æ±‚。"
@@ -4639,13 +4750,13 @@ msgid "Choose any color."
msgstr "选择任何颜色。"
msgid "Choose between %{code_open}clone%{code_close} or %{code_open}fetch%{code_close} to get the recent application code"
-msgstr ""
+msgstr "选择%{code_open}clone%{code_close}或%{code_open}fetch%{code_close}以获å–最近的应用程åºä»£ç "
msgid "Choose file…"
msgstr "选择文件…"
msgid "Choose labels"
-msgstr ""
+msgstr "选择标记"
msgid "Choose the top-level group for your repository imports."
msgstr "选择仓库导入的顶级群组。"
@@ -4653,8 +4764,8 @@ msgstr "选择仓库导入的顶级群组。"
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr "选择å¯è§æ€§çº§åˆ«ï¼Œå¯ç”¨/ç¦ç”¨é¡¹ç›®åŠŸèƒ½ï¼ˆè®®é¢˜ï¼Œä»“库,wiki,代ç ç‰‡æ®µï¼‰å¹¶è®¾ç½®æƒé™ã€‚"
-msgid "Choose what content you want to see on a group’s overview page"
-msgstr "选择è¦åœ¨ç¾¤ç»„概述页é¢ä¸Šçœ‹åˆ°çš„内容"
+msgid "Choose what content you want to see on a group’s overview page."
+msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
msgstr "请选择è¦è¿žæŽ¥å¹¶è¿è¡Œ CI/CD æµæ°´çº¿çš„代ç ä»“库。"
@@ -4819,11 +4930,17 @@ msgid "ClassificationLabelUnavailable|is unavailable: %{reason}"
msgstr "ä¸å¯ç”¨: %{reason}"
msgid "Cleanup policy for tags"
+msgstr "标签清ç†ç­–ç•¥"
+
+msgid "Cleanup policy maximum processing time (seconds)"
msgstr ""
msgid "Clear"
msgstr "清除"
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr "清除图表过滤器"
@@ -4858,10 +4975,10 @@ msgid "Clears weight."
msgstr "清除æƒé‡"
msgid "Click the %{strong_open}Download%{strong_close} button and wait for downloading to complete."
-msgstr ""
+msgstr "点击%{strong_open}下载%{strong_close}按钮,等待下载完æˆã€‚"
msgid "Click the %{strong_open}Select none%{strong_close} button on the right, since we only need \"Google Code Project Hosting\"."
-msgstr ""
+msgstr "请点击å³è¾¹çš„%{strong_open}æ— %{strong_close}按钮,因为我们åªéœ€è¦\"Google Code Project Hosting\"。"
msgid "Click the button below to begin the install process by navigating to the Kubernetes page"
msgstr "点击下é¢çš„按钮转到Kubernetes页é¢å¼€å§‹å®‰è£…过程"
@@ -4927,6 +5044,9 @@ msgid "Closed"
msgstr "已关闭"
msgid "Closed %{epicTimeagoDate}"
+msgstr "关闭于%{epicTimeagoDate}"
+
+msgid "Closed epics"
msgstr ""
msgid "Closed issues"
@@ -4962,20 +5082,26 @@ msgstr "集群级别"
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr "Stages::ClusterEndpointInserter需è¦é›†ç¾¤ç±»åž‹"
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
-msgstr "%{custom_domain_start}更多信æ¯%{custom_domain_end}。"
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
-msgstr "æ­¤æ“作将永久删除下列资æºï¼š <ul> <li>所有已安装的应用程åºå’Œç›¸å…³èµ„æº</li> <li> <code>GitLab管ç†çš„应用</code> 命å空间</li> <li>任何项目命å空间</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
+msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
-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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr "%{appList} å·²æˆåŠŸå®‰è£…到Kubernetes集群上"
-msgid "ClusterIntegration|%{external_ip}.nip.io"
-msgstr "%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
+msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
msgstr "%{title} å·²æˆåŠŸå¸è½½ã€‚"
@@ -4984,7 +5110,7 @@ msgid "ClusterIntegration|%{title} updated successfully."
msgstr "%{title}æ›´æ–°æˆåŠŸã€‚"
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}æƒé™çš„æœåŠ¡ä»¤ç‰Œ"
@@ -5022,14 +5148,17 @@ msgstr "所有未æ交到GitLabçš„æ•°æ®å°†è¢«åˆ é™¤ä¸”无法还原。"
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr "所有数æ®å°†è¢«åˆ é™¤ï¼Œæ— æ³•æ¢å¤ã€‚"
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr "å…许 GitLab 管ç†æ­¤é›†ç¾¤çš„命å空间和æœåŠ¡è´¦æˆ·ã€‚"
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr "å…许GitLab管ç†æ­¤ç¾¤é›†çš„命å空间和æœåŠ¡è´¦æˆ·ã€‚%{startLink}更多信æ¯%{endLink}"
-msgid "ClusterIntegration|Alternatively"
-msgstr "此外,"
+msgid "ClusterIntegration|Alternatively, "
+msgstr ""
msgid "ClusterIntegration|Amazon EKS"
msgstr "Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr "å°è¯•èŽ·å–您的项目时å‘生错误:%{error}"
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr "å°è¯•èŽ·å–设备类型时å‘生错误:%{error}"
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr "任何正在è¿è¡Œçš„æµæ°´çº¿å°†è¢«å–消。"
@@ -5085,15 +5217,12 @@ msgstr "在VPC中选择è¿è¡Œå·¥ä½œèŠ‚点的%{startLink}å­ç½‘%{externalLinkIcon
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr "选择工作节点的%{startLink}实例类型%{externalLinkIcon}%{endLink}。"
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
-msgstr "选择è¦åœ¨ Kubernetes 群集上安装的应用程åºã€‚安装以下任何一个应用å‰éœ€è¦å…ˆå®‰è£…Helm Tiller。"
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
+msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr "请选择使用此Kubernetes群集的环境。"
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr "清除集群缓存"
@@ -5116,6 +5245,9 @@ msgid "ClusterIntegration|Clusters are utilized by selecting the nearest ancesto
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 "层级中最低且匹é…环境范围的集群将会被使用。例如,项目群集将优先于群组群集。%{linkStart}更多信æ¯%{linkEnd}"
+
+msgid "ClusterIntegration|Connect existing cluster"
msgstr ""
msgid "ClusterIntegration|Copy API URL"
@@ -5227,7 +5359,7 @@ msgid "ClusterIntegration|Environment scope"
msgstr "环境范围"
msgid "ClusterIntegration|Environment scope is required."
-msgstr ""
+msgstr "环境范围是必需的。"
msgid "ClusterIntegration|Every new Google Cloud Platform (GCP) account receives $300 in credit upon %{sign_up_link}. In partnership with Google, GitLab is able to offer an additional $200 for both new and existing GCP accounts to get started with GitLab's Google Kubernetes Engine Integration."
msgstr "æ¯ä¸ªæ–°çš„ Google äº‘å¹³å° (GCP) å¸æˆ·ä½¿ç”¨æ­¤é“¾æŽ¥ %{sign_up_link} å¯ä»¥æ”¶åˆ° 价值300美元的å…è´¹é¢åº¦ã€‚通过与Google çš„åˆä½œï¼ŒGitLabå¯ä»¥ä¸ºæ–°æ³¨å†Œçš„和现有的 GCP å¸æˆ·æä¾›é¢å¤– 200 美元的é¢åº¦ï¼Œä»¥æ–¹ä¾¿å®žçŽ°GitLabå’Œ Google Kubernetes引擎的集æˆã€‚"
@@ -5263,7 +5395,7 @@ msgid "ClusterIntegration|Fluentd is an open source data collector, which lets y
msgstr "Fluentd是一个开æºæ•°æ®æ”¶é›†å™¨ï¼Œå¯ä»¥ç»Ÿä¸€æ•°æ®æ”¶é›†å’Œåˆ©ç”¨ï¼Œä»¥ä¾¿æ›´å¥½åœ°ä½¿ç”¨å’Œäº†è§£æ•°æ®ã€‚它è¦æ±‚至少安装一个以下日志。"
msgid "ClusterIntegration|GitLab Container Network Policies"
-msgstr ""
+msgstr "GitLab容器网络策略"
msgid "ClusterIntegration|GitLab Integration"
msgstr "GitLab集æˆ"
@@ -5301,9 +5433,6 @@ msgstr "Helm Tiller"
msgid "ClusterIntegration|Helm release failed to install"
msgstr "Helm版本安装失败"
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr "Helm简化了Kubernetes应用程åºçš„安装和管ç†ã€‚ Tiller在您的Kubernetes集群内部è¿è¡Œï¼Œå¹¶ç®¡ç†å›¾è¡¨çš„å‘布。"
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr "如果您正在设置多个群集并使用Auto DevOps,请%{help_link_start}先查阅此处%{help_link_end}。"
@@ -5499,8 +5628,8 @@ msgstr "节点数é‡"
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr "节点数必须是数值。"
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
-msgstr "请输入Kubernetes集群的访问信æ¯ã€‚如需帮助,å¯ä»¥é˜…读Kubernetes集群的 %{link_to_help_page}"
+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 "请确ä¿æ‚¨çš„ Google å¸æˆ·ç¬¦åˆä»¥ä¸‹è¦æ±‚:"
@@ -5524,7 +5653,7 @@ msgid "ClusterIntegration|Prometheus is an open-source monitoring system with %{
msgstr "Prometheus是一个开æºç›‘控系统,通过%{linkStart}GitLab集æˆ%{linkEnd}æ¥ç›‘控已部署应用。"
msgid "ClusterIntegration|Protect your clusters with GitLab Container Network Policies by enforcing how pods communicate with each other and other network endpoints. %{linkStart}Learn more about configuring Network Policies here.%{linkEnd}"
-msgstr ""
+msgstr "通过GitLab容器网络策略ä¿æŠ¤æ‚¨çš„集群,方法是强制规定pods如何相互通信和其他网络端点通信。%{linkStart}了解更多关于é…置网络政策的信æ¯ã€‚%{linkEnd}"
msgid "ClusterIntegration|Provider details"
msgstr "集群详情"
@@ -5718,12 +5847,15 @@ msgstr "å¸è½½ %{title} 时出错"
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr "æ›´æ–°Knative域å时出错。"
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
-msgstr "指定域将å…许您使用%{auto_devops_start}Auto DevOps%{auto_devops_end}中的自动评审应用和自动部署阶段。域å应包å«ä¸ŽåŸŸåŒ¹é…的通é…符DNS。"
+msgid "ClusterIntegration|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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr "与您的角色关è”çš„Amazon资æºå称(ARN)。如果您没有é…置角色,请首先使用上述å¸æˆ·å’Œå¤–部ID在 %{startAwsLink}Amazon Web Services%{externalLinkIcon}%{endLink} 上创建一个。了解%{startMoreInfoLink}更多信æ¯%{endLink}"
@@ -5763,15 +5895,27 @@ msgstr "该å¸æˆ·éœ€å…·å¤‡åœ¨å¦‚下指定的%{link_to_container_project}中创å»
msgid "ClusterIntegration|This option will allow you to install applications on RBAC clusters."
msgstr "此选项å…许您在å¯ç”¨RBAC的群集上安装应用程åºã€‚"
+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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
msgstr "è¦åœ¨éƒ¨ç½²åŽè®¿é—®æ‚¨çš„应用程åºï¼Œè¯·å°†é€šé…符 DNS æŒ‡å‘ Knative 节点。"
+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 "è¦åˆ é™¤é›†æˆå’Œèµ„æºï¼Œè¯·è¾“å…¥%{clusterName}以确认:"
msgid "ClusterIntegration|To remove your integration, type %{clusterName} to confirm:"
msgstr "è¦åˆ é™¤é›†æˆï¼Œè¯·è¾“å…¥%{clusterName}以确认:"
+msgid "ClusterIntegration|To use a new project, first create one on %{docsLinkStart}Google Cloud Platform%{docsLinkEnd}."
+msgstr ""
+
msgid "ClusterIntegration|Uninstall %{appTitle}"
msgstr "å¸è½½ %{appTitle}"
@@ -5796,6 +5940,9 @@ msgstr "验è¯é¡¹ç›®è´¦å•çŠ¶æ€"
msgid "ClusterIntegration|We could not verify that one of your projects on GCP has billing enabled. Please try again."
msgstr "无法验è¯æ‚¨åœ¨ GCP 上的æŸä¸ªé¡¹ç›®æ˜¯å¦å¯ç”¨äº†è®¡è´¹ã€‚请é‡è¯•ã€‚"
+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 "使用与此项目关è”çš„Kubernetes集群,å¯ä»¥æ–¹ä¾¿åœ°ä½¿ç”¨è¯„审应用,部署应用程åºï¼Œè¿è¡Œæµæ°´çº¿ç­‰ç­‰ã€‚"
@@ -5811,9 +5958,6 @@ msgstr "您å³å°†ä»Žæ‚¨çš„集群中å¸è½½ %{appTitle}。"
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr "您å³å°†åœ¨ç¾¤é›†ä¸Šæ›´æ–°%{appTitle}。"
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr "在安装以下应用程åºä¹‹å‰ï¼Œå¿…须先安装Helm Tiller"
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr "您必须授予对组织的AWS资æºçš„访问æƒé™ï¼Œæ‰èƒ½åˆ›å»ºæ–°çš„EKS集群。è¦æŽˆäºˆè®¿é—®æƒé™ï¼Œè¯·ä½¿ç”¨ä¸‹é¢çš„å¸æˆ·å’Œå¤–部ID创建供应角色,并å‘æä¾›ARN。"
@@ -5844,8 +5988,8 @@ msgstr "地域"
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr "访问 Google Kubernetes Engine"
-msgid "ClusterIntegration|documentation"
-msgstr "文档"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
+msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
msgstr "通过%{linkStart}Cloud Run%{linkEnd}安装"
@@ -5923,10 +6067,10 @@ msgid "Code owners"
msgstr "代ç æ‰€æœ‰è€…"
msgid "CodeIntelligence|This is the definition"
-msgstr ""
+msgstr "此处为定义"
msgid "CodeNavigation|No references found"
-msgstr ""
+msgstr "找ä¸åˆ°å¼•ç”¨"
msgid "CodeOwner|Pattern"
msgstr "模å¼"
@@ -6021,6 +6165,12 @@ msgstr "对%{startLine}到%{endLine}行的评论"
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 "评论"
@@ -6080,7 +6230,7 @@ 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 ""
+msgstr "您选择的æ交出现在这里。转到第一个选项å¡ï¼Œç„¶åŽé€‰æ‹©æ交以添加到此åˆå¹¶è¯·æ±‚中。"
msgid "Commits|An error occurred while fetching merge requests data."
msgstr "获å–åˆå¹¶è¯·æ±‚æ•°æ®æ—¶å‡ºé”™"
@@ -6143,7 +6293,7 @@ msgid "Complete"
msgstr "完æˆ"
msgid "Completed"
-msgstr ""
+msgstr "已完æˆ"
msgid "Compliance"
msgstr "åˆè§„"
@@ -6220,8 +6370,8 @@ msgstr "é…ç½®Promethes"
msgid "Configure Tracing"
msgstr "é…置跟踪"
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
-msgstr "在 <code>.gitlab</code> 目录中é…ç½® <code>.gitlab-webide.yml</code> 文件以开始使用Web终端。 %{helpStart}了解更多。%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
msgstr "在仓库上é…置自动git检查和仓库整ç†ã€‚"
@@ -6233,7 +6383,7 @@ msgid "Configure limit for issues created per minute by web and API requests."
msgstr "é…ç½®æ¯åˆ†é’Ÿç”±ç½‘页和API请求创建议题数的é™åˆ¶ã€‚"
msgid "Configure limits for Project/Group Import/Export."
-msgstr ""
+msgstr "é…置项目/群组的导入/导出é™åˆ¶ã€‚"
msgid "Configure limits for web and API requests."
msgstr "é…ç½® web å’Œ API 请求é™åˆ¶ã€‚"
@@ -6266,22 +6416,22 @@ msgid "Confirmation required"
msgstr "需è¦ç¡®è®¤"
msgid "Confluence"
-msgstr ""
+msgstr "Confluence"
msgid "ConfluenceService|Confluence Workspace"
-msgstr ""
+msgstr "Confluence工作区"
msgid "ConfluenceService|Connect a Confluence Cloud Workspace to your GitLab project"
-msgstr ""
+msgstr "将Confluence Cloud Workspace连接到您的GitLab项目"
msgid "ConfluenceService|Enabling the Confluence Workspace will disable the default GitLab Wiki. Your GitLab Wiki data will be saved and you can always re-enable it later by turning off this integration"
-msgstr ""
+msgstr "å¯ç”¨Confluence工作区将ç¦ç”¨é»˜è®¤çš„GitLab Wiki。您的GitLab Wikiæ•°æ®å°†è¢«ä¿å­˜ï¼Œæ‚¨ä»¥åŽéšæ—¶å¯ä»¥é€šè¿‡å…³é—­æ­¤é›†æˆæ¥é‡æ–°å¯ç”¨å®ƒ"
msgid "ConfluenceService|The URL of the Confluence Workspace"
-msgstr ""
+msgstr "Confluence工作区的URL"
msgid "ConfluenceService|Your GitLab Wiki can be accessed here: %{wiki_link}. To re-enable your GitLab Wiki, disable this integration"
-msgstr ""
+msgstr "您的GitLab Wikiå¯ä»¥åœ¨æ­¤è®¿é—®ï¼š %{wiki_link}。è¦é‡æ–°å¯ç”¨æ‚¨çš„GitLab Wiki,请ç¦ç”¨æ­¤é›†æˆ"
msgid "Congratulations! You have enabled Two-factor Authentication!"
msgstr "æ­å–œï¼æ‚¨å·²å¯ç”¨äº†åŒé‡è®¤è¯ï¼"
@@ -6344,13 +6494,13 @@ msgid "Container registry is not enabled on this GitLab instance. Ask an adminis
msgstr "æ­¤GitLab实例上尚未å¯ç”¨å®¹å™¨é•œåƒåº“。请通知管ç†å‘˜å¯ç”¨ä»¥ä¾¿Auto DevOps能够正常工作。"
msgid "Container repositories"
-msgstr ""
+msgstr "容器仓库"
msgid "Container repositories sync capacity"
msgstr "容器镜åƒåº“åŒæ­¥èƒ½åŠ›"
msgid "Container repository"
-msgstr ""
+msgstr "容器仓库"
msgid "ContainerRegistry| Please visit the %{linkStart}administration settings%{linkEnd} to enable this feature."
msgstr "请访问%{linkStart}管ç†è®¾ç½®%{linkEnd}以å¯ç”¨æ­¤åŠŸèƒ½ã€‚"
@@ -6370,7 +6520,7 @@ msgid "ContainerRegistry|%{title} was successfully scheduled for deletion"
msgstr "%{title}å·²æˆåŠŸå®‰æŽ’删除"
msgid "ContainerRegistry|%{toggleStatus} - Tags matching the patterns defined below will be scheduled for deletion"
-msgstr ""
+msgstr "%{toggleStatus} - 匹é…以下模å¼çš„标签将被安排删除"
msgid "ContainerRegistry|Build an image"
msgstr "构建镜åƒ"
@@ -6379,16 +6529,16 @@ msgid "ContainerRegistry|CLI Commands"
msgstr "CLI命令"
msgid "ContainerRegistry|Cleanup policy for tags is disabled"
-msgstr ""
+msgstr "ç¦ç”¨æ ‡ç­¾æ¸…ç†ç­–ç•¥"
msgid "ContainerRegistry|Cleanup policy successfully saved."
-msgstr ""
+msgstr "清ç†ç­–ç•¥ä¿å­˜æˆåŠŸã€‚"
msgid "ContainerRegistry|Cleanup policy:"
-msgstr ""
+msgstr "清ç†ç­–略:"
msgid "ContainerRegistry|Configuration digest: %{digest}"
-msgstr ""
+msgstr "é…置摘è¦: %{digest}"
msgid "ContainerRegistry|Container Registry"
msgstr "容器镜åƒåº“"
@@ -6406,10 +6556,10 @@ msgid "ContainerRegistry|Delete selected"
msgstr "删除选中项"
msgid "ContainerRegistry|Deletion disabled due to missing or insufficient permissions."
-msgstr ""
+msgstr "由于缺少æƒé™æˆ–æƒé™ä¸è¶³ï¼Œåˆ é™¤åŠŸèƒ½å·²ç¦ç”¨ã€‚"
msgid "ContainerRegistry|Digest: %{imageId}"
-msgstr ""
+msgstr "摘è¦: %{imageId}"
msgid "ContainerRegistry|Docker connection error"
msgstr "Docker连接错误"
@@ -6442,13 +6592,13 @@ msgid "ContainerRegistry|Image tags"
msgstr "é•œåƒæ ‡ç­¾"
msgid "ContainerRegistry|Invalid tag: missing manifest digest"
-msgstr ""
+msgstr "无效标签:缺少æ述摘è¦"
msgid "ContainerRegistry|Login"
msgstr "登录"
msgid "ContainerRegistry|Manifest digest: %{digest}"
-msgstr ""
+msgstr "æ述摘è¦: %{digest}"
msgid "ContainerRegistry|Missing or insufficient permission, delete button disabled"
msgstr "æ— æƒé™æˆ–æƒé™ä¸è¶³ï¼Œåˆ é™¤æŒ‰é’®å·²ç¦ç”¨"
@@ -6460,7 +6610,7 @@ msgid "ContainerRegistry|Published %{timeInfo}"
msgstr "å‘布于%{timeInfo}"
msgid "ContainerRegistry|Published to the %{repositoryPath} image repository at %{time} on %{date}"
-msgstr ""
+msgstr "于%{date}%{time}å‘布到%{repositoryPath}é•œåƒä»“库。"
msgid "ContainerRegistry|Push an image"
msgstr "推é€é•œåƒ"
@@ -6476,10 +6626,10 @@ msgid_plural "ContainerRegistry|Remove tags"
msgstr[0] "删除标签"
msgid "ContainerRegistry|Set cleanup policy"
-msgstr ""
+msgstr "设置清ç†ç­–ç•¥"
msgid "ContainerRegistry|Something went wrong while fetching the cleanup policy."
-msgstr ""
+msgstr "获å–清ç†æ”¿ç­–时出了错。"
msgid "ContainerRegistry|Something went wrong while fetching the repository list."
msgstr "获å–仓库列表时出错。"
@@ -6497,7 +6647,7 @@ msgid "ContainerRegistry|Something went wrong while scheduling %{title} for dele
msgstr "安排删除%{title}时出错。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "ContainerRegistry|Something went wrong while updating the cleanup policy."
-msgstr ""
+msgstr "更新清ç†æ”¿ç­–时出了错。"
msgid "ContainerRegistry|Sorry, your filter produced no results."
msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç¬¦åˆè¿‡æ»¤å™¨çš„任何结果."
@@ -6521,7 +6671,7 @@ msgid "ContainerRegistry|The last tag related to this image was recently removed
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 "当å‰ç¾¤ç»„没有容器镜åƒã€‚"
@@ -6539,7 +6689,7 @@ msgid "ContainerRegistry|This image repository is scheduled for deletion"
msgstr "此镜åƒä»“库已安排删除"
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 "è¦æ‰©å¤§æœç´¢èŒƒå›´ï¼Œè¯·æ›´æ”¹æˆ–删除上é¢çš„过滤器。"
@@ -6548,10 +6698,10 @@ msgid "ContainerRegistry|We are having trouble connecting to the Registry, which
msgstr "当å‰æ— æ³•è¿žæŽ¥åˆ°é•œåƒåº“,原因å¯èƒ½æ˜¯é¡¹ç›®å称或路径的问题。%{docLinkStart}更多信æ¯%{docLinkEnd}"
msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-master%{codeEnd} or %{codeStart}release-.*%{codeEnd} are supported"
-msgstr ""
+msgstr "支æŒé€šé…符,例如%{codeStart}.*-master%{codeEnd}或%{codeStart}release-.*%{codeEnd}"
msgid "ContainerRegistry|Wildcards such as %{codeStart}.*-test%{codeEnd} or %{codeStart}dev-.*%{codeEnd} are supported. To select all tags, use %{codeStart}.*%{codeEnd}"
-msgstr ""
+msgstr "支æŒé€šé…符,例如%{codeStart}.*-test%{codeEnd}或%{codeStart}dev-.*%{codeEnd}。如需选择所有标签,请使用%{codeStart}.*%{codeEnd}"
msgid "ContainerRegistry|With the Container Registry, every project can have its own space to store its Docker images. %{docLinkStart}More Information%{docLinkEnd}"
msgstr "在容器镜åƒåº“中,æ¯ä¸ªé¡¹ç›®éƒ½æœ‰è‡ªå·±çš„空间æ¥å­˜å‚¨å®¹å™¨é•œåƒã€‚ %{docLinkStart}更多信æ¯%{docLinkEnd}"
@@ -6575,19 +6725,19 @@ msgid "ContainerRegistry|You can add an image to this registry with the followin
msgstr "您å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤å°†é•œåƒæ·»åŠ åˆ°å®¹å™¨é•œåƒåº“:"
msgid "Contains %{count} blobs of images (%{size})"
-msgstr "包å«å›¾åƒ(%{size})çš„%{count}个blob"
+msgstr "包å«é•œåƒ(%{size})çš„%{count}个blob"
msgid "Contents of .gitlab-ci.yml"
msgstr ".gitlab-ci.yml的内容"
msgid "ContextCommits|Failed to create context commits. Please try again."
-msgstr ""
+msgstr "创建相关æ交失败。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "ContextCommits|Failed to create/remove context commits. Please try again."
-msgstr ""
+msgstr "创建/删除相关æ交失败。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "ContextCommits|Failed to delete context commits. Please try again."
-msgstr ""
+msgstr "删除相关æ交失败。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "Continue"
msgstr "继续"
@@ -6608,13 +6758,13 @@ 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."
-msgstr ""
+msgstr "创建%{created_count}个,åˆå¹¶%{merged_count}个。"
msgid "ContributionAnalytics|%{pushes} pushes, more than %{commits} commits by %{people} contributors."
-msgstr ""
+msgstr "%{pushes}次推é€ï¼Œè¶…过%{people}个贡献者的%{commits}次æ交。"
msgid "ContributionAnalytics|Contribution analytics for issues, merge requests and push events since %{start_date}"
msgstr "自%{start_date}起的议题,åˆå¹¶è¯·æ±‚和推é€äº‹ä»¶çš„贡献分æž"
@@ -6644,7 +6794,7 @@ msgid "ContributionAnalytics|No pushes for the selected time period."
msgstr "在选定的时间段内没有推é€ã€‚"
msgid "Contributions for %{calendar_date}"
-msgstr ""
+msgstr "%{calendar_date}的贡献"
msgid "Contributions per group member"
msgstr "群组æˆå‘˜è´¡çŒ®è¯¦æƒ…"
@@ -6670,9 +6820,6 @@ msgstr "已从%{source_issuable_reference}å¤åˆ¶æ ‡è®°å’Œé‡Œç¨‹ç¢‘。"
msgid "Copy"
msgstr "å¤åˆ¶"
-msgid "Copy %{field}"
-msgstr "å¤åˆ¶%{field}"
-
msgid "Copy %{http_label} clone URL"
msgstr "å¤åˆ¶ %{http_label} 克隆地å€"
@@ -6752,9 +6899,12 @@ msgid "Copy secret"
msgstr "å¤åˆ¶å¯†ç "
msgid "Copy source branch name"
-msgstr ""
+msgstr "å¤åˆ¶æºåˆ†æ”¯å称"
msgid "Copy the code below to implement tracking in your application:"
+msgstr "å¤åˆ¶ä¸‹é¢çš„代ç æ¥å®žçŽ°æ‚¨çš„应用程åºä¸­çš„跟踪:"
+
+msgid "Copy to clipboard"
msgstr ""
msgid "Copy token"
@@ -6769,6 +6919,9 @@ msgstr "å¤åˆ¶å€¼"
msgid "Could not add admins as members"
msgstr "无法将管ç†å‘˜æ·»åŠ ä¸ºæˆå‘˜"
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr "无法授æƒèŠå¤©æ˜µç§°ã€‚å†è¯•ä¸€æ¬¡ï¼"
@@ -6793,15 +6946,21 @@ msgstr "无法创建环境"
msgid "Could not create group"
msgstr "无法创建群组"
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr "无法创建项目"
-msgid "Could not delete %{design}. Please try again."
-msgstr "无法删除%{design}。请é‡è¯•ã€‚"
+msgid "Could not create wiki page"
+msgstr ""
msgid "Could not delete chat nickname %{chat_name}."
msgstr "无法删除èŠå¤©æ˜µç§° %{chat_name}。"
+msgid "Could not delete wiki page"
+msgstr ""
+
msgid "Could not find design."
msgstr "未找到设计."
@@ -6832,6 +6991,9 @@ msgstr "无法ä¿å­˜é¡¹ç›®ID"
msgid "Could not save prometheus manual configuration"
msgstr "无法ä¿å­˜prometheus手动é…ç½®"
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr "无法更新LDAP设置"
@@ -6845,7 +7007,11 @@ msgid "Coverage"
msgstr "覆盖率"
msgid "Coverage Fuzzing"
-msgstr "覆盖率模糊测试"
+msgstr "Coverage Fuzzing"
+
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
msgid "Create"
msgstr "创建"
@@ -6866,7 +7032,7 @@ msgid "Create Project"
msgstr "创建项目"
msgid "Create Value Stream"
-msgstr ""
+msgstr "创建价值æµ"
msgid "Create a GitLab account first, and then connect it to your %{label} account."
msgstr "请先创建一个GitLabå¸æˆ·ï¼Œç„¶åŽå°†å…¶è¿žæŽ¥åˆ°æ‚¨çš„ %{label} å¸æˆ·ã€‚"
@@ -6875,7 +7041,7 @@ msgid "Create a Mattermost team for this group"
msgstr "为这个群组创建一个Mattermost团队"
msgid "Create a local proxy for storing frequently used upstream images. %{link_start}Learn more%{link_end} about dependency proxies."
-msgstr "创建本地代ç†ï¼Œç”¨äºŽå­˜å‚¨é¢‘ç¹ä½¿ç”¨çš„上游镜åƒã€‚ %{link_start}了解更多%{link_end} 关于ä¾èµ–代ç†çš„内容。"
+msgstr "创建本地代ç†ï¼Œç”¨äºŽå­˜å‚¨å¸¸ç”¨çš„上游镜åƒã€‚%{link_start}了解更多%{link_end}关于ä¾èµ–项代ç†çš„内容。"
msgid "Create a merge request"
msgstr "创建一个åˆå¹¶ç”³è¯·"
@@ -6908,7 +7074,7 @@ msgid "Create an issue. Issues are created for each alert triggered."
msgstr "创建一个议题。为已触å‘çš„æ¯ä¸ªè­¦æŠ¥åˆ›å»ºè®®é¢˜ã€‚"
msgid "Create and provide your GitHub %{link_start}Personal Access Token%{link_end}. You will need to select the %{code_open}repo%{code_close} scope, so we can display a list of your public and private repositories which are available to import."
-msgstr ""
+msgstr "请创建并æ供您的GitHub%{link_start}个人访问令牌%{link_end}。您需è¦é€‰æ‹©%{code_open}repo%{code_close}范围,这样我们æ‰å¯ä»¥å‘您显示å¯å¯¼å…¥çš„公共和ç§æœ‰ä»“库的列表。"
msgid "Create board"
msgstr "新建看æ¿"
@@ -6937,6 +7103,9 @@ msgstr "创建å²è¯—"
msgid "Create file"
msgstr "创建文件"
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr "创建群组"
@@ -6965,7 +7134,7 @@ msgid "Create new"
msgstr "创建新的"
msgid "Create new Value Stream"
-msgstr ""
+msgstr "创建新价值æµ"
msgid "Create new board"
msgstr "新建看æ¿"
@@ -6973,6 +7142,9 @@ msgstr "新建看æ¿"
msgid "Create new branch"
msgstr "创建新分支"
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr "创建新目录"
@@ -6983,7 +7155,7 @@ msgid "Create new file or directory"
msgstr "创建新文件或目录"
msgid "Create new issue in Jira"
-msgstr ""
+msgstr "在Jira创建新议题"
msgid "Create new label"
msgstr "创建新标记"
@@ -6997,6 +7169,9 @@ msgstr "新建项目"
msgid "Create project label"
msgstr "创建项目标记"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr "创建需求"
@@ -7046,13 +7221,13 @@ msgid "Created branch '%{branch_name}' and a merge request to resolve this issue
msgstr "创建了分支“%{branch_name}â€å’Œåˆå¹¶è¯·æ±‚以解决此议题。"
msgid "Created by %{job}"
-msgstr ""
+msgstr "由%{job}创建"
msgid "Created by me"
msgstr "由我创建"
msgid "Created by:"
-msgstr ""
+msgstr "创建人:"
msgid "Created date"
msgstr "创建日期"
@@ -7112,7 +7287,7 @@ msgid "Cron Timezone"
msgstr "Cron 时区"
msgid "Cron time zone"
-msgstr ""
+msgstr "Cron时区"
msgid "Crossplane"
msgstr "Crossplane"
@@ -7168,6 +7343,9 @@ msgstr "自定义HTTP(S)åè®®Git克隆URL"
msgid "Custom hostname (for private commit emails)"
msgstr "自定义主机å(用于ç§æœ‰æ交电å­é‚®ä»¶ï¼‰"
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "自定义通知事件"
@@ -7235,10 +7413,10 @@ msgid "CustomCycleAnalytics|Update stage"
msgstr "更新阶段"
msgid "Customer Portal"
-msgstr "客户网站"
+msgstr "客户中心"
msgid "Customizable by an administrator."
-msgstr ""
+msgstr "å¯ç”±ç®¡ç†å‘˜è‡ªå®šä¹‰ã€‚"
msgid "Customize colors"
msgstr "自定义颜色"
@@ -7264,6 +7442,15 @@ msgstr "自定义æµæ°´çº¿é…置,查看æµæ°´çº¿çŠ¶æ€å’Œè¦†ç›–率报告。"
msgid "Customize your pipeline configuration."
msgstr "自定义您的æµæ°´çº¿é…置。"
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr "周期时间"
@@ -7427,6 +7614,9 @@ msgstr "DAG"
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr "DAGå¯è§†åŒ–至少需è¦3个ä¾èµ–作业。"
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7457,58 +7647,157 @@ msgstr "%{firstProject}ã€%{rest} å’Œ %{secondProject}"
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr "无法添加%{invalidProjects}。此仪表æ¿å¯ç”¨äºŽå…¬å¼€é¡¹ç›®ï¼Œä»¥åŠé“¶ç‰Œæ–¹æ¡ˆç¾¤ç»„中的ç§æœ‰é¡¹ç›®ã€‚"
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
+msgstr "无法更新站点é…置。请é‡è¯•ã€‚"
+
+msgid "DastProfiles|Do you want to discard this scanner profile?"
msgstr ""
msgid "DastProfiles|Do you want to discard this site profile?"
-msgstr ""
+msgstr "您è¦æ”¾å¼ƒæ­¤ç«™ç‚¹é…ç½®å—?"
msgid "DastProfiles|Do you want to discard your changes?"
+msgstr "您è¦æ”¾å¼ƒæ›´æ”¹å—?"
+
+msgid "DastProfiles|Download validation text file"
msgstr ""
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
-msgstr ""
+msgstr "编辑功能å³å°†åˆ°æ¥ã€‚如果需è¦æ›´æ”¹è¯·åˆ›å»ºä¸€ä¸ªæ–°çš„é…ç½®"
msgid "DastProfiles|Edit site profile"
-msgstr ""
+msgstr "编辑站点é…ç½®"
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
-msgstr ""
+msgstr "管ç†é…ç½®"
msgid "DastProfiles|Manage profiles"
+msgstr "管ç†é…ç½®"
+
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
msgstr ""
-msgid "DastProfiles|New site profile"
+msgid "DastProfiles|New Profile"
msgstr ""
-msgid "DastProfiles|No profiles created yet"
+msgid "DastProfiles|New scanner profile"
msgstr ""
+msgid "DastProfiles|New site profile"
+msgstr "新建站点é…ç½®"
+
+msgid "DastProfiles|No profiles created yet"
+msgstr "尚未创建é…ç½®"
+
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
+msgstr "请输入一个有效的URLæ ¼å¼ï¼Œä¾‹å¦‚:http://www.example.com/home"
+
+msgid "DastProfiles|Please enter a valid timeout value"
msgstr ""
msgid "DastProfiles|Profile name"
-msgstr ""
+msgstr "é…ç½®å称"
msgid "DastProfiles|Save commonly used configurations for target sites and scan specifications as profiles. Use these with an on-demand scan."
-msgstr ""
+msgstr "将目标站点和扫æ设置的常用设定ä¿å­˜ä¸ºé…置。使用这些é…置进行需求扫æ。"
msgid "DastProfiles|Save profile"
+msgstr "ä¿å­˜é…ç½®"
+
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
msgstr ""
msgid "DastProfiles|Site Profiles"
+msgstr "站点é…ç½®"
+
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
msgstr ""
msgid "DastProfiles|Target URL"
+msgstr "目标URL"
+
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
msgstr ""
msgid "Data is still calculating..."
@@ -7563,7 +7852,7 @@ msgid "Decline and sign out"
msgstr "æ‹’ç»å¹¶é€€å‡º"
msgid "Decompressed archive size validation failed."
-msgstr ""
+msgstr "解压归档大å°éªŒè¯å¤±è´¥ã€‚"
msgid "Default Branch"
msgstr "默认分支"
@@ -7583,8 +7872,8 @@ msgstr "默认分支和å—ä¿æŠ¤çš„分支"
msgid "Default classification label"
msgstr "默认分类标记"
-msgid "Default deletion adjourned period"
-msgstr "默认删除延时"
+msgid "Default deletion delay"
+msgstr ""
msgid "Default description template for issues"
msgstr "议题的默认æ述模æ¿"
@@ -7599,7 +7888,7 @@ msgid "Default first day of the week in calendars and date pickers."
msgstr "在日期选择器中显示æ¯å‘¨é»˜è®¤çš„起始日。"
msgid "Default initial branch name"
-msgstr ""
+msgstr "默认åˆå§‹åˆ†æ”¯å称"
msgid "Default issue template"
msgstr "默认议题模æ¿"
@@ -7620,10 +7909,10 @@ msgid "Default: Map a FogBugz account ID to a full name"
msgstr "默认:将FogBugzå¸æˆ·ID映射为全å"
msgid "DefaultBranchLabel|default"
-msgstr ""
+msgstr "default"
msgid "Define a custom deploy freeze pattern with %{cronSyntaxStart}cron syntax%{cronSyntaxEnd}"
-msgstr ""
+msgstr "使用%{cronSyntaxStart}cron语法%{cronSyntaxEnd}定义自定义部署冻结模å¼"
msgid "Define a custom pattern with cron syntax"
msgstr "使用 Cron 语法定义自定义模å¼"
@@ -7632,13 +7921,13 @@ msgid "Define custom rules for what constitutes spam, independent of Akismet"
msgstr "定义独立于Akismet的垃圾邮件自定义规则"
msgid "Define environments in the deploy stage(s) in %{code_open}.gitlab-ci.yml%{code_close} to track deployments here."
-msgstr ""
+msgstr "在%{code_open}.githab-ci.yml%{code_close}的部署阶段中定义环境æ¥è·Ÿè¸ªéƒ¨ç½²ã€‚"
msgid "Definition"
-msgstr ""
+msgstr "定义"
msgid "Delayed Project Deletion (%{adjourned_deletion})"
-msgstr ""
+msgstr "延迟项目删除(%{adjourned_deletion})"
msgid "DelayedJobs|Are you sure you want to run %{jobName} immediately? Otherwise this job will run automatically after it's timer finishes."
msgstr "您确定è¦ç«‹å³è¿è¡Œ %{jobName} å—?å¦åˆ™çš„è¯ï¼Œè¯¥ä½œä¸šå°†åœ¨è®¡æ—¶ç»“æŸåŽè‡ªåŠ¨è¿è¡Œã€‚"
@@ -7661,12 +7950,12 @@ msgstr "删除"
msgid "Delete Comment"
msgstr "删除评论"
-msgid "Delete Package"
-msgstr "删除文件包"
-
msgid "Delete Snippet"
msgstr "删除代ç ç‰‡æ®µ"
+msgid "Delete account"
+msgstr ""
+
msgid "Delete artifacts"
msgstr "删除产物"
@@ -7698,7 +7987,7 @@ msgid "Delete project"
msgstr "删除项目"
msgid "Delete project. Are you ABSOLUTELY SURE?"
-msgstr ""
+msgstr "删除项目。您ç»å¯¹ç¡®å®šå—?"
msgid "Delete serverless domain?"
msgstr "删除无æœåŠ¡å™¨çš„域å?"
@@ -7721,6 +8010,9 @@ msgstr "删除用户列表"
msgid "Delete variable"
msgstr "删除å˜é‡"
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr "删除项目仓库失败。请é‡è¯•æˆ–è”系管ç†å‘˜ã€‚"
@@ -7742,15 +8034,24 @@ msgstr "æ¢å¤wiki仓库失败。请è”系管ç†å‘˜ã€‚"
msgid "Deleted"
msgstr "已删除"
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr "已删除èŠå¤©çš„昵称: %{chat_name}!"
-msgid "Deleted in this version"
-msgstr "此版本删除"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
+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 license failed."
msgstr "删除许å¯è¯å¤±è´¥ã€‚"
@@ -7760,11 +8061,14 @@ msgstr "删除许å¯è¯å¤±è´¥ã€‚找ä¸åˆ°è®¸å¯è¯ã€‚"
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr "删除许å¯è¯å¤±è´¥ã€‚ä¸å…许您执行此æ“作。"
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr "删除等待中。此项目将于%{date}被删除。仓库和其他项目资æºä¸ºåªè¯»ã€‚"
msgid "Denied"
-msgstr ""
+msgstr "已拒ç»"
msgid "Denied authorization of chat nickname %{user_name}."
msgstr "æ‹’ç»èŠå¤©æ˜µç§° %{user_name} 的授æƒã€‚"
@@ -7773,7 +8077,7 @@ msgid "Deny"
msgstr "æ‹’ç»"
msgid "Deny access request"
-msgstr ""
+msgstr "æ‹’ç»è®¿é—®è¯·æ±‚"
msgid "Dependencies"
msgstr "ä¾èµ–项"
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] "%d个其它æ¼æ´žæœªæ˜¾ç¤º"
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] "检测到%d个æ¼æ´ž"
@@ -7792,6 +8100,9 @@ msgstr[0] "检测到%d个æ¼æ´ž"
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr "其余%{remainingLicensesCount}项"
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr "所有"
@@ -7804,6 +8115,9 @@ msgstr "组件"
msgid "Dependencies|Component name"
msgstr "组件å称"
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr "导出为JSON"
@@ -7822,6 +8136,9 @@ msgstr "打包程åº"
msgid "Dependencies|The %{codeStartTag}dependency_scanning%{codeEndTag} job has failed and cannot generate the list. Please ensure the job is running properly and run the pipeline again."
msgstr "%{codeStartTag}dependency_scanning%{codeEndTag} 作业失败,无法生æˆåˆ—表。请确ä¿ä½œä¸šæ­£å¸¸è¿è¡Œå¹¶é‡å¯æµæ°´çº¿ã€‚"
+msgid "Dependencies|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr "切æ¢æ¼æ´žåˆ—表"
@@ -7838,30 +8155,30 @@ msgid "Dependency List has no entries"
msgstr "ä¾èµ–项列表没有æ¡ç›®"
msgid "Dependency Proxy"
-msgstr "ä¾èµ–代ç†"
+msgstr "ä¾èµ–项代ç†"
msgid "Dependency Scanning"
msgstr "ä¾èµ–项扫æ"
msgid "Dependency proxy"
-msgstr "ä¾èµ–代ç†"
+msgstr "ä¾èµ–项代ç†"
msgid "Dependency proxy URL"
-msgstr "ä¾èµ–代ç†URL"
+msgstr "ä¾èµ–项代ç†URL"
msgid "Dependency proxy feature is limited to public groups for now."
-msgstr "ä¾èµ–代ç†åŠŸèƒ½ç›®å‰ä»…é™äºŽå…¬å¼€ç¾¤ç»„。"
+msgstr "ä¾èµ–项代ç†åŠŸèƒ½ç›®å‰ä»…é™äºŽå…¬å¼€ç¾¤ç»„。"
msgid "DependencyProxy|Toggle Dependency Proxy"
-msgstr " 开关ä¾èµ–代ç†"
+msgstr " 开关ä¾èµ–项代ç†"
msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] "ä¾èµ–于%d 个正在åˆå¹¶çš„åˆå¹¶è¯·æ±‚"
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
-msgstr[0] "ä¾èµ–于<strong>%d个已关闭的</strong>åˆå¹¶è¯·æ±‚"
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
+msgstr[0] ""
msgid "Deploy"
msgid_plural "Deploys"
@@ -7871,19 +8188,19 @@ msgid "Deploy Keys"
msgstr "部署密钥"
msgid "Deploy freezes"
-msgstr ""
+msgstr "部署冻结"
msgid "Deploy key was successfully updated."
msgstr "部署密钥已æˆåŠŸæ›´æ–°ã€‚"
msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository"
-msgstr ""
+msgstr "部署密钥å…许以åªè¯»æˆ–读写(如果å¯ç”¨)模å¼è®¿é—®æ‚¨çš„仓库"
msgid "Deploy keys allow read-only or read-write (if enabled) access to your repository. Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one."
msgstr "部署密钥å…许åªè¯»æˆ–读写(如果å¯ç”¨)访问您的仓库。 部署密钥å¯ä»¥ç”¨äºŽCI, 预å‘布或生产æœåŠ¡å™¨ã€‚您å¯ä»¥åˆ›å»ºä¸€ä¸ªéƒ¨ç½²å¯†é’¥æˆ–添加一个现有密钥。"
msgid "Deploy keys can be used for CI, staging or production servers. You can create a deploy key or add an existing one."
-msgstr ""
+msgstr "部署密钥å¯ä»¥ç”¨äºŽ CI,预å‘布或生产æœåŠ¡å™¨ã€‚您å¯ä»¥åˆ›å»ºä¸€ä¸ªéƒ¨ç½²å¯†é’¥æˆ–添加一个现有密钥。"
msgid "Deploy progress not found. To see pods, ensure your environment matches %{linkStart}deploy board criteria%{linkEnd}."
msgstr "未找到部署进度。è¦æŸ¥çœ‹pod,请确ä¿æ‚¨çš„环境符åˆ%{linkStart}部署看æ¿æ¡ä»¶%{linkEnd}。"
@@ -7895,22 +8212,22 @@ msgid "DeployBoard|Matching on the %{appLabel} label has been removed for deploy
msgstr "部署é¢æ¿å·²åˆ é™¤æ ‡ç­¾%{appLabel}上的匹é…。è¦æŸ¥çœ‹éƒ¨ç½²é¢æ¿ä¸Šçš„所有实例,您必须更新Chart并é‡æ–°éƒ¨ç½²ã€‚"
msgid "DeployFreeze|Freeze end"
-msgstr ""
+msgstr "冻结结æŸ"
msgid "DeployFreeze|Freeze start"
-msgstr ""
+msgstr "冻结开始"
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
-msgstr ""
+msgstr "此项目ä¸å­˜åœ¨éƒ¨ç½²å†»ç»“。如需添加,请点击%{strongStart}添加部署冻结%{strongEnd}"
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
-msgstr ""
+msgstr "时区"
msgid "DeployFreeze|You can specify deploy freezes using only %{cron_syntax_link_start}cron syntax%{cron_syntax_link_end}."
-msgstr ""
+msgstr "您å¯ä»¥ä»…使用%{cron_syntax_link_start}cron语法%{cron_syntax_link_end}指定部署冻结。"
msgid "DeployKeys|+%{count} others"
msgstr "+%{count} 其他"
@@ -8123,10 +8440,10 @@ msgid "Design Management files and data"
msgstr "设计管ç†æ–‡ä»¶å’Œæ•°æ®"
msgid "Design repositories"
-msgstr ""
+msgstr "设计仓库"
msgid "Design repository"
-msgstr ""
+msgstr "设计仓库"
msgid "DesignManagement|%{current_design} of %{designs_count}"
msgstr "%{current_design}/%{designs_count}"
@@ -8137,15 +8454,24 @@ msgstr "%{filename}æ— å˜åŒ–。"
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
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|Are you sure you want to delete the selected designs?"
-msgstr "确定è¦åˆ é™¤é€‰ä¸­çš„设计å—?"
-
msgid "DesignManagement|Cancel changes"
msgstr "å–消更改"
@@ -8176,20 +8502,11 @@ msgstr "无法更新讨论。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "DesignManagement|Could not update note. Please try again."
msgstr "无法更新注释。请å†è¯•ä¸€æ¬¡ã€‚"
-msgid "DesignManagement|Delete"
-msgstr "删除"
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr "删除设计确认"
-
-msgid "DesignManagement|Delete selected"
-msgstr "删除所选项"
-
msgid "DesignManagement|Deselect all"
msgstr "å–消全部选择"
msgid "DesignManagement|Designs"
-msgstr ""
+msgstr "设计"
msgid "DesignManagement|Discard comment"
msgstr "放弃评论"
@@ -8234,7 +8551,7 @@ msgid "DesignManagement|The maximum number of designs allowed to be uploaded is
msgstr "å…许上传的设计最大数é‡ä¸º %{upload_limit}。请å†è¯•ä¸€æ¬¡ã€‚"
msgid "DesignManagement|To upload designs, you'll need to enable LFS. %{requirements_link_start}More information%{requirements_link_end}"
-msgstr ""
+msgstr "è¦ä¸Šä¼ è®¾è®¡ï¼Œæ‚¨éœ€è¦å¯ç”¨LFS。%{requirements_link_start}更多信æ¯%{requirements_link_end}"
msgid "DesignManagement|Unresolve thread"
msgstr "将主题置为未解决"
@@ -8266,8 +8583,11 @@ msgstr "详细信æ¯(默认)"
msgid "Detect host keys"
msgstr "检测主机密钥"
-msgid "DevOps Score"
-msgstr "DevOps指数"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
+msgstr ""
msgid "Diff content limits"
msgstr "差异内容é™åˆ¶"
@@ -8275,6 +8595,9 @@ msgstr "差异内容é™åˆ¶"
msgid "Diff limits"
msgstr "差异é™åˆ¶"
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr "开始日期和现在之间的差异"
@@ -8287,8 +8610,11 @@ msgstr "(æº)"
msgid "Diffs|No file name available"
msgstr "æ— å¯ç”¨çš„文件å"
-msgid "Diffs|Show unchanged lines"
-msgstr "显示未改å˜çš„è¡Œ"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
+msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
msgstr "获å–差异线时å‘生错误。"
@@ -8324,7 +8650,7 @@ msgid "Disabled mirrors can only be enabled by instance owners. It is recommende
msgstr "å·²ç¦ç”¨é•œåƒåªèƒ½ç”±å®žä¾‹æ‰€æœ‰è€…å¯ç”¨ã€‚建议删除此项。"
msgid "Discard"
-msgstr ""
+msgstr "放弃"
msgid "Discard all changes"
msgstr "放弃所有更改"
@@ -8392,9 +8718,6 @@ msgstr "讨论需è¦è§£å†³çš„具体建议或问题。"
msgid "Discuss a specific suggestion or question."
msgstr "讨论具体的建议或问题。"
-msgid "Discussion"
-msgstr "讨论"
-
msgid "Discussion to reply to cannot be found"
msgstr "无法找到è¦å›žå¤çš„讨论"
@@ -8408,8 +8731,8 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] "忽略%d个选定的æ¼æ´žï¼Œå°†å®ƒä»¬å½’类为"
-msgid "Dismiss DevOps Score introduction"
-msgstr "ä¸å†æ˜¾ç¤ºDevOps指数介ç»"
+msgid "Dismiss DevOps Report introduction"
+msgstr ""
msgid "Dismiss Merge Request promotion"
msgstr "关闭åˆå¹¶è¯·æ±‚推广"
@@ -8466,7 +8789,7 @@ msgid "Documentation for popular identity providers"
msgstr "常è§çš„身份验è¯æ供商的相关文档"
msgid "Documents reindexed: %{processed_documents} (%{percentage}%%)"
-msgstr ""
+msgstr "文档é‡å»ºç´¢å¼•: %{processed_documents} (%{percentage}%%)"
msgid "Doing"
msgstr "进行中"
@@ -8496,7 +8819,7 @@ 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 "ä¸è¦æŠŠGPG密钥中的ç§é’¥éƒ¨åˆ†è´´è¿‡æ¥ï¼Œè¯·åªç²˜è´´å…¬é’¥éƒ¨åˆ†ï¼Œå…¶å¼€å§‹äºŽ '-----BEGIN PGP PUBLIC KEY BLOCK-----'."
+msgstr "请勿粘贴GPG密钥中的ç§é’¥éƒ¨åˆ†ï¼Œåªéœ€ç²˜è´´ä»¥ '-----BEGIN PGP PUBLIC KEY BLOCK-----' 为开头的公钥部分。"
msgid "Don't show again"
msgstr "ä¸å†æ˜¾ç¤º"
@@ -8523,7 +8846,7 @@ msgid "Download as"
msgstr "下载å¦å­˜ä¸º"
msgid "Download as CSV"
-msgstr ""
+msgstr "下载CSV"
msgid "Download asset"
msgstr "下载资æº"
@@ -8568,13 +8891,13 @@ msgid "Downvotes"
msgstr "踩"
msgid "Draft"
-msgstr ""
+msgstr "è‰ç¨¿"
msgid "Draft merge requests can't be merged."
-msgstr ""
+msgstr "è‰ç¨¿åˆå¹¶è¯·æ±‚ä¸èƒ½åˆå¹¶ã€‚"
msgid "Drop or %{linkStart}upload%{linkEnd} designs to attach"
-msgstr ""
+msgstr "拖放或%{linkStart}上传%{linkEnd}设计以附加"
msgid "Drop your designs to start your upload."
msgstr "拖放您的设计以å¯åŠ¨ä¸Šä¼ ã€‚"
@@ -8640,7 +8963,7 @@ msgid "Edit Release"
msgstr "编辑å‘布"
msgid "Edit Requirement"
-msgstr ""
+msgstr "编辑需求"
msgid "Edit Slack integration"
msgstr "编辑Slack集æˆ"
@@ -8660,9 +8983,6 @@ msgstr "编辑看æ¿"
msgid "Edit comment"
msgstr "编辑评论"
-msgid "Edit dashboard"
-msgstr "编辑仪表æ¿"
-
msgid "Edit description"
msgstr "编辑æè¿°ä¿¡æ¯"
@@ -8676,7 +8996,7 @@ msgid "Edit files in the editor and commit changes here"
msgstr "在编辑器中编辑文件并在这里​​æ交å˜æ›´å†…容"
msgid "Edit fork in Web IDE"
-msgstr ""
+msgstr "在Web IDE中编辑派生"
msgid "Edit group: %{group_name}"
msgstr "编辑群组:%{group_name}"
@@ -8727,16 +9047,16 @@ msgid "Elasticsearch integration. Elasticsearch AWS IAM."
msgstr "Elasticsearch集æˆåŠElasticsearch AWS IAM。"
msgid "Elasticsearch reindexing is already in progress"
-msgstr ""
+msgstr "Elasticsearché‡å»ºç´¢å¼•æ­£åœ¨è¿›è¡Œä¸­"
msgid "Elasticsearch reindexing triggered"
-msgstr ""
+msgstr "Elasticsearché‡å»ºç´¢å¼•å·²è§¦å‘"
msgid "Elasticsearch returned status code: %{status_code}"
msgstr "Elasticsearch返回状æ€ä»£ç : %{status_code}"
msgid "Elasticsearch zero-downtime reindexing"
-msgstr ""
+msgstr "Elasticsearchä¸åœæœºé‡å»ºç´¢å¼•"
msgid "Elastic|None. Select namespaces to index."
msgstr "无。请选择è¦å»ºç«‹ç´¢å¼•çš„命å空间。"
@@ -8748,7 +9068,7 @@ msgid "Email"
msgstr "电å­é‚®ä»¶"
msgid "Email %{number}"
-msgstr ""
+msgstr "电å­é‚®ä»¶%{number}"
msgid "Email Notification"
msgstr "电å­é‚®ä»¶é€šçŸ¥"
@@ -8951,9 +9271,6 @@ msgstr "å¯ç”¨åŒé‡è®¤è¯"
msgid "Enable usage ping"
msgstr "å¯ç”¨ä½¿ç”¨æƒ…况检测(usage ping)"
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr "å¯ç”¨ä½¿ç”¨æƒ…况检测(usage ping)以从功能角度总体上了解您如何使用GitLab。"
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr "å¯ç”¨/ç¦ç”¨æœåŠ¡å°ã€‚ %{link_start}了解有关æœåŠ¡å°%{link_end}的更多信æ¯ã€‚"
@@ -9090,7 +9407,7 @@ msgid "Environment scope"
msgstr "环境范围"
msgid "Environment variables are applied to environments via the Runner. You can use environment variables for passwords, secret keys, etc. Make variables available to the running application by prepending the variable key with %{code_open}K8S_SECRET_%{code_close}. You can set variables to be:"
-msgstr ""
+msgstr "环境å˜é‡é€šè¿‡Runner应用于环境中。您å¯ä»¥é€šè¿‡çŽ¯å¢ƒå˜é‡æ¥å­˜å‚¨å¯†ç ï¼Œå¯†é’¥ç­‰ç­‰ã€‚如果您需è¦æŠŠå˜é‡ç”¨äºŽæœ€ç»ˆè¿è¡Œçš„应用,您å¯ä»¥åœ¨å˜é‡åå‰æ·»åŠ %{code_open}K8S_SECRET_%{code_close}。您å¯ä»¥å°†å˜é‡è®¾ç½®ä¸ºï¼š"
msgid "Environment variables are configured by your administrator to be %{link_start}protected%{link_end} by default"
msgstr "环境å˜é‡å·²è¢«ç®¡ç†å‘˜é…置为%{link_start}å—ä¿æŠ¤çš„(默认)%{link_end}"
@@ -9122,6 +9439,9 @@ msgstr "环境å…许您跟踪应用程åºçš„部署 %{link_to_read_more}。"
msgid "Environments in %{name}"
msgstr "%{name}中的环境"
+msgid "EnvironmentsAlert|%{severity} • %{title} %{text}. %{linkStart}View Details%{linkEnd} · %{startedAt} "
+msgstr ""
+
msgid "EnvironmentsDashboard|Add a project to the dashboard"
msgstr "将项目添加到仪表æ¿"
@@ -9146,8 +9466,8 @@ msgstr "删除"
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr "环境仪表æ¿æä¾›æ¯ä¸ªé¡¹ç›®çŽ¯å¢ƒçŠ¶æ€çš„摘è¦ï¼ŒåŒ…括æµæ°´çº¿å’Œè­¦æŠ¥çŠ¶æ€ã€‚"
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
-msgstr "此仪表æ¿æ¯ä¸ªé¡¹ç›®æœ€å¤šæ˜¾ç¤º7个项目和3个环境。 %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
+msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
msgstr "å–消自动终止时å‘生错误,请é‡è¯•"
@@ -9231,10 +9551,10 @@ msgid "Environments|Logs from %{start} to %{end}."
msgstr "从%{start}到%{end}的日志。"
msgid "Environments|Managed apps"
-msgstr ""
+msgstr "托管应用"
msgid "Environments|More information"
-msgstr ""
+msgstr "更多信æ¯"
msgid "Environments|New environment"
msgstr "新建环境"
@@ -9336,7 +9656,7 @@ msgid "Epic events"
msgstr "å²è¯—事件"
msgid "Epic not found for given params"
-msgstr ""
+msgstr "未找到给定å‚æ•°çš„å²è¯—"
msgid "Epics"
msgstr "å²è¯—"
@@ -9369,13 +9689,13 @@ msgid "Epics|Are you sure you want to remove %{bStart}%{targetIssueTitle}%{bEnd}
msgstr "确定è¦ä»Ž%{bStart}%{parentEpicTitle}%{bEnd}删除%{bStart}%{targetIssueTitle}%{bEnd}å—?"
msgid "Epics|Enter a title for your epic"
-msgstr ""
+msgstr "输入å²è¯—的标题"
msgid "Epics|How can I solve this?"
msgstr "我该如何解决该问题?"
msgid "Epics|Leave empty to inherit from milestone dates"
-msgstr ""
+msgstr "留空以继承里程碑日期"
msgid "Epics|More information"
msgstr "更多信æ¯"
@@ -9417,7 +9737,7 @@ msgid "Epics|These dates affect how your epics appear in the roadmap. Dates from
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 ""
+msgstr "这个å²è¯—和任何包å«å­å²è¯—çš„ä¿¡æ¯å‡ä¸ºæœºå¯†ï¼Œåªèƒ½å¯¹æ‹¥æœ‰è‡³å°‘报告者访问æƒé™çš„团队æˆå‘˜å¯è§ã€‚"
msgid "Epics|This will also remove any descendents of %{bStart}%{targetEpicTitle}%{bEnd} from %{bStart}%{parentEpicTitle}%{bEnd}. Are you sure?"
msgstr "该æ“作也会从%{bStart}%{parentEpicTitle}%{bEnd}中移除%{bStart}%{targetEpicTitle}%{bEnd}的所有级别å­å²è¯—。确定继续å—?"
@@ -9425,9 +9745,12 @@ msgstr "该æ“作也会从%{bStart}%{parentEpicTitle}%{bEnd}中移除%{bStart}%{
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 "如需根æ®é‡Œç¨‹ç¢‘æ¥å®‰æŽ’å²è¯—çš„ %{epicDateType} 日期,请为å²è¯—中的任一议题指定带有 %{epicDateType} 日期的里程碑。"
-msgid "Epics|Unable to save epic. Please try again"
+msgid "Epics|Unable to perform this action"
msgstr ""
+msgid "Epics|Unable to save epic. Please try again"
+msgstr "无法ä¿å­˜å²è¯—。请å†è¯•ä¸€æ¬¡"
+
msgid "Epics|due"
msgstr "到期"
@@ -9477,7 +9800,7 @@ msgid "Error fetching network graph."
msgstr "获å–网络图时出错。"
msgid "Error fetching payload data."
-msgstr "获å–负载数æ®æ—¶å‡ºé”™ã€‚"
+msgstr "获å–有效数æ®æ—¶å‡ºé”™ã€‚"
msgid "Error fetching projects"
msgstr "获å–项目时出错"
@@ -9504,10 +9827,10 @@ msgid "Error loading file viewer."
msgstr "加载文件查看器时出错。"
msgid "Error loading issues"
-msgstr ""
+msgstr "加载议题出错"
msgid "Error loading iterations"
-msgstr ""
+msgstr "加载迭代出错"
msgid "Error loading last commit."
msgstr "加载最åŽä¸€æ¬¡æ交失败。"
@@ -9534,7 +9857,7 @@ msgid "Error loading viewer"
msgstr "加载查看器时出错"
msgid "Error message:"
-msgstr ""
+msgstr "错误信æ¯:"
msgid "Error occurred when fetching sidebar data"
msgstr "获å–侧边æ æ•°æ®æ—¶å‡ºé”™"
@@ -9579,7 +9902,7 @@ msgid "Error setting up editor. Please try again."
msgstr "设置编辑器时出错。请é‡è¯•ã€‚"
msgid "Error tracking"
-msgstr ""
+msgstr "错误跟踪"
msgid "Error updating %{issuableType}"
msgstr "更新 %{issuableType} 时出错"
@@ -9612,10 +9935,10 @@ msgid "Error with Akismet. Please check the logs for more info."
msgstr "Akismet 错误。请检查日志以获å–更多信æ¯ã€‚"
msgid "Error: %{error_message}"
-msgstr ""
+msgstr "错误: %{error_message}"
msgid "Error: Unable to create deploy freeze"
-msgstr ""
+msgstr "错误:无法创建部署冻结。"
msgid "ErrorTracking|Active"
msgstr "å¯ç”¨"
@@ -9752,14 +10075,14 @@ msgstr "凭è¯é›†"
msgid "Exactly one of %{attributes} is required"
msgstr "其中的一个%{attributes}是必需的"
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
msgstr "示例: @sub\\.company\\.com$"
msgid "Example: My Value Stream"
-msgstr ""
+msgstr "例如:My Value Stream"
msgid "Example: Usage = single query. (Requested) / (Capacity) = multiple queries combined into a formula."
msgstr "示例:使用é‡=å•ä¸€æŸ¥è¯¢ã€‚(请求)/(容é‡)=å½¢æˆå…¬å¼çš„多é‡æŸ¥è¯¢ã€‚"
@@ -9773,6 +10096,9 @@ msgstr "ä¸åŒ…括åˆå¹¶æ交。仅é™%{limit}次æ交。"
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr "ä¸åŒ…括åˆå¹¶æ交。仅é™6,000次æ交。"
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr "当å‰æˆå‘˜å’Œç¾¤ç»„"
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr "当å‰å…±äº«"
-
msgid "Existing sign in methods may be removed"
msgstr "现有的登录方法å¯èƒ½ä¼šè¢«åˆ é™¤"
@@ -9797,9 +10120,6 @@ msgstr "展开全部"
msgid "Expand approvers"
msgstr "展开核准人"
-msgid "Expand down"
-msgstr "å‘下展开"
-
msgid "Expand dropdown"
msgstr "展开下拉列表"
@@ -9809,11 +10129,8 @@ msgstr "展开里程碑"
msgid "Expand sidebar"
msgstr "展开侧边æ "
-msgid "Expand up"
-msgstr "å‘上展开"
-
msgid "Expected documents: %{expected_documents}"
-msgstr ""
+msgstr "需è¦çš„文档: %{expected_documents}"
msgid "Experienced"
msgstr "有ç»éªŒçš„"
@@ -9824,9 +10141,6 @@ msgstr "过期时间"
msgid "Expiration date"
msgstr "到期时间"
-msgid "Expiration not enforced"
-msgstr "未强制过期"
-
msgid "Expired"
msgstr "已过期"
@@ -9873,7 +10187,7 @@ msgid "Explore public groups"
msgstr "æœç´¢å…¬å¼€ç¾¤ç»„"
msgid "Export"
-msgstr ""
+msgstr "导出"
msgid "Export as CSV"
msgstr "导出为 CSV"
@@ -10171,7 +10485,7 @@ msgstr "功能标志已æˆåŠŸåˆ é™¤ã€‚"
msgid "FeatureFlags|%d user"
msgid_plural "FeatureFlags|%d users"
-msgstr[0] ""
+msgstr[0] "%d个用户"
msgid "FeatureFlags|* (All Environments)"
msgstr "*(所有环境)"
@@ -10189,10 +10503,10 @@ msgid "FeatureFlags|Add strategy"
msgstr "添加策略"
msgid "FeatureFlags|All Environments"
-msgstr ""
+msgstr "所有环境"
msgid "FeatureFlags|All Users"
-msgstr ""
+msgstr "所有用户"
msgid "FeatureFlags|All users"
msgstr "所有用户"
@@ -10219,10 +10533,10 @@ msgid "FeatureFlags|Edit Feature Flag"
msgstr "编辑功能标志"
msgid "FeatureFlags|Edit User List"
-msgstr ""
+msgstr "编辑用户列表"
msgid "FeatureFlags|Enable features for specific users and specific environments by defining feature flag strategies."
-msgstr ""
+msgstr "通过定义功能标志策略,为特定用户和特定环境å¯ç”¨åŠŸèƒ½ã€‚"
msgid "FeatureFlags|Environment Spec"
msgstr "环境规格"
@@ -10257,12 +10571,18 @@ msgstr "功能标志å…许通过动æ€åˆ‡æ¢æŸäº›åŠŸèƒ½ä½¿åº”用呈现ä¸åŒç‰¹
msgid "FeatureFlags|Flag becomes read only soon"
msgstr "标志å³å°†å˜ä¸ºåªè¯»"
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr "功能标志入门"
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr "GitLab正在转å‘到新的功能标志管ç†æ–¹å¼ï¼Œæ­¤åŠŸèƒ½æ ‡å¿—将在13.4中å˜ä¸ºåªè¯»ã€‚请创建一个新的功能标识。"
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr "ID"
@@ -10300,7 +10620,7 @@ msgid "FeatureFlags|New Feature Flag"
msgstr "新建功能标志"
msgid "FeatureFlags|New User List"
-msgstr ""
+msgstr "新建用户列表"
msgid "FeatureFlags|New feature flag"
msgstr "新建功能标志"
@@ -10309,7 +10629,7 @@ msgid "FeatureFlags|New list"
msgstr "新建列表"
msgid "FeatureFlags|Percent of users"
-msgstr ""
+msgstr "用户百分比"
msgid "FeatureFlags|Percent rollout (logged in users)"
msgstr "百分比上线(登录用户)"
@@ -10330,7 +10650,7 @@ msgid "FeatureFlags|Rollout Strategy"
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 ""
+msgstr "设置Unleash客户端应用å称为应用程åºè¿è¡Œçš„环境å称。 此值将用于匹é…环境范围。查看 %{linkStart}客户端é…置示例%{linkEnd}。"
msgid "FeatureFlags|Status"
msgstr "状æ€"
@@ -10347,6 +10667,9 @@ msgstr "获å–功能标志时出错。"
msgid "FeatureFlags|There was an error retrieving user lists"
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 "请ç¨åŽé‡è¯•æˆ–è”系支æŒå›¢é˜Ÿã€‚"
@@ -10354,10 +10677,7 @@ msgid "FeatureFlags|User IDs"
msgstr "用户ID"
msgid "FeatureFlags|User List"
-msgstr ""
-
-msgid "FeatureFlag|Delete strategy"
-msgstr "删除策略"
+msgstr "用户列表"
msgid "FeatureFlag|List"
msgstr "列表"
@@ -10398,6 +10718,9 @@ msgstr "获å–许å¯è¯å¤±è´¥ã€‚当å‰æƒé™æ— æ³•æ‰§è¡Œæ­¤æ“作。"
msgid "File"
msgstr "文件"
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr "文件钩å­"
@@ -10450,7 +10773,7 @@ msgid "Files, directories, and submodules in the path %{path} for commit referen
msgstr "æ交引用%{ref}路径%{path}中的文件,目录和å­æ¨¡å—"
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 ""
+msgstr "填写以下字段,开å¯%{strong_open}对此组å¯ç”¨SAML身份验è¯%{strong_close},然åŽç‚¹å‡»%{strong_open}ä¿å­˜æ›´æ”¹%{strong_close}"
msgid "Filter"
msgstr "筛选器"
@@ -10540,7 +10863,7 @@ msgid "Find the downloaded ZIP file and decompress it."
msgstr "找到下载的ZIP文件并解压缩。"
msgid "Find the newly extracted %{code_open}Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json%{code_close} file."
-msgstr ""
+msgstr "查找新æå–çš„%{code_open}Takeout/Google Code Project Hosting/GoogleCodeProjectHosting.json%{code_close}文件。"
msgid "Fingerprint"
msgstr "指纹"
@@ -10555,7 +10878,7 @@ msgid "Finish review"
msgstr "完æˆè¯„审"
msgid "Finish setting up your dedicated account for %{group_name}."
-msgstr ""
+msgstr "完æˆæ‚¨çš„%{group_name}专用å¸æˆ·è®¾ç½®ã€‚"
msgid "Finished"
msgstr "已完æˆ"
@@ -10623,6 +10946,9 @@ msgstr "字体颜色"
msgid "Footer message"
msgstr "页脚消æ¯"
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr "对于内部项目,任何已登录的用户都å¯ä»¥æŸ¥çœ‹æµæ°´çº¿å¹¶è®¿é—®ä½œä¸šè¯¦æƒ…(输出日志和产物)"
@@ -10672,7 +10998,7 @@ msgid "ForkedFromProjectPath|Forked from an inaccessible project"
msgstr "从无法访问的项目派生"
msgid "Forking a repository allows you to make changes without affecting the original project."
-msgstr ""
+msgstr "仓库的派生å…许您在ä¸å½±å“原始项目的情况下进行更改。"
msgid "Forking in progress"
msgstr "派生(Fork)中"
@@ -10699,10 +11025,10 @@ msgid "Free Trial of GitLab.com Gold"
msgstr "å…费试用gitlab.comçš„Gold计划"
msgid "Freeze end"
-msgstr ""
+msgstr "冻结结æŸ"
msgid "Freeze start"
-msgstr ""
+msgstr "冻结开始"
msgid "Frequency"
msgstr "频率"
@@ -10714,7 +11040,7 @@ msgid "From"
msgstr "从"
msgid "From %{code_open}%{source_title}%{code_close} into"
-msgstr ""
+msgstr "从%{code_open}%{source_title}%{code_close}到"
msgid "From %{providerTitle}"
msgstr "%{providerTitle}æºåœ°å€"
@@ -10735,10 +11061,10 @@ msgid "Full name"
msgstr "å…¨å"
msgid "GPG Key ID:"
-msgstr "GPG密钥ID:"
+msgstr "GPG密钥ID:"
msgid "GPG Keys"
-msgstr "GPG 密钥"
+msgstr "GPG密钥"
msgid "GPG keys allow you to verify signed commits."
msgstr "GPG密钥å…许您对签åçš„æ交进行验è¯ã€‚"
@@ -10765,7 +11091,7 @@ msgid "Generate new export"
msgstr "生æˆæ–°çš„导出"
msgid "Generate new token"
-msgstr ""
+msgstr "生æˆæ–°çš„令牌"
msgid "Geo"
msgstr "Geo"
@@ -10794,30 +11120,15 @@ msgstr "节点出现故障或æŸå。"
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr "节点è¿è¡Œç¼“æ…¢ã€è¶…è½½, 或者在åœæœºåŽåˆšåˆšæ¢å¤ã€‚"
-msgid "GeoNodes|Attachments"
-msgstr "附件"
-
-msgid "GeoNodes|Checksummed"
-msgstr "已校验"
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr "查询Geo故障排除信æ¯"
-msgid "GeoNodes|Container repositories"
-msgstr "容器仓库"
-
msgid "GeoNodes|Data replication lag"
msgstr "æ•°æ®åº“åŒæ­¥æ»žåŽ"
-msgid "GeoNodes|Design repositories"
-msgstr "设计仓库"
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr "与主存储é…ç½®ä¸ä¸€è‡´"
-msgid "GeoNodes|Failed"
-msgstr "失败"
-
msgid "GeoNodes|Full"
msgstr "全部"
@@ -10833,12 +11144,6 @@ msgstr "è¿è¡ŒçŠ¶å†µçŠ¶æ€"
msgid "GeoNodes|Internal URL"
msgstr "内部URL"
-msgid "GeoNodes|Job artifacts"
-msgstr "作业产物"
-
-msgid "GeoNodes|LFS objects"
-msgstr "LFS对象"
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr "游标处ç†çš„最åŽäº‹ä»¶ID"
@@ -10866,12 +11171,6 @@ msgstr "æˆåŠŸåˆ é™¤èŠ‚点。"
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr "节点状æ€æ›´æ–°äºŽ%{timeAgo}。"
-msgid "GeoNodes|Not checksummed"
-msgstr "未校验"
-
-msgid "GeoNodes|Package files"
-msgstr "软件包文件"
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr "æš‚åœå¤åˆ¶å°†åœæ­¢åŒæ­¥è¿›ç¨‹ã€‚确定继续å—?"
@@ -10893,15 +11192,6 @@ msgstr "å¤åˆ¶æ§½"
msgid "GeoNodes|Replication status"
msgstr "å¤åˆ¶çŠ¶æ€"
-msgid "GeoNodes|Repositories"
-msgstr "仓库"
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr "仓库校验和进度"
-
-msgid "GeoNodes|Repository verification progress"
-msgstr "仓库验è¯è¿›åº¦"
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr "选择性(%{syncLabel})"
@@ -10929,27 +11219,12 @@ msgstr "åŒæ­¥è®¾ç½®"
msgid "GeoNodes|Unused slots"
msgstr "未使用的槽"
-msgid "GeoNodes|Unverified"
-msgstr "未验è¯"
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr "更新于%{timeAgo}"
msgid "GeoNodes|Used slots"
msgstr "已使用的槽"
-msgid "GeoNodes|Verified"
-msgstr "已验è¯"
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr "Wiki 校验和进度"
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr "Wiki 验è¯è¿›åº¦"
-
-msgid "GeoNodes|Wikis"
-msgstr "Wiki"
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr "通过%{geo} ,您å¯ä»¥åœ¨ä»»ä½•åœ°æ–¹å®‰è£…特殊的åªè¯»å’Œå¤åˆ¶çš„GitLab实例。在添加节点之å‰ï¼Œè¯·ä¸¥æ ¼æŒ‰ç…§ %{instructions}中所列的顺åºæ‰§è¡Œ 。"
@@ -10962,6 +11237,12 @@ msgstr "主节点"
msgid "GeoNodes|secondary nodes"
msgstr "次è¦èŠ‚点"
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr "%{label}ä¸èƒ½ä¸ºç©º"
@@ -10993,22 +11274,22 @@ msgid "Geo|All projects are being scheduled for reverify"
msgstr "所有项目正在计划é‡æ–°éªŒè¯"
msgid "Geo|Allowed Geo IP can't be blank"
-msgstr ""
+msgstr "å…许的Geo IPä¸èƒ½ä¸ºç©º"
msgid "Geo|Allowed Geo IP should be between 1 and 255 characters"
-msgstr ""
+msgstr "å…许的Geo IP应该介于1到255个字符之间"
msgid "Geo|Allowed Geo IP should contain valid IP addresses"
-msgstr ""
+msgstr "å…许的Geo IP应该包å«æœ‰æ•ˆçš„IP地å€"
msgid "Geo|Connection timeout can't be blank"
-msgstr ""
+msgstr "连接超时ä¸èƒ½ä¸ºç©º"
msgid "Geo|Connection timeout must be a number"
-msgstr ""
+msgstr "连接超时必须是数字"
msgid "Geo|Connection timeout should be between 1-120"
-msgstr ""
+msgstr "连接超时应介于1-120之间"
msgid "Geo|Could not remove tracking entry for an existing project."
msgstr "无法删除现有项目的跟踪æ¡ç›®ã€‚"
@@ -11025,6 +11306,12 @@ msgstr "按状æ€è¿‡æ»¤"
msgid "Geo|Geo Status"
msgstr "Geo状æ€"
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr "进行中"
@@ -11157,10 +11444,10 @@ msgstr "验è¯å¤±è´¥ - %{error}"
msgid "Geo|Waiting for scheduler"
msgstr "等待调度"
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11194,10 +11481,10 @@ msgid "Git LFS is not enabled on this GitLab server, contact your admin."
msgstr "æ­¤ GitLab æœåŠ¡å™¨ä¸Šæœªå¯ç”¨ Git LFS,请è”系管ç†å‘˜ã€‚"
msgid "Git LFS objects will be synced in pull mirrors if LFS is %{docs_link_start}enabled for the project%{docs_link_end}. They will %{strong_open}not%{strong_close} be synced in push mirrors."
-msgstr ""
+msgstr "如果%{docs_link_start}为项目å¯ç”¨%{docs_link_end}了LFS,则Git LFS对象将在拉å–é•œåƒæ—¶åŒæ­¥ï¼Œ 但%{strong_open}ä¸ä¼š%{strong_close}在推é€é•œåƒæ—¶åŒæ­¥ã€‚"
msgid "Git LFS status:"
-msgstr ""
+msgstr "Git LFS状æ€ï¼š"
msgid "Git global setup"
msgstr "Git 全局设置"
@@ -11239,7 +11526,7 @@ msgid "GitLab Issue"
msgstr "GitLab议题"
msgid "GitLab Service Desk is a simple way to allow people to create issues in your GitLab instance without needing their own user account. It provides a unique email address for end users to create issues in a project, and replies can be sent either through the GitLab interface or by email. End users will only see the thread through email."
-msgstr ""
+msgstr "GitLabæœåŠ¡å°èƒ½å¤Ÿä»¥ç®€å•çš„æ–¹å¼è®©ç”¨æˆ·åœ¨æ‚¨çš„GitLab实例中创建议题,而无需创建账å·ã€‚它为最终用户æ供了在项目中创建问题的唯一电å­é‚®ä»¶åœ°å€ï¼Œå¹¶ä¸”å¯ä»¥é€šè¿‡GitLabç•Œé¢æˆ–通过电å­é‚®ä»¶è¿›è¡Œç­”å¤ã€‚最终用户将仅通过电å­é‚®ä»¶çœ‹åˆ°è¯¥ä¸»é¢˜ã€‚"
msgid "GitLab Shared Runners execute code of different projects on the same Runner unless you configure GitLab Runner Autoscale with MaxBuilds 1 (which it is on GitLab.com)."
msgstr "GitLab 共享è¿è¡Œå™¨å°†åœ¨åŒä¸€ä¸ªè¿è¡Œå™¨ä¸Šæ‰§è¡Œä¸åŒé¡¹ç›®çš„代ç ï¼Œé™¤éžæ‚¨åœ¨GitLab上设置 MaxBuilds为1å’Œ GitLab è¿è¡Œå™¨è‡ªåŠ¨ç¼©æ”¾ã€‚"
@@ -11260,7 +11547,7 @@ msgid "GitLab commit"
msgstr "GitLabæ交"
msgid "GitLab export"
-msgstr ""
+msgstr "GitLab导出"
msgid "GitLab for Slack"
msgstr "GitLab for Slack"
@@ -11287,10 +11574,10 @@ msgid "GitLab restart is required to apply changes."
msgstr "GitLab需é‡å¯æ›´æ”¹æ‰ä¼šç”Ÿæ•ˆã€‚"
msgid "GitLab single sign-on URL"
-msgstr ""
+msgstr "GitLabå•ç‚¹ç™»å½•ç½‘å€"
msgid "GitLab username"
-msgstr ""
+msgstr "GitLab用户å"
msgid "GitLab uses %{jaeger_link} to monitor distributed systems."
msgstr "GitLabå¯ä½¿ç”¨ %{jaeger_link}æ¥ç›‘控分布å¼ç³»ç»Ÿã€‚"
@@ -11299,7 +11586,7 @@ msgid "GitLab will run a background job that will produce pseudonymized CSVs of
msgstr "GitLabå°†è¿è¡ŒåŽå°ä»»åŠ¡ï¼Œç”Ÿæˆæ•°æ®åº“的匿å化CSV,并上传到预先设定的对象存储目录。"
msgid "GitLab.com"
-msgstr ""
+msgstr "GitLab.com"
msgid "GitLab.com import"
msgstr "从GitLab.com导入"
@@ -11311,7 +11598,7 @@ msgid "GitLabPages|%{domain} is not verified. To learn how to verify ownership,
msgstr "%{domain}尚未验è¯ã€‚请访问%{link_start}域详细信æ¯%{link_end}了解如何验è¯æ‰€æœ‰æƒã€‚"
msgid "GitLabPages|Access Control is enabled for this Pages website; only authorized users will be able to access it. To make your website publicly available, navigate to your project's %{strong_start}Settings &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 ""
+msgstr "æ­¤Pages网站已å¯ç”¨è®¿é—®æŽ§åˆ¶ï¼›åªæœ‰ç»è¿‡æŽˆæƒçš„用户æ‰èƒ½è®¿é—®å®ƒã€‚如果è¦å…¬å¼€æ‚¨çš„网站,请转到你的项目的%{strong_start}设置 &gt; 常规 &gt; å¯è§æ€§%{strong_end}并在Pages部分选择%{strong_start}所有人%{strong_end}。请查阅%{link_start}文档%{link_end}以获å–更多信æ¯ã€‚"
msgid "GitLabPages|Access pages"
msgstr "访问页é¢"
@@ -11337,8 +11624,8 @@ msgstr "已过期"
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr "强制HTTPS (需è¦æœ‰æ•ˆçš„è¯ä¹¦)"
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
-msgstr "此项目ç¦ç”¨GitLab Pages。您å¯ä»¥åœ¨æ‚¨çš„项目的%{strong_start}设置 > 常规 > å¯è§æ€§%{strong_end} 页é¢å¯ç”¨ã€‚"
+msgid "GitLabPages|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|It may take up to 30 minutes before the site is available after the first deployment."
msgstr "首次部署åŽï¼Œç«™ç‚¹å¯èƒ½éœ€è¦è‡³å¤š30分钟æ‰å¯ç”¨ã€‚"
@@ -11404,10 +11691,10 @@ msgid "Gitaly Servers"
msgstr "GitalyæœåŠ¡å™¨"
msgid "Gitaly relative path:"
-msgstr ""
+msgstr "Gitaly相对路径:"
msgid "Gitaly storage name:"
-msgstr ""
+msgstr "Gitaly存储å称:"
msgid "Gitaly|Address"
msgstr "地å€"
@@ -11454,8 +11741,11 @@ msgstr "å…¨å±æ¨¡å¼"
msgid "Go to %{link_to_google_takeout}."
msgstr "转至 %{link_to_google_takeout}。"
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
-msgstr "转至<strong>议题</strong> > <strong>看æ¿</strong>访问您的个性化学习议题看æ¿ã€‚"
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
+msgstr ""
msgid "Go to Webhooks"
msgstr "转到Webhooks"
@@ -11470,7 +11760,7 @@ msgid "Go to environments"
msgstr "转到环境"
msgid "Go to epic"
-msgstr ""
+msgstr "转到å²è¯—"
msgid "Go to file"
msgstr "转到文件"
@@ -11485,7 +11775,7 @@ msgid "Go to find file"
msgstr "转到查找文件"
msgid "Go to fork"
-msgstr ""
+msgstr "转到派生"
msgid "Go to issue boards"
msgstr "转到议题看æ¿"
@@ -11602,7 +11892,7 @@ msgid "GrafanaIntegration|Grafana URL"
msgstr "Grafana URL"
msgid "GrafanaIntegration|Grafana authentication"
-msgstr ""
+msgstr "Grafana身份验è¯"
msgid "Grant access"
msgstr "å…许访问"
@@ -11647,7 +11937,7 @@ msgid "Group ID"
msgstr "群组 ID"
msgid "Group ID: %{group_id}"
-msgstr "群组ID:%{group_id}"
+msgstr "群组ID: %{group_id}"
msgid "Group Owner must have signed in with SAML before enabling Group Managed Accounts"
msgstr "群组所有者必须先使用SAML登录,然åŽæ‰èƒ½å¯ç”¨ç¾¤ç»„托管å¸æˆ·"
@@ -11736,6 +12026,9 @@ msgstr "群组æµæ°´çº¿åˆ†é’Ÿæ•°å·²æˆåŠŸé‡ç½®ã€‚"
msgid "Group project URLs are prefixed with the group namespace"
msgstr "群组项目的URL以群组命å空间为å‰ç¼€"
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr "群组需è¦å•ç‹¬è´¦æˆ·"
@@ -11749,7 +12042,7 @@ msgid "Group was successfully updated."
msgstr "群组已æˆåŠŸæ›´æ–°ã€‚"
msgid "Group-level events in %{group_name} (no project-level events)"
-msgstr ""
+msgstr "%{group_name}中的群组级事件(没有项目级别事件)"
msgid "Group: %{group_name}"
msgstr "群组:%{group_name}"
@@ -11758,16 +12051,16 @@ msgid "Group: %{name}"
msgstr "群组: %{name}"
msgid "GroupActivityMetrics|Issues opened"
-msgstr ""
+msgstr "å¼€å¯çš„议题数"
msgid "GroupActivityMetrics|Members added"
-msgstr ""
+msgstr "添加新æˆå‘˜æ•°"
msgid "GroupActivityMetrics|Merge Requests opened"
-msgstr ""
+msgstr "å¼€å¯çš„åˆå¹¶è¯·æ±‚æ•°"
msgid "GroupActivityMetrics|Recent activity (last 90 days)"
-msgstr ""
+msgstr "最近活动(过去90天)"
msgid "GroupImport|Failed to import group."
msgstr "导入群组失败。"
@@ -11794,7 +12087,7 @@ msgid "GroupRoadmap|%{startDateInWords} – %{endDateInWords}"
msgstr "%{startDateInWords} – %{endDateInWords}"
msgid "GroupRoadmap|No start and end date"
-msgstr ""
+msgstr "无开始和结æŸæ—¥æœŸ"
msgid "GroupRoadmap|No start date – %{dateWord}"
msgstr "无开始日期 - %{dateWord}"
@@ -11830,7 +12123,7 @@ msgid "GroupSAML|Copy SAML Response XML"
msgstr "å¤åˆ¶SAMLå“应XML"
msgid "GroupSAML|Default membership role"
-msgstr ""
+msgstr "默认æˆå‘˜è§’色"
msgid "GroupSAML|Enable SAML authentication for this group."
msgstr "为此群组å¯ç”¨SAML身份验è¯ã€‚"
@@ -11854,7 +12147,7 @@ msgid "GroupSAML|Identity"
msgstr "身份"
msgid "GroupSAML|Identity provider single sign-on URL"
-msgstr ""
+msgstr "身份验è¯æ供商å•ç‚¹ç™»å½•URL"
msgid "GroupSAML|Make sure you save this token — you won't be able to access it again."
msgstr "请妥善ä¿å­˜æ­¤ä»¤ç‰Œ-您将无法å†æ¬¡è®¿é—®å®ƒçš„内容。"
@@ -11905,7 +12198,7 @@ msgid "GroupSAML|The SCIM token is now hidden. To see the value of the token aga
msgstr "SCIM 令牌现在已éšè—。è¦å†æ¬¡æŸ¥çœ‹ä»¤ç‰Œçš„å€¼ï¼Œæ‚¨éœ€è¦ "
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 enforced SSO, you first need to enable SAML authentication."
msgstr "为了能够å¯ç”¨å¼ºåˆ¶SSO,首先需è¦å¯ç”¨SAML身份验è¯ã€‚"
@@ -11956,10 +12249,10 @@ 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 group URL can have unintended side effects."
-msgstr ""
+msgstr "更改群组URLå¯èƒ½ä¼šæœ‰æ„想ä¸åˆ°çš„副作用。"
msgid "GroupSettings|Custom project templates"
msgstr "自定义项目模æ¿"
@@ -11977,7 +12270,7 @@ msgid "GroupSettings|Disable group mentions"
msgstr "ç¦ç”¨ç¾¤ç»„æåŠ"
msgid "GroupSettings|Enable delayed project removal"
-msgstr ""
+msgstr "å¯ç”¨å»¶è¿Ÿçš„项目删除"
msgid "GroupSettings|Export group"
msgstr "导出群组"
@@ -12001,18 +12294,18 @@ msgid "GroupSettings|Pipeline settings was updated for the group"
msgstr "群组æµæ°´çº¿è®¾ç½®å·²æ›´æ–°"
msgid "GroupSettings|Please choose a group URL with no special characters."
-msgstr ""
+msgstr "请选择ä¸å«ç‰¹æ®Šå­—符的群组URL。"
msgid "GroupSettings|Prevent forking outside of the group"
-msgstr ""
+msgstr "阻止派生到群组外。"
msgid "GroupSettings|Prevent forking setting was not saved"
-msgstr ""
+msgstr "阻止派生设置未ä¿å­˜"
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr "ç¦æ­¢ä¸Žå…¶ä»–群组共享 %{group} 中的项目"
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12046,7 +12339,7 @@ msgid "GroupSettings|This setting will prevent group members from being notified
msgstr "此设置将使群组æˆå‘˜åœ¨æåŠç¾¤ç»„æ—¶ä¸è¢«é€šçŸ¥ã€‚"
msgid "GroupSettings|This setting will prevent group members from forking projects outside of the group."
-msgstr ""
+msgstr "此设置将阻止群组æˆå‘˜å‘在群组之外派生项目。"
msgid "GroupSettings|Transfer group"
msgstr "转移群组"
@@ -12082,7 +12375,7 @@ msgid "Groups and projects"
msgstr "群组和项目"
msgid "Groups and subgroups"
-msgstr ""
+msgstr "群组和å­ç¾¤ç»„"
msgid "Groups can also be nested by creating %{subgroup_docs_link_start}subgroups%{subgroup_docs_link_end}."
msgstr "也å¯ä»¥é€šè¿‡åˆ›å»º %{subgroup_docs_link_start}å­ç¾¤ç»„æ¥åµŒå¥—群组%{subgroup_docs_link_end}。"
@@ -12091,7 +12384,7 @@ msgid "Groups to synchronize"
msgstr "需åŒæ­¥çš„群组"
msgid "Groups with access to %{strong_open}%{project_name}%{strong_close}"
-msgstr ""
+msgstr "有æƒè®¿é—®%{strong_open}%{project_name}%{strong_close}的群组"
msgid "Groups with access to %{strong_start}%{group_name}%{strong_end}"
msgstr "有æƒè®¿é—®%{strong_start}%{group_name}%{strong_end}的群组"
@@ -12223,6 +12516,9 @@ msgid "Health information can be retrieved from the following endpoints. More in
msgstr "è¿è¡ŒçŠ¶å†µä¿¡æ¯å¯ä»¥ä»Žä»¥ä¸‹API路径获å–。如需了解更多信æ¯ï¼Œè¯·æŸ¥çœ‹"
msgid "Health status"
+msgstr "å¥åº·çŠ¶æ€"
+
+msgid "Health status cannot be edited because this issue is closed"
msgstr ""
msgid "HealthCheck|Access token is"
@@ -12240,6 +12536,9 @@ msgstr "éžå¥åº·"
msgid "Hello there"
msgstr "你好"
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "帮助"
@@ -12296,7 +12595,7 @@ msgid "Hide marketing-related entries from help"
msgstr "在帮助中éšè—与市场推广有关的æ¡ç›®"
msgid "Hide payload"
-msgstr "éšè—上传数æ®"
+msgstr "éšè—有效数æ®"
msgid "Hide shared projects"
msgstr "éšè—共享项目"
@@ -12368,6 +12667,9 @@ msgstr "å°†Elasticsearch索引拆分æˆå¤šå°‘个分片。"
msgid "How many users will be evaluating the trial?"
msgstr "有多少用户需è¦å‚与试用?"
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr "但是,您已ç»æ˜¯ %{member_source} çš„æˆå‘˜ã€‚请使用其他å¸æˆ·ç™»å½•ä»¥æŽ¥å—邀请。"
@@ -12524,6 +12826,12 @@ msgstr "如果您最近从上述IP地å€ç™»å½•è¿‡ï¼Œåˆ™å¯ä»¥å¿½ç•¥æ­¤ç”µå­é‚®ä
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
msgstr "如果您删除此许å¯ï¼ŒGitLab将会退回上一个许å¯ï¼Œå¦‚果有的è¯ã€‚"
+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 your HTTP repository is not publicly accessible, add your credentials."
msgstr "如果您的HTTP仓库无法公开访问,需在地å€ä¸­æ·»åŠ å‡­æ®ã€‚"
@@ -12657,7 +12965,7 @@ msgid "Import timed out. Import took longer than %{import_jobs_expiration} secon
msgstr "导入超时。耗时已超过 %{import_jobs_expiration} 秒"
msgid "Import/Export Rate Limits"
-msgstr ""
+msgstr "导入/导出速率é™åˆ¶"
msgid "Import/Export illustration"
msgstr "导入/导出æ’图"
@@ -12675,6 +12983,9 @@ msgid "ImportProjects|Importing the project failed"
msgstr "导入项目失败"
msgid "ImportProjects|Importing the project failed: %{reason}"
+msgstr "导入项目失败: %{reason}"
+
+msgid "ImportProjects|Requesting namespaces failed"
msgstr ""
msgid "ImportProjects|Requesting your %{provider} repositories failed"
@@ -12692,6 +13003,9 @@ msgstr "无法创建仓库。"
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr "导入项目实时更新失败"
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr "增强议题看æ¿"
@@ -12702,25 +13016,22 @@ msgid "Improve Merge Requests and customer support with GitLab Enterprise Editio
msgstr "使用GitLab Enterprise Edition以获得增强的åˆå¹¶è¯·æ±‚功能和官方客户支æŒã€‚"
msgid "Improve customer support with GitLab Service Desk."
-msgstr ""
+msgstr "通过GitLabæœåŠ¡å°æ”¹è¿›å®¢æˆ·æ”¯æŒã€‚"
msgid "Improve search with Advanced Search and GitLab Enterprise Edition."
-msgstr "使用GitLabä¼ä¸šç‰ˆå…¨å±€æœç´¢å¸¦æ¥çš„增强æœç´¢åŠŸèƒ½"
+msgstr ""
msgid "In %{time_to_now}"
msgstr "%{time_to_now}åŽ"
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
-msgstr "è¦å¯ç”¨å®žä¾‹çº§åˆ†æžï¼Œè¯·è¦æ±‚管ç†å‘˜å¯ç”¨ %{usage_ping_link_start}使用情况检测(usage ping)%{usage_ping_link_end}。"
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
+msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
msgstr "为了收集准确的功能使用数æ®ï¼Œå¯èƒ½éœ€è¦1到2周æ‰èƒ½çœ‹åˆ°æ‚¨çš„指数。"
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
-msgstr ""
-
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
+msgstr "为了能é‡èº«å®šåˆ¶æ‚¨åœ¨GitLab的体验,%{br_tag}我们希望对您有更多了解。"
msgid "In progress"
msgstr "进行中"
@@ -12728,65 +13039,77 @@ msgstr "进行中"
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr "继续下一步,选择想è¦å¯¼å…¥çš„项目"
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr "事件管ç†é™åˆ¶"
msgid "IncidentManagement|All"
+msgstr "全部"
+
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
msgstr ""
msgid "IncidentManagement|Assignees"
-msgstr ""
+msgstr "指派人"
msgid "IncidentManagement|Closed"
-msgstr ""
+msgstr "已关闭"
msgid "IncidentManagement|Create incident"
-msgstr ""
+msgstr "创建事件"
msgid "IncidentManagement|Date created"
+msgstr "创建日期"
+
+msgid "IncidentManagement|Display your incidents in a dedicated view"
msgstr ""
msgid "IncidentManagement|Incident"
-msgstr ""
+msgstr "事件"
msgid "IncidentManagement|Incidents"
-msgstr ""
+msgstr "事件"
msgid "IncidentManagement|No incidents to display."
-msgstr ""
+msgstr "没有è¦æ˜¾ç¤ºçš„事件。"
msgid "IncidentManagement|Open"
-msgstr ""
+msgstr "打开"
msgid "IncidentManagement|Published"
-msgstr ""
+msgstr "å·²å‘布"
msgid "IncidentManagement|Published to status page"
+msgstr "å‘布到状æ€é¡µ"
+
+msgid "IncidentManagement|There are no closed incidents"
msgstr ""
msgid "IncidentManagement|There was an error displaying the incidents."
-msgstr ""
+msgstr "显示事件时出错。"
msgid "IncidentManagement|Unassigned"
-msgstr ""
+msgstr "å–消指派"
msgid "IncidentManagement|Unpublished"
-msgstr ""
+msgstr "未å‘布"
msgid "IncidentSettings|Alert integration"
-msgstr ""
+msgstr "警报集æˆ"
msgid "IncidentSettings|Grafana integration"
-msgstr ""
+msgstr "Grafana集æˆ"
msgid "IncidentSettings|Incidents"
-msgstr ""
+msgstr "事件"
msgid "IncidentSettings|PagerDuty integration"
-msgstr ""
+msgstr "PagerDuty集æˆ"
msgid "IncidentSettings|Set up integrations with external tools to help better manage incidents."
-msgstr ""
+msgstr "设置外部工具集æˆä»¥æ›´å¥½åœ°ç®¡ç†äº‹ä»¶ã€‚"
msgid "Incidents"
msgstr "事故"
@@ -12804,7 +13127,7 @@ msgid "Include merge request description"
msgstr "包å«åˆå¹¶è¯·æ±‚æè¿°"
msgid "Include the username in the URL if required: %{code_open}https://username@gitlab.company.com/group/project.git%{code_close}."
-msgstr ""
+msgstr "如果需è¦ï¼Œè¯·åœ¨URL中包å«ç”¨æˆ·å:%{code_open}https://username@gitlab.company.com/group/project.git%{code_close}。"
msgid "Includes LFS objects. It can be overridden per group, or per project. 0 for unlimited."
msgstr "åŒ…å« LFS 对象。它å¯ä»¥æŒ‰ç¾¤ç»„或项目覆盖。 0 表示无é™åˆ¶ã€‚"
@@ -12839,6 +13162,9 @@ msgstr "缩进"
msgid "Index all projects"
msgstr "索引所有项目"
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr "指示此runner是å¦å¯ä»¥é€‰æ‹©æ— æ ‡è®°çš„作业"
@@ -12905,6 +13231,9 @@ msgstr "从您的应用程åºåº“安装软令牌验è¯å™¨å¦‚ %{free_otp_link} 或
msgid "Install on clusters"
msgstr "在群集上安装"
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr "已安装"
@@ -12918,8 +13247,8 @@ msgstr[0] "实例"
msgid "Instance Configuration"
msgstr "实例é…ç½®"
-msgid "Instance Statistics visibility"
-msgstr "实例统计信æ¯å¯è§æ€§"
+msgid "Instance Statistics"
+msgstr ""
msgid "Instance administrators group already exists"
msgstr "实例管ç†å‘˜ç»„已存在"
@@ -12945,6 +13274,12 @@ msgstr "评论细节:"
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr "å¯ç”¨è¯„论"
@@ -12957,13 +13292,10 @@ msgstr "包括æ交的标题和分支"
msgid "Integrations|Standard"
msgstr "标准"
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
-msgstr ""
+msgstr "使用自定义设置"
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,8 +13325,8 @@ msgstr "循环周期"
msgid "Introducing Value Stream Analytics"
msgstr "价值æµåˆ†æžä»‹ç»"
-msgid "Introducing Your DevOps Score"
-msgstr "了解您的DevOps指数"
+msgid "Introducing Your DevOps Report"
+msgstr ""
msgid "Invalid Git ref"
msgstr "无效的Git ref"
@@ -13005,9 +13337,15 @@ msgstr "检测到无效的 Insights é…置文件"
msgid "Invalid Login or password"
msgstr "登录å或密ç æ— æ•ˆ"
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr "无效的网å€"
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr "无效的container_name"
@@ -13093,7 +13431,7 @@ msgid "Invite Members"
msgstr "邀请æˆå‘˜"
msgid "Invite another teammate"
-msgstr ""
+msgstr "邀请其他团队æˆå‘˜"
msgid "Invite group"
msgstr "邀请群组"
@@ -13102,11 +13440,44 @@ msgid "Invite member"
msgstr "邀请æˆå‘˜"
msgid "Invite teammates (optional)"
+msgstr "邀请团队æˆå‘˜(å¯é€‰)"
+
+msgid "InviteEmail|%{inviter} invited you"
msgstr ""
-msgid "Invited users will be added with developer level permissions. You can always change this later."
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
msgstr ""
+msgid "Invited users will be added with developer level permissions. You can always change this later."
+msgstr "邀请的用户将被添加开å‘人员级别的æƒé™ã€‚您以åŽå¯ä»¥éšæ—¶æ›´æ”¹æ­¤è®¾ç½®ã€‚"
+
msgid "Invocations"
msgstr "调用"
@@ -13143,6 +13514,9 @@ msgstr "议题"
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr "议题%{issue_reference}已被添加到å²è¯—%{epic_reference}。"
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr "议题看æ¿"
@@ -13242,9 +13616,6 @@ msgstr "YoutTrack议题跟踪器"
msgid "Issues"
msgstr "议题"
-msgid "Issues Analytics"
-msgstr "议题分æž"
-
msgid "Issues Rate Limits"
msgstr "议题速率é™åˆ¶"
@@ -13264,7 +13635,7 @@ msgid "Issues with comments, merge requests with diffs and comments, labels, mil
msgstr "议题评论,åˆå¹¶è¯·æ±‚的差异和评论,标记,里程碑,代ç ç‰‡æ®µå’Œå…¶ä»–项目实体"
msgid "Issues with no epic assigned"
-msgstr ""
+msgstr "未分é…å²è¯—的议题"
msgid "Issues, merge requests, pushes, and comments."
msgstr "议题,åˆå¹¶è¯·æ±‚,推é€åŠè¯„论。"
@@ -13300,7 +13671,7 @@ msgid "Issue|Title"
msgstr "标题"
msgid "It looks like you have some draft commits in this branch."
-msgstr ""
+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 "它必须有标题行和至少有两列:第一æ æ˜¯è®®é¢˜æ ‡é¢˜ï¼Œç¬¬äºŒæ æ˜¯è®®é¢˜æ述。自动检测分隔符。"
@@ -13360,7 +13731,7 @@ msgid "Jira Issues"
msgstr "Jira议题"
msgid "Jira display name"
-msgstr ""
+msgstr "Jira显示å称"
msgid "Jira import is already running."
msgstr "Jira导入已在è¿è¡Œã€‚"
@@ -13378,22 +13749,25 @@ msgid "Jira service not configured."
msgstr "未é…ç½®JiraæœåŠ¡ã€‚"
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 ""
+msgstr "已从é…置的Jira实例中导入了Jira用户。å¯ä»¥é€šè¿‡ä»Žâ€œ GitLab用户åâ€åˆ—的下拉列表中选择一个GitLab用户æ¥æ˜ å°„它们。当表å•å‡ºçŽ°æ—¶ï¼Œä¸‹æ‹‰èœå•é»˜è®¤ä¸ºæ‰§è¡Œå¯¼å…¥çš„用户。"
msgid "Jira-GitLab user mapping template"
-msgstr ""
+msgstr "Jira-GitLab用户映射模æ¿"
msgid "JiraService| on branch %{branch_link}"
msgstr "于分支%{branch_link}"
+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 "%{user_link}在%{project_link}%{branch}中的%{entity_link}中æåŠæ­¤è®®é¢˜: {quote}%{entity_message}{quote}"
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 ""
+msgstr "显示Jira议题且ä¿æŒGitLab自带议题功能å¯ç”¨å¯èƒ½å¼•èµ·æ··æ·†ã€‚如未计划使用,请考虑%{linkStart}ç¦ç”¨GitLab议题%{linkEnd}。"
msgid "JiraService|Enable Jira issues"
-msgstr ""
+msgstr "å¯ç”¨Jira议题"
msgid "JiraService|Events for %{noteable_model_name} are disabled."
msgstr "%{noteable_model_name} 事件已ç¦ç”¨ã€‚"
@@ -13402,13 +13776,13 @@ msgid "JiraService|If different from Web URL"
msgstr "如果与 Web URL ä¸åŒ"
msgid "JiraService|Issue List"
-msgstr ""
+msgstr "议题列表"
msgid "JiraService|Jira API URL"
msgstr "Jira API URL"
msgid "JiraService|Jira Issues"
-msgstr ""
+msgstr "Jira议题"
msgid "JiraService|Jira comments will be created when an issue gets referenced in a commit."
msgstr "在æ交中引用议题时将创建Jira评论。"
@@ -13420,14 +13794,17 @@ msgid "JiraService|Jira issue tracker"
msgstr "Jira 议题跟踪"
msgid "JiraService|Jira project key"
-msgstr ""
+msgstr "Jira project key"
msgid "JiraService|Open Jira"
-msgstr ""
+msgstr "打开Jira"
msgid "JiraService|Password or API token"
msgstr "密ç æˆ– API 令牌"
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr "转æ¢ID"
@@ -13443,20 +13820,23 @@ msgstr "æœåŠ¡å™¨ç‰ˆæœ¬è¯·ä½¿ç”¨ç”¨æˆ·å,云版本请使用电å­é‚®ä»¶"
msgid "JiraService|Username or Email"
msgstr "用户å或电å­é‚®ä»¶"
-msgid "JiraService|View Jira issues in GitLab"
+msgid "JiraService|Using Jira for issue tracking?"
msgstr ""
+msgid "JiraService|View Jira issues in GitLab"
+msgstr "在GitLab查看Jira议题"
+
msgid "JiraService|Warning: All GitLab users that have access to this GitLab project will be able to view all issues from the Jira project specified below."
-msgstr ""
+msgstr "警告:所有能够访问此GitLab项目的GitLab用户将能够查看以下指定的Jira项目的所有议题。"
msgid "JiraService|Web URL"
msgstr "Web URL"
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 ""
+msgstr "在ä¸ç¦»å¼€GitLab的情况下处ç†Jira议题。添加一个Jiraèœå•æ¥è®¿é—®æ‚¨çš„Jira议题列表,并å¯ä»¥ä»¥åªè¯»æ¨¡å¼æŸ¥çœ‹ä»»ä½•è®®é¢˜ã€‚"
msgid "JiraService|e.g. AB"
-msgstr ""
+msgstr "例如:AB"
msgid "JiraService|transition ids can have only numbers which can be split with , or ;"
msgstr "转æ¢IDåªèƒ½åŒ…å«æ•°å­—或用“, â€æˆ–“; â€åˆ†éš”çš„æ•°å­—"
@@ -13471,10 +13851,10 @@ msgid "Job ID"
msgstr "作业 ID"
msgid "Job artifact"
-msgstr ""
+msgstr "作业产物"
msgid "Job artifacts"
-msgstr ""
+msgstr "作业产物"
msgid "Job has been erased"
msgstr "作业已被删除"
@@ -13558,10 +13938,10 @@ msgid "Job|This job is stuck because the project doesn't have any runners online
msgstr "此作业已阻塞,因为该项目没有分é…任何å¯ç”¨Runner。"
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 ""
+msgstr "此作业已阻塞,因为您未分é…任何具备这些标签的å¯ç”¨Runner:"
msgid "Job|This job is stuck because you don't have any active runners that can run this job."
-msgstr ""
+msgstr "此作业已阻塞,因为没有å¯ç”¨çš„Runner处ç†æ­¤é¡¹ä½œä¸šã€‚"
msgid "Job|for"
msgstr "于"
@@ -13597,7 +13977,7 @@ msgid "Just me"
msgstr "仅我自己"
msgid "K8s pod health"
-msgstr ""
+msgstr "K8s podå¥åº·"
msgid "Keep divergent refs"
msgstr "ä¿ç•™åˆ†å‰çš„refs"
@@ -13678,7 +14058,7 @@ msgid "LFS"
msgstr "LFS"
msgid "LFS object"
-msgstr ""
+msgstr "LFS对象"
msgid "LFS objects"
msgstr "LFS 对象"
@@ -13731,8 +14111,8 @@ msgstr "标记å¯ç”¨äºŽå¯¹è®®é¢˜å’Œåˆå¹¶è¯·æ±‚进行分类。"
msgid "Labels can be applied to issues and merge requests."
msgstr "标记å¯ç”¨äºŽè®®é¢˜å’Œåˆå¹¶è¯·æ±‚。"
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>将标记</span> %{labelTitle} <span>å‡çº§ä¸ºç¾¤ç»„标记?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "å‡çº§æ ‡è®°"
@@ -13769,7 +14149,7 @@ msgid "Last Seen"
msgstr "最åŽå‡ºçŽ°"
msgid "Last Used"
-msgstr ""
+msgstr "最近使用"
msgid "Last accessed on"
msgstr "最åŽè®¿é—®æ—¶é—´"
@@ -13790,7 +14170,7 @@ msgid "Last edited by %{name}"
msgstr "最åŽä¿®æ”¹æ¥è‡ªäºŽ%{name}"
msgid "Last item before this page loaded in your browser:"
-msgstr ""
+msgstr "此页é¢åœ¨æ‚¨çš„æµè§ˆå™¨ä¸­è½½å…¥å‰çš„最åŽä¸€ä¸ªé¡¹ç›®ï¼š"
msgid "Last name"
msgstr "姓"
@@ -13958,10 +14338,10 @@ msgid "License History"
msgstr "许å¯è¯åŽ†å²è®°å½•"
msgid "License ID:"
-msgstr "许å¯è¯ID:"
+msgstr "许å¯è¯ID:"
-msgid "License URL"
-msgstr "许å¯è¯ç½‘å€"
+msgid "License overview"
+msgstr ""
msgid "License-Check"
msgstr "许å¯è¯æ£€æŸ¥"
@@ -13973,7 +14353,7 @@ msgid "LicenseCompliance|%{docLinkStart}License Approvals%{docLinkEnd} are inact
msgstr "%{docLinkStart}许å¯è¯æ‰¹å‡†%{docLinkEnd}无效"
msgid "LicenseCompliance|Acceptable license to be used in the project"
-msgstr ""
+msgstr "项目中å¯æŽ¥å—的许å¯è¯"
msgid "LicenseCompliance|Add a license"
msgstr "添加许å¯è¯"
@@ -13994,7 +14374,7 @@ msgid "LicenseCompliance|Deny"
msgstr "æ‹’ç»"
msgid "LicenseCompliance|Disallow merge request if detected and will instruct developer to remove"
-msgstr ""
+msgstr "如检测到则ä¸å…许åˆå¹¶è¯·æ±‚并指示开å‘人员删除"
msgid "LicenseCompliance|Learn more about %{linkStart}License Approvals%{linkEnd}"
msgstr "了解更多有关%{linkStart}许å¯è¯æ‰¹å‡†%{linkEnd}çš„ä¿¡æ¯"
@@ -14007,7 +14387,7 @@ 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[0] "许å¯è¯åˆè§„检查åªåœ¨æºåˆ†æ”¯ä¸Šæ£€æµ‹åˆ°%d个许å¯è¯åŠç­–ç•¥è¿å。"
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"
@@ -14023,7 +14403,7 @@ msgstr[0] "许å¯è¯åˆè§„检测到%d个新的许å¯è¯"
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[0] "许å¯è¯åˆè§„检测到%d个新的许å¯è¯åŠç­–ç•¥è¿å。"
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"
@@ -14053,11 +14433,11 @@ msgstr "删除许å¯è¯"
msgid "LicenseCompliance|Remove license?"
msgstr "删除许å¯è¯å—?"
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
-msgstr "此项目目å‰æ²¡æœ‰å·²æ‰¹å‡†æˆ–列入黑åå•çš„许å¯è¯ã€‚"
+msgid "LicenseCompliance|There are currently no policies in this project."
+msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match 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 "此许å¯è¯å·²ç»å­˜åœ¨äºŽè¯¥é¡¹ç›®ä¸­ã€‚"
@@ -14083,6 +14463,9 @@ msgstr "需è¦è®¸å¯çš„功能"
msgid "Licensed to"
msgstr "授æƒç»™"
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr "许å¯è¯"
@@ -14090,7 +14473,7 @@ msgid "Licenses|%{remainingComponentsCount} more"
msgstr "其余%{remainingComponentsCount}项"
msgid "Licenses|Acceptable license to be used in the project"
-msgstr ""
+msgstr "项目中å¯æŽ¥å—的许å¯è¯"
msgid "Licenses|Component"
msgstr "组件"
@@ -14105,7 +14488,7 @@ msgid "Licenses|Detected licenses that are out-of-compliance with the project's
msgstr "检测到的ä¸ç¬¦åˆé¡¹ç›®æŒ‡å®šæ”¿ç­–的许å¯è¯"
msgid "Licenses|Disallow Merge request if detected and will instruct the developer to remove"
-msgstr ""
+msgstr "检测到åŽä¸å…许åˆå¹¶è¯·æ±‚并指示开å‘者删除"
msgid "Licenses|Displays licenses detected in the project, based on the %{linkStart}latest successful%{linkEnd} scan"
msgstr "显示项目中检测到的许å¯è¯ï¼ŒåŸºäºŽ%{linkStart}最新的æˆåŠŸæ‰«æ%{linkEnd}"
@@ -14146,9 +14529,6 @@ msgstr "购买许å¯è¯"
msgid "License|License"
msgstr "许å¯è¯"
-msgid "License|Licensed user count exceeded"
-msgstr "超出许å¯ç”¨æˆ·æ•°"
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr "您éšæ—¶å¯ä»¥é€šè¿‡å‡çº§è®¡åˆ’æ¥æ¢å¤å¯¹é‡‘牌功能的访问æƒé™ã€‚"
@@ -14164,9 +14544,6 @@ msgstr "您的许å¯è¯"
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr "您的GitLab Ultimateå…费试用将在%{trial_ends_on}到期。"
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr "您的当å‰ç”¨æˆ·æ•°å·²è¶…出订阅中的许å¯ç”¨æˆ·æ•° %{extra_users_count}。您ä»å¯ä»¥ç»§ç»­æ·»åŠ æ›´å¤šç”¨æˆ·ï¼Œè¶…é¢è´¹ç”¨å°†åŒ…å«åœ¨ä¸‹ä¸€æ¬¡çš„å¸å•ä¸­ã€‚"
-
msgid "Limit display of time tracking units to hours."
msgstr "é™åˆ¶æ—¶é—´è·Ÿè¸ªå•ä½æ˜¾ç¤ºåˆ°å°æ—¶ã€‚"
@@ -14193,7 +14570,7 @@ msgid "Link title is required"
msgstr "链接标题为必填项"
msgid "Link to go to GitLab pipeline documentation"
-msgstr ""
+msgstr "链接以转到GitLaæµæ°´çº¿æ–‡æ¡£"
msgid "Linked emails (%{email_count})"
msgstr "链接的电å­é‚®ä»¶ (%{email_count})"
@@ -14219,6 +14596,9 @@ msgstr "列出Gitea仓库"
msgid "List available repositories"
msgstr "列出å¯ç”¨ä»“库"
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr "列表设置"
@@ -14238,6 +14618,9 @@ msgid "Live preview"
msgstr "实时预览"
msgid "Load more"
+msgstr "加载更多"
+
+msgid "Load more users"
msgstr ""
msgid "Loading"
@@ -14291,8 +14674,8 @@ msgstr "未找到é”"
msgid "Lock the discussion"
msgstr "é”定讨论"
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
-msgstr "é”定此%{issuableDisplayName}å—?é”定åŽå°†åªæœ‰<strong>项目æˆå‘˜</strong>å¯ä»¥å‘表评论。"
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
+msgstr ""
msgid "Lock to current projects"
msgstr "é”定到当å‰é¡¹ç›®"
@@ -14342,14 +14725,20 @@ msgstr "MD5"
msgid "MERGED"
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."
+msgid "MR widget|Back to the Merge request"
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."
+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 "请查阅我们的%{beginnerLinkStart}æŒç»­é›†æˆæ–°æ‰‹æŒ‡å—%{beginnerLinkEnd}å’Œ%{exampleLinkStart}GitLab CI/CD实例%{exampleLinkEnd}æ¥äº†è§£æ›´å¤šä¿¡æ¯ã€‚"
+
+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 "æµæ°´çº¿å°†åœ¨æ¯æ¬¡æ交时测试您的代ç ã€‚%{codeQualityLinkStart}代ç è´¨é‡æŠ¥å‘Š%{codeQualityLinkEnd}将出现在您的åˆå¹¶è¯·æ±‚中,对您潜在的代ç è´¨é‡ä¸‹é™å‘出警告。"
+
msgid "MRApprovals|Approvals"
-msgstr "批准"
+msgstr "核准"
msgid "MRApprovals|Approved by"
msgstr "已核准人"
@@ -14357,6 +14746,9 @@ msgstr "已核准人"
msgid "MRApprovals|Approvers"
msgstr "核准人"
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr "åªæŸ¥çœ‹å˜æ›´å†…容"
@@ -14441,9 +14833,6 @@ msgstr "Manifest文件导入"
msgid "Manifest import"
msgstr "Manifest文件导入"
-msgid "Manual job"
-msgstr "手动作业"
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr "无法ä¿å­˜è®®é¢˜çš„顺åº"
@@ -14484,7 +14873,7 @@ msgid "Markdown"
msgstr "Markdown"
msgid "Markdown Help"
-msgstr ""
+msgstr "Markdown帮助"
msgid "Markdown enabled"
msgstr "支æŒMarkdownæ ¼å¼"
@@ -14493,7 +14882,7 @@ msgid "Markdown is supported"
msgstr "支æŒMarkdown"
msgid "Marked For Deletion At - %{deletion_time}"
-msgstr ""
+msgstr "标记删除于 - %{deletion_time}"
msgid "Marked To Do as done."
msgstr "将待办事项标记为已完æˆã€‚"
@@ -14555,26 +14944,23 @@ msgstr "建议:"
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr "æ­¤æœåŠ¡å…许用户通过在Mattermost中输入斜æ å‘½ä»¤æ¥å¯¹è¯¥é¡¹ç›®æ‰§è¡Œå¸¸è§æ“作。"
-msgid "Maven Metadata"
-msgstr "Maven 元数æ®"
-
msgid "Max Group Export Download requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§ç¾¤ç»„导出下载请求数"
msgid "Max Group Export requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§ç¾¤ç»„导出请求数"
msgid "Max Group Import requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§ç¾¤ç»„导入请求数"
msgid "Max Project Export Download requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§é¡¹ç›®å¯¼å‡ºä¸‹è½½è¯·æ±‚æ•°"
msgid "Max Project Export requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§é¡¹ç›®å¯¼å‡ºè¯·æ±‚æ•°"
msgid "Max Project Import requests per minute per user"
-msgstr ""
+msgstr "æ¯ä¸ªç”¨æˆ·æ¯åˆ†é’Ÿæœ€å¤§é¡¹ç›®å¯¼å…¥è¯·æ±‚æ•°"
msgid "Max access level"
msgstr "最高访问级别"
@@ -14613,7 +14999,7 @@ msgid "Maximum field length"
msgstr "最大字段长度"
msgid "Maximum file size indexed (KiB)"
-msgstr ""
+msgstr "索引的最大文件大å°(KiB)"
msgid "Maximum file size is 2MB. Please select a smaller file."
msgstr "最大文件大å°ä¸º 2MB。请选择一个较å°çš„文件。"
@@ -14628,7 +15014,7 @@ msgid "Maximum job timeout has a value which could not be accepted"
msgstr "作业最大超时设置无效"
msgid "Maximum length 100 characters"
-msgstr ""
+msgstr "最大长度100个字符"
msgid "Maximum lifetime allowable for Personal Access Tokens is active, your expire date must be set before %{maximum_allowable_date}."
msgstr "个人访问令牌有最长有效期设定,过期日期必须设为%{maximum_allowable_date}之å‰ã€‚"
@@ -14691,20 +15077,26 @@ msgid "Members"
msgstr "æˆå‘˜"
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
+msgstr "æˆå‘˜å¯ç”±é¡¹ç›®çš„%{i_open}维护者%{i_close} 或 %{i_open}所有者%{i_close}添加"
+
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members of %{strong_open}%{project_name}%{strong_close}"
+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 %{strong_open}%{project_name}%{strong_close}"
+msgstr "%{strong_open}%{project_name}%{strong_close}çš„æˆå‘˜"
+
msgid "Members of a group may only view projects they have permission to access"
msgstr "群组æˆå‘˜åªèƒ½æŸ¥çœ‹ä»–们有æƒè®¿é—®çš„项目"
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr "有æƒè®¿é—®%{strong_start}%{group_name}%{strong_end}çš„æˆå‘˜"
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr "申请访问%{strong_start}%{group_name}%{strong_end}待定的æˆå‘˜"
-
msgid "Memory Usage"
msgstr "内存使用情况"
@@ -14721,7 +15113,7 @@ msgid "Merge Request"
msgstr "åˆå¹¶è¯·æ±‚"
msgid "Merge Request Analytics"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚分æž"
msgid "Merge Request Approvals"
msgstr "åˆå¹¶è¯·æ±‚核准"
@@ -14732,15 +15124,15 @@ msgstr "åˆå¹¶è¯·æ±‚æ交"
msgid "Merge Requests"
msgstr "åˆå¹¶è¯·æ±‚"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr "创建åˆå¹¶è¯·æ±‚"
msgid "Merge Requests in Review"
msgstr "评审中的åˆå¹¶è¯·æ±‚"
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr "自动åˆå¹¶(%{strategy})"
@@ -14756,6 +15148,9 @@ msgstr "ç«‹å³åˆå¹¶"
msgid "Merge in progress"
msgstr "正在åˆå¹¶"
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr "åˆå¹¶é€‰é¡¹"
@@ -14778,7 +15173,7 @@ msgid "Merge request dependencies"
msgstr "åˆå¹¶è¯·æ±‚ä¾èµ–"
msgid "Merge request was scheduled to merge after pipeline succeeds"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚已安排在æµæ°´çº¿æˆåŠŸåŽåˆå¹¶"
msgid "Merge requests"
msgstr "åˆå¹¶è¯·æ±‚"
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr "对%{selectStart}开始于%{selectEnd}到%{end}è¡Œå‘表评论"
@@ -14951,6 +15367,12 @@ 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 "指标"
@@ -14967,7 +15389,7 @@ msgid "Metrics Dashboard YAML definition"
msgstr "指标仪表æ¿YAML定义"
msgid "Metrics Dashboard YAML definition is invalid:"
-msgstr "指标仪表æ¿YAML定义无效:"
+msgstr "指标仪表æ¿YAML定义无效:"
msgid "Metrics Dashboard YAML definition is valid."
msgstr "指标仪表æ¿YAML定义有效。"
@@ -15021,7 +15443,7 @@ msgid "MetricsSettings|Manage Metrics Dashboard settings."
msgstr "管ç†æŒ‡æ ‡ä»ªè¡¨æ¿è®¾ç½®ã€‚"
msgid "MetricsSettings|Metrics dashboard"
-msgstr ""
+msgstr "指标仪表æ¿"
msgid "MetricsSettings|UTC (Coordinated Universal Time)"
msgstr "UTC(世界标准时间)"
@@ -15030,58 +15452,61 @@ msgid "MetricsSettings|User's local timezone"
msgstr "用户本地时区"
msgid "Metrics|1. Define and preview panel"
-msgstr ""
+msgstr "1. 定义和预览é¢æ¿"
msgid "Metrics|2. Paste panel YAML into dashboard"
-msgstr ""
+msgstr "2. å°†é¢æ¿YAML粘贴到仪表æ¿"
msgid "Metrics|Add metric"
msgstr "添加指标"
msgid "Metrics|Add panel"
-msgstr ""
+msgstr "添加é¢æ¿"
msgid "Metrics|Avg"
msgstr "å¹³å‡"
msgid "Metrics|Back to dashboard"
-msgstr ""
+msgstr "返回到仪表æ¿"
msgid "Metrics|Cancel"
-msgstr ""
+msgstr "å–消"
msgid "Metrics|Check out the CI/CD documentation on deploying to an environment"
msgstr "查看有关部署到环境的CI/CD文档"
-msgid "Metrics|Copy YAML"
+msgid "Metrics|Collapse panel"
msgstr ""
-msgid "Metrics|Copy and paste the panel YAML into your dashboard YAML file."
+msgid "Metrics|Collapse panel (Esc)"
msgstr ""
+msgid "Metrics|Copy YAML"
+msgstr "å¤åˆ¶YAML"
+
+msgid "Metrics|Copy and paste the panel YAML into your dashboard YAML file."
+msgstr "å¤åˆ¶å¹¶ç²˜è´´é¢æ¿YAML到您的仪表æ¿YAML文件。"
+
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr "创建自定义仪表æ¿%{fileName}"
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr "创建指标"
msgid "Metrics|Create new dashboard"
-msgstr ""
+msgstr "创建新仪表æ¿"
msgid "Metrics|Create your dashboard configuration file"
-msgstr ""
+msgstr "创建仪表æ¿é…置文件"
msgid "Metrics|Current"
msgstr "当å‰"
msgid "Metrics|Dashboard files can be found in %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project."
-msgstr ""
+msgstr "仪表æ¿æ–‡ä»¶å¯ä»¥åœ¨æ­¤é¡¹ç›®çš„根目录下%{codeStart}.gitlab/dashboards%{codeEnd}中找到。"
msgid "Metrics|Define panel YAML below to preview panel."
-msgstr ""
+msgstr "在下é¢å®šä¹‰é¢æ¿YAML以预览é¢æ¿ã€‚"
msgid "Metrics|Delete metric"
msgstr "删除指标"
@@ -15093,14 +15518,20 @@ msgid "Metrics|Duplicate"
msgstr "å¤åˆ¶"
msgid "Metrics|Duplicate current dashboard"
-msgstr ""
+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] "编辑指标"
@@ -15111,9 +15542,6 @@ msgstr "展开é¢æ¿"
msgid "Metrics|For grouping similar metrics"
msgstr "用于分组类似指标"
-msgid "Metrics|Go back (Esc)"
-msgstr "返回 (Esc)"
-
msgid "Metrics|Invalid time range, please verify."
msgstr "无效的时间范围,请验è¯ã€‚"
@@ -15136,11 +15564,14 @@ msgid "Metrics|Max"
msgstr "最大值"
msgid "Metrics|Metrics Settings"
-msgstr ""
+msgstr "指标设置"
msgid "Metrics|Min"
msgstr "最å°å€¼"
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr "必须是有效的 PromQL 查询。"
@@ -15148,16 +15579,16 @@ msgid "Metrics|New metric"
msgstr "创建指标"
msgid "Metrics|Open repository"
-msgstr ""
+msgstr "打开仓库"
msgid "Metrics|Panel YAML"
-msgstr ""
+msgstr "é¢æ¿YAML"
msgid "Metrics|Panel YAML copied"
-msgstr ""
+msgstr "é¢æ¿YAMLå·²å¤åˆ¶"
msgid "Metrics|Preview panel"
-msgstr ""
+msgstr "预览é¢æ¿"
msgid "Metrics|PromQL query is valid"
msgstr "PromotQL 查询有效"
@@ -15165,6 +15596,9 @@ msgstr "PromotQL 查询有效"
msgid "Metrics|Prometheus Query Documentation"
msgstr "Prometheus查询文档"
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr "刷新仪表æ¿"
@@ -15172,7 +15606,7 @@ msgid "Metrics|Select a value"
msgstr "选择一个值"
msgid "Metrics|Set refresh rate"
-msgstr ""
+msgstr "设置刷新率"
msgid "Metrics|Star dashboard"
msgstr "星标仪表æ¿"
@@ -15214,7 +15648,7 @@ msgid "Metrics|There was an error while retrieving metrics. %{message}"
msgstr "读å–指标时出错。%{message}"
msgid "Metrics|To create a new dashboard, add a new YAML file to %{codeStart}.gitlab/dashboards%{codeEnd} at the root of this project."
-msgstr ""
+msgstr "è¦åˆ›å»ºæ–°çš„仪表æ¿ï¼Œè¯·å°†æ–°çš„YAML文件添加到该项目的根目录下%{codeStart}.gitlab /dashboards%{codeEnd}中。"
msgid "Metrics|Unexpected deployment data response from prometheus endpoint"
msgstr "æ¥è‡ªPrometheus终端节点的æ„外部署数æ®å“应"
@@ -15238,11 +15672,14 @@ msgid "Metrics|Values"
msgstr "值"
msgid "Metrics|View documentation"
-msgstr ""
+msgstr "查看文档"
msgid "Metrics|View logs"
msgstr "查看日志"
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr "Y轴标签"
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] "里程碑"
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "当å‰è®¸å¯è¯æ— æ³•ä½¿ç”¨é‡Œç¨‹ç¢‘列表"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "里程碑列表显示所选里程碑的所有议题。"
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr "关闭:"
@@ -15463,6 +15906,15 @@ msgstr "é•œåƒå·²æˆåŠŸç¦ç”¨ã€‚"
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr "åªæœ‰åœ¨æ‰€é€‰ç¾¤ç»„或用户的计划中包å«é•œåƒåŠŸèƒ½æ—¶ï¼Œæ‰èƒ½ä½¿ç”¨ã€‚"
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr "缺少æ交签å节点ï¼"
@@ -15508,6 +15960,9 @@ msgstr "通过与Sentry集æˆæ¥ç›‘控您的错误。"
msgid "Monitoring"
msgstr "监控"
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "月"
@@ -15539,7 +15994,7 @@ msgid "More information is available|here"
msgstr "帮助文档"
msgid "More information."
-msgstr ""
+msgstr "更多信æ¯ã€‚"
msgid "More than %{number_commits_distance} commits different with %{default_branch}"
msgstr "è¶…å‰ %{number_commits_distance} 个æ交与 %{default_branch} ä¸åŒ"
@@ -15596,16 +16051,16 @@ msgid "MrDeploymentActions|Stop environment"
msgstr "终止环境"
msgid "Multi-project"
-msgstr ""
+msgstr "多项目"
msgid "Multi-project Runners cannot be removed"
-msgstr ""
+msgstr "多项目Runner无法删除"
msgid "Multiple IP address ranges are supported."
-msgstr ""
+msgstr "支æŒå¤šä¸ªIP地å€èŒƒå›´ã€‚"
msgid "Multiple domains are supported."
-msgstr ""
+msgstr "支æŒå¤šä¸ªåŸŸå。"
msgid "Multiple issue boards"
msgstr "多é‡è®®é¢˜çœ‹æ¿"
@@ -15632,7 +16087,7 @@ msgid "My-Reaction"
msgstr "我的å应"
msgid "N/A"
-msgstr ""
+msgstr "ä¸é€‚用"
msgid "Name"
msgstr "å称"
@@ -15641,7 +16096,7 @@ msgid "Name has already been taken"
msgstr "å称已被使用"
msgid "Name is required"
-msgstr ""
+msgstr "å称是必需的"
msgid "Name new label"
msgstr "命å新标记"
@@ -15650,16 +16105,16 @@ msgid "Name:"
msgstr "å称:"
msgid "Namespace"
-msgstr ""
+msgstr "命å空间"
msgid "Namespace is empty"
msgstr "命å空间为空"
msgid "Namespace:"
-msgstr ""
+msgstr "命å空间:"
msgid "Namespaces"
-msgstr ""
+msgstr "命å空间"
msgid "Namespaces to index"
msgstr "è¦ç´¢å¼•çš„命å空间"
@@ -15695,28 +16150,64 @@ msgid "Network"
msgstr "网络"
msgid "Network Policy|New rule"
+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|.yaml mode"
+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}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"
+msgstr ""
+
+msgid "NetworkPolicies|.yaml mode"
+msgstr ".yaml模å¼"
+
msgid "NetworkPolicies|Actions"
+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|Choose whether to enforce this policy."
msgstr "选择是å¦å¼ºåˆ¶æ­¤ç­–略。"
msgid "NetworkPolicies|Create policy"
-msgstr ""
+msgstr "创建策略"
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr "定义此策略的ä½ç½®ï¼Œæ¡ä»¶å’Œæ“作。"
-msgid "NetworkPolicies|Description"
+msgid "NetworkPolicies|Deny all traffic"
msgstr ""
+msgid "NetworkPolicies|Description"
+msgstr "æè¿°"
+
msgid "NetworkPolicies|Editor mode"
-msgstr ""
+msgstr "编辑模å¼"
msgid "NetworkPolicies|Enforcement status"
msgstr "强制执行状æ€"
@@ -15724,6 +16215,9 @@ msgstr "强制执行状æ€"
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr "环境没有部署平å°"
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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}进行修改。"
@@ -15740,14 +16234,20 @@ msgid "NetworkPolicies|Name"
msgstr "å称"
msgid "NetworkPolicies|Network Policy"
+msgstr "网络政策"
+
+msgid "NetworkPolicies|Network traffic"
msgstr ""
msgid "NetworkPolicies|New policy"
-msgstr ""
+msgstr "新建策略"
msgid "NetworkPolicies|No policies detected"
msgstr "未检测到策略"
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr "策略具体定义了pod组如何与其他组中的pod进行网络端点通信。"
@@ -15758,25 +16258,31 @@ msgid "NetworkPolicies|Policy definition"
msgstr "策略定义"
msgid "NetworkPolicies|Policy description"
-msgstr ""
+msgstr "ç­–ç•¥æè¿°"
msgid "NetworkPolicies|Policy editor"
-msgstr ""
+msgstr "策略编辑"
msgid "NetworkPolicies|Policy preview"
-msgstr ""
+msgstr "策略预览"
msgid "NetworkPolicies|Policy status"
-msgstr ""
+msgstr "策略状æ€"
msgid "NetworkPolicies|Policy type"
+msgstr "策略类型"
+
+msgid "NetworkPolicies|Rule"
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|Rules"
-msgstr ""
+msgstr "规则"
msgid "NetworkPolicies|Something went wrong, failed to update policy"
msgstr "出现错误,未能更新策略"
@@ -15787,14 +16293,59 @@ msgstr "出现错误,无法获å–ç­–ç•¥"
msgid "NetworkPolicies|Status"
msgstr "状æ€"
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
+msgstr "YAML编辑"
+
+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 "Never"
msgstr "从ä¸"
msgid "New"
-msgstr "新建"
+msgstr "新增"
msgid "New Application"
msgstr "新建应用"
@@ -15809,7 +16360,7 @@ msgid "New Environment"
msgstr "新环境"
msgid "New Epic"
-msgstr ""
+msgstr "新建å²è¯—"
msgid "New File"
msgstr "新建文件"
@@ -15852,7 +16403,7 @@ msgid "New Project"
msgstr "新建项目"
msgid "New Requirement"
-msgstr ""
+msgstr "新建需求"
msgid "New Snippet"
msgstr "新建代ç ç‰‡æ®µ"
@@ -15870,10 +16421,10 @@ msgid "New changes were added. %{linkStart}Reload the page to review them%{linkE
msgstr "添加了新的å˜æ›´ã€‚ %{linkStart}é‡æ–°åŠ è½½é¡µé¢ä»¥æŸ¥çœ‹%{linkEnd}"
msgid "New confidential epic title "
-msgstr ""
+msgstr "新建机密å²è¯—标题 "
msgid "New confidential issue title"
-msgstr ""
+msgstr "新建机密议题标题"
msgid "New deploy key"
msgstr "新建部署密钥"
@@ -15939,7 +16490,7 @@ msgid "New requirement"
msgstr "新建需求"
msgid "New response for issue #%{issue_iid}:"
-msgstr ""
+msgstr "议题#%{issue_iid}的新回å¤ï¼š"
msgid "New runners registration token has been generated!"
msgstr "已生æˆæ–°çš„Runner注册令牌ï¼"
@@ -15999,7 +16550,7 @@ msgid "No Epic"
msgstr "æ— å²è¯—"
msgid "No Matching Results"
-msgstr ""
+msgstr "无匹é…结果"
msgid "No Scopes"
msgstr "无范围"
@@ -16020,7 +16571,7 @@ msgid "No authentication methods configured."
msgstr "未é…置身份验è¯æ–¹æ³•ã€‚"
msgid "No available groups to fork the project."
-msgstr ""
+msgstr "没有å¯ç”¨çš„群组å¯ä»¥æ´¾ç”Ÿè¯¥é¡¹ç›®ã€‚"
msgid "No branches found"
msgstr "未å‘现分支"
@@ -16035,7 +16586,7 @@ msgid "No child epics match applied filters"
msgstr "没有匹é…当å‰è¿‡æ»¤å™¨çš„å­å²è¯—"
msgid "No commits present here"
-msgstr ""
+msgstr "此处无æ交"
msgid "No connection could be made to a Gitaly Server, please check your logs!"
msgstr "无法连接到GitalyæœåŠ¡å™¨ï¼Œè¯·æ£€æŸ¥ç›¸å…³æ—¥å¿—ï¼"
@@ -16095,7 +16646,7 @@ msgid "No grouping"
msgstr "无分组"
msgid "No issues found"
-msgstr ""
+msgstr "未å‘现议题"
msgid "No iteration"
msgstr "无迭代"
@@ -16131,7 +16682,7 @@ msgid "No matching results"
msgstr "没有匹é…的结果"
msgid "No matching results for \"%{query}\""
-msgstr ""
+msgstr "没有与“%{query}â€åŒ¹é…的结果"
msgid "No merge requests found"
msgstr "找ä¸åˆ°åˆå¹¶è¯·æ±‚"
@@ -16170,7 +16721,7 @@ msgid "No public groups"
msgstr "无公开群组"
msgid "No ref selected"
-msgstr ""
+msgstr "未选择ref"
msgid "No related merge requests found."
msgstr "未找到相关的åˆå¹¶è¯·æ±‚。"
@@ -16181,12 +16732,18 @@ msgstr "无仓库"
msgid "No required pipeline"
msgstr "没有必需的æµæ°´çº¿"
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr "未找到Runner"
msgid "No schedules"
msgstr "无计划"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr "没有此错误的堆栈跟踪"
@@ -16197,13 +16754,13 @@ msgid "No start date"
msgstr "没有开始日期"
msgid "No status"
-msgstr ""
+msgstr "无状æ€"
msgid "No template"
msgstr "没有模æ¿"
msgid "No template selected"
-msgstr ""
+msgstr "未选择模æ¿"
msgid "No test coverage"
msgstr "无测试覆盖率"
@@ -16274,17 +16831,11 @@ msgstr "还没有准备好。请ç¨åŽå†è¯•ã€‚"
msgid "Not started"
msgstr "未开始"
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr "éžæœºå¯†å²è¯—ä¸èƒ½åˆ†é…给机密的父å²è¯—。"
-
msgid "Note"
msgstr "备注"
msgid "Note parameters are invalid: %{errors}"
-msgstr "说明å‚数无效: %{errors}"
-
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
+msgstr "说明å‚数无效: %{errors}"
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr "请注æ„,此邀请已å‘é€è‡³%{mail_to_invite_email},但您当å‰ä½¿ç”¨ç”µå­é‚®ä»¶%{mail_to_current_user}以%{link_to_current_user} 登录。"
@@ -16433,9 +16984,6 @@ msgstr "11月"
msgid "Novice"
msgstr "新手"
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr "现在您å¯ä»¥åœ¨é¡¶éƒ¨è®¿é—®åˆå¹¶è¯·æ±‚的导航标签,它们更容易找到。"
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr "Nuget元数æ®å¿…须至少设置了license_url,project_url或icon_url"
@@ -16467,17 +17015,14 @@ msgid "Number of employees"
msgstr "员工人数"
msgid "Number of events"
-msgstr ""
+msgstr "事件数é‡"
msgid "Number of events for this project: %{total_count}."
-msgstr ""
+msgstr "此项目的事件数é‡: %{total_count}。"
msgid "Number of files touched"
msgstr "改动的文件数"
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "确定"
@@ -16497,7 +17042,7 @@ msgid "OfSearchInADropdown|Filter"
msgstr "过滤"
msgid "Off"
-msgstr ""
+msgstr "关闭"
msgid "Oh no!"
msgstr "哦ä¸ï¼"
@@ -16520,21 +17065,27 @@ msgstr "å…³è”分支"
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr "创建新的DAST扫æ"
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
-msgstr "DAST将扫æ目标URL和任何å‘现的å­URL。"
+msgid "OnDemandScans|Manage profiles"
+msgstr ""
msgid "OnDemandScans|New on-demand DAST scan"
msgstr "新建按需扫æDAST"
+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 "按需扫æ"
@@ -16544,30 +17095,36 @@ msgstr "按需扫æ在DevOps周期之外è¿è¡Œï¼Œå¹¶åœ¨æ‚¨çš„项目中å‘现æ¼
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr "åªæœ‰è¢«åŠ¨æ‰«æå¯ä»¥æŒ‰éœ€æ‰§è¡Œã€‚"
-msgid "OnDemandScans|Passive DAST Scan"
-msgstr "被动模å¼çš„DAST扫æ"
-
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
-msgstr "请输入一个有效的URLæ ¼å¼ï¼Œä¾‹å¦‚:http://www.example.com/home"
+msgid "OnDemandScans|Passive"
+msgstr ""
-msgid "OnDemandScans|Run this scan"
-msgstr "è¿è¡Œæ­¤æ‰«æ"
+msgid "OnDemandScans|Run scan"
+msgstr ""
msgid "OnDemandScans|Scan mode"
msgstr "扫æ模å¼"
+msgid "OnDemandScans|Scanner settings"
+msgstr ""
+
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr "计划或立å³å¯¹ç›®æ ‡ç«™ç‚¹è¿è¡Œæ‰«æ。当å‰å¯ç”¨çš„按需扫æ类型: DAST。%{helpLinkStart}更多信æ¯%{helpLinkEnd}"
-msgid "OnDemandScans|Target URL"
-msgstr "目标URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
+msgstr "项目永久删除åŽï¼Œå°†æ— æ³•æ¢å¤ã€‚您将丢失该项目的仓库和所有内容:议题,åˆå¹¶è¯·æ±‚等。"
+
msgid "Once imported, repositories can be mirrored over SSH. Read more %{link_start}here%{link_end}."
msgstr "仓库导入åŽï¼Œå¯ä»¥é€šè¿‡SSH进行镜åƒã€‚点击%{link_start}此处%{link_end}了解更多."
@@ -16600,7 +17157,7 @@ msgid "One or more of your dependency files are not supported, and the dependenc
msgstr "有一个或多个ä¾èµ–项文件ä¸æ”¯æŒï¼Œå¹¶ä¸”ä¾èµ–项列表å¯èƒ½ä¸å®Œæ•´ã€‚以下是支æŒçš„文件类型列表。"
msgid "One or more of your personal access tokens has expired."
-msgstr ""
+msgstr "您的一个或多个个人访问令牌已过期。"
msgid "One or more of your personal access tokens will expire in %{days_to_expire} days or less."
msgstr "您的一个或多个个人访问令牌将在%{days_to_expire}天内过期。"
@@ -16620,9 +17177,6 @@ msgstr "仅项目æˆå‘˜"
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr "仅活动的项目显示在æœç´¢å’Œä»ªè¡¨æ¿ä¸Šã€‚"
-msgid "Only admins"
-msgstr "仅管ç†å‘˜"
-
msgid "Only admins can delete project"
msgstr "åªæœ‰ç®¡ç†å‘˜å¯ä»¥åˆ é™¤é¡¹ç›®"
@@ -16641,6 +17195,9 @@ msgstr "åªæœ‰é¡¹ç›®æˆå‘˜å¯ä»¥å‘表评论。"
msgid "Only project members will be imported. Group members will be skipped."
msgstr "仅导入项目æˆå‘˜ã€‚群组æˆå‘˜å°†è¢«è·³è¿‡ã€‚"
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr "åªæœ‰å…·æœ‰è¿™äº›åŸŸå电å­é‚®ä»¶åœ°å€çš„已验è¯ç”¨æˆ·æ‰èƒ½æ·»åŠ åˆ°ç¾¤ç»„。"
@@ -16656,9 +17213,15 @@ msgstr "开放中"
msgid "Open Selection"
msgstr "打开所选项"
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr "打开评论类型下拉列表"
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr "打开错误"
@@ -16666,7 +17229,7 @@ msgid "Open in Xcode"
msgstr "用Xcode打开"
msgid "Open in file view"
-msgstr ""
+msgstr "在文件视图中打开"
msgid "Open issues"
msgstr "å¼€å¯çš„议题"
@@ -16690,7 +17253,7 @@ msgid "Opened"
msgstr "已打开"
msgid "Opened %{epicTimeagoDate}"
-msgstr ""
+msgstr "å¼€å¯äºŽ%{epicTimeagoDate}"
msgid "Opened MRs"
msgstr "å¼€å¯çš„åˆå¹¶è¯·æ±‚"
@@ -16768,7 +17331,7 @@ msgid "Other merge requests block this MR"
msgstr "其他åˆå¹¶è¯·æ±‚阻止了此MR"
msgid "Other versions"
-msgstr ""
+msgstr "其他版本"
msgid "Other visibility settings have been disabled by the administrator."
msgstr "其他å¯è§æ€§è®¾ç½®å·²è¢«ç®¡ç†å‘˜ç¦ç”¨ã€‚"
@@ -16779,18 +17342,12 @@ msgstr "ä¸ç¬¦åˆè¯¥é¡¹ç›®æ”¿ç­–,应予以删除"
msgid "Outbound requests"
msgstr "外å‘请求"
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-msgstr "从2020å¹´5月开始,GitLabä¸å†æ”¯æŒInternet Explorer 11。"
-
msgid "OutdatedBrowser|GitLab may not work properly, because you are using an outdated web browser."
msgstr "GitLabå¯èƒ½æ— æ³•æ­£å¸¸å·¥ä½œï¼Œå› ä¸ºæ‚¨æ­£åœ¨ä½¿ç”¨è¿‡æ—¶çš„æµè§ˆå™¨ã€‚"
msgid "OutdatedBrowser|Please install a %{browser_link_start}supported web browser%{browser_link_end} for a better experience."
msgstr "请安装一个%{browser_link_start}支æŒçš„网页æµè§ˆå™¨%{browser_link_end}以获å–更好的体验。"
-msgid "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr "您å¯ä»¥%{feedback_link_start}通过此议题%{feedback_link_end}或技术支æŒæ¸ é“æä¾›å馈。"
-
msgid "Outdent"
msgstr "å‡å°‘缩进"
@@ -16810,13 +17367,13 @@ msgid "Owned by me"
msgstr "拥有者为我"
msgid "Owned by:"
-msgstr ""
+msgstr "拥有者:"
msgid "Owner"
msgstr "所有者"
msgid "Package Registry"
-msgstr "包注册表"
+msgstr "软件包注册表"
msgid "Package already exists"
msgstr "软件包已存在"
@@ -16824,9 +17381,6 @@ msgstr "软件包已存在"
msgid "Package deleted successfully"
msgstr "包已æˆåŠŸåˆ é™¤"
-msgid "Package information"
-msgstr "包信æ¯"
-
msgid "Package recipe already exists"
msgstr "软件包构æˆå·²å­˜åœ¨"
@@ -16846,10 +17400,10 @@ msgid "Package was removed"
msgstr "包已被删除"
msgid "PackageRegistry|%{name} version %{version} was created %{datetime}"
-msgstr ""
+msgstr "%{name}版 %{version}创建于%{datetime}"
msgid "PackageRegistry|%{name} version %{version} was updated %{datetime}"
-msgstr ""
+msgstr "%{name}版 %{version}更新于%{datetime}"
msgid "PackageRegistry|Add Conan Remote"
msgstr "添加Conan远端"
@@ -16858,16 +17412,16 @@ msgid "PackageRegistry|Add NuGet Source"
msgstr "添加Nugetæº"
msgid "PackageRegistry|App group: %{group}"
-msgstr ""
+msgstr "应用分组: %{group}"
msgid "PackageRegistry|App name: %{name}"
-msgstr ""
+msgstr "应用å称: %{name}"
msgid "PackageRegistry|Commit %{link} on branch %{branch}"
-msgstr ""
+msgstr "分支%{branch}上的æ交%{link}"
msgid "PackageRegistry|Composer"
-msgstr ""
+msgstr "Composer"
msgid "PackageRegistry|Conan"
msgstr "Conan"
@@ -16911,6 +17465,12 @@ msgstr "å¤åˆ¶npm命令"
msgid "PackageRegistry|Copy npm setup command"
msgstr "å¤åˆ¶npm设置命令"
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr "å¤åˆ¶yarn命令"
@@ -16926,6 +17486,9 @@ msgstr "删除软件包"
msgid "PackageRegistry|Filter by name"
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 "关于Conan注册表的更多信æ¯ï¼Œ %{linkStart}请è§æ–‡æ¡£%{linkEnd}。"
@@ -16944,9 +17507,6 @@ msgstr "如果尚未é…置,需è¦å°†ä»¥ä¸‹å†…容添加到%{codeStart}.pypirc%{
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr "如果尚未é…置,需è¦å°†ä»¥ä¸‹å†…容添加到%{codeStart}pom.xml%{codeEnd}文件中。"
-msgid "PackageRegistry|Installation"
-msgstr "安装"
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr "没有找到您喜欢的包管ç†å·¥å…·ï¼Ÿæˆ‘们期待您的帮助,在GitLab中实现对它的一æµæ”¯æŒï¼%{contributionLinkStart}访问贡献文档%{contributionLinkEnd}以了解更多有关如何在GitLab中建立对新软件包管ç†å·¥å…·çš„支æŒä¿¡æ¯ã€‚以下是我们关注的软件包管ç†å·¥å…·çš„列表。"
@@ -16954,7 +17514,7 @@ msgid "PackageRegistry|Learn how to %{noPackagesLinkStart}publish and share your
msgstr "了解如何使用GitLab%{noPackagesLinkStart}å‘布和共享您的软件包%{noPackagesLinkEnd}。"
msgid "PackageRegistry|License information located at %{link}"
-msgstr ""
+msgstr "许å¯è¯ä¿¡æ¯ä½äºŽ%{link}"
msgid "PackageRegistry|Manually Published"
msgstr "手动å‘布"
@@ -16983,26 +17543,17 @@ msgstr "NuGet命令"
msgid "PackageRegistry|Pip Command"
msgstr "Pip命令"
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr "æµæ°´çº¿%{linkStart}%{linkEnd}ç”±%{author}触å‘于%{timestamp}"
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
-msgstr ""
+msgstr "æµæ°´çº¿%{link}ç”±%{author}触å‘于%{datetime}"
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
-msgstr ""
-
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr "%{timestamp}å‘布到资æºåº“中"
+msgstr "于%{datetime}å‘布到%{project}软件包注册表"
msgid "PackageRegistry|PyPi"
msgstr "PyPi"
msgid "PackageRegistry|Recipe: %{recipe}"
-msgstr ""
-
-msgid "PackageRegistry|Registry Setup"
-msgstr "é•œåƒåº“设置"
+msgstr "æž„æˆ: %{recipe}"
msgid "PackageRegistry|Remove package"
msgstr "删除软件包"
@@ -17011,7 +17562,7 @@ msgid "PackageRegistry|Sorry, your filter produced no results"
msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç¬¦åˆè¿‡æ»¤å™¨çš„任何结果"
msgid "PackageRegistry|Source project located at %{link}"
-msgstr ""
+msgstr "æºé¡¹ç›®ä½äºŽ%{link}"
msgid "PackageRegistry|There are no %{packageType} packages yet"
msgstr "当å‰æ— %{packageType}软件包"
@@ -17052,17 +17603,23 @@ msgstr "å³å°†åˆ é™¤%{name}çš„%{version}版本。确定继续å—?"
msgid "PackageRegistry|You may also need to setup authentication using an auth token. %{linkStart}See the documentation%{linkEnd} to find out more."
msgstr "您å¯èƒ½è¿˜éœ€è¦ä½¿ç”¨ä»¤ç‰Œè®¾ç½®èº«ä»½éªŒè¯ã€‚%{linkStart}请å‚阅文档%{linkEnd}以了解更多信æ¯ã€‚"
-msgid "PackageRegistry|npm"
-msgstr "npm"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
+msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr "ç”±%{author}å‘布"
-msgid "PackageRegistry|yarn"
-msgstr "yarn"
+msgid "PackageRegistry|yarn command"
+msgstr ""
msgid "PackageType|Composer"
-msgstr ""
+msgstr "Composer"
msgid "PackageType|Conan"
msgstr "Conan"
@@ -17083,7 +17640,7 @@ msgid "Packages"
msgstr "软件包"
msgid "Packages & Registries"
-msgstr "软件包和镜åƒåº“"
+msgstr "软件包与镜åƒåº“"
msgid "Page not found"
msgstr "找ä¸åˆ°é¡µé¢"
@@ -17092,31 +17649,31 @@ msgid "Page was successfully deleted"
msgstr "页é¢å·²æˆåŠŸåˆ é™¤"
msgid "PagerDutySettings|Active"
-msgstr ""
+msgstr "å¯ç”¨"
msgid "PagerDutySettings|Create a GitLab issue for each PagerDuty incident by %{docsLink}"
-msgstr ""
+msgstr "按照%{docsLink}为æ¯ä¸ªPagerDuty事件创建一个GitLab议题"
msgid "PagerDutySettings|Failed to update Webhook URL"
-msgstr ""
+msgstr "æ›´æ–°Webhook网å€å¤±è´¥"
msgid "PagerDutySettings|Reset webhook URL"
-msgstr ""
+msgstr "é‡ç½®webhook网å€"
msgid "PagerDutySettings|Resetting the webhook URL for this project will require updating this integration's settings in PagerDuty."
-msgstr ""
+msgstr "é‡ç½®æ­¤é¡¹ç›®çš„webhook网å€å°†éœ€è¦åœ¨PagerDuty中更新此集æˆè®¾ç½®ã€‚"
msgid "PagerDutySettings|Setting up a webhook with PagerDuty will automatically create a GitLab issue for each PagerDuty incident."
-msgstr ""
+msgstr "设置对PagerDutyçš„Webhook将自动为æ¯ä¸ªPagerDuty事件创建一个GitLab议题。"
msgid "PagerDutySettings|Webhook URL"
-msgstr ""
+msgstr "Webhook网å€"
msgid "PagerDutySettings|Webhook URL update was successful"
-msgstr ""
+msgstr "Webhook网å€æ›´æ–°æˆåŠŸ"
msgid "PagerDutySettings|configuring a webhook in PagerDuty"
-msgstr ""
+msgstr "在PagerDuty中é…ç½®Webhook"
msgid "Pages"
msgstr "Pages"
@@ -17202,8 +17759,8 @@ msgstr "密ç ç¡®è®¤"
msgid "Password successfully changed"
msgstr "密ç ä¿®æ”¹æˆåŠŸ"
-msgid "Password was successfully updated. Please login with it"
-msgstr "密ç æ›´æ–°æˆåŠŸã€‚请登录"
+msgid "Password was successfully updated. Please sign in again."
+msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
msgstr "密ç åº”唯一并未用于任何其他网站或æœåŠ¡ã€‚"
@@ -17218,10 +17775,10 @@ msgid "Paste a machine public key here. Read more about how to generate it %{lin
msgstr "在此处粘贴计算机公钥。在%{link_start}这里%{link_end}了解更多关于如何产生公钥"
msgid "Paste confidential epic link"
-msgstr ""
+msgstr "粘贴机密å²è¯—链接"
msgid "Paste confidential issue link"
-msgstr ""
+msgstr "粘贴机密议题链接"
msgid "Paste epic link"
msgstr "粘贴å²è¯—链接"
@@ -17260,10 +17817,10 @@ msgid "People without permission will never get a notification and won't be able
msgstr "æƒé™ä¸è¶³çš„用户将无法收到通知,也无法评论。"
msgid "People without permission will never get a notification."
-msgstr "没有æƒé™çš„用户将永远ä¸ä¼šæ”¶åˆ°é€šçŸ¥ã€‚"
+msgstr "无相关æƒé™çš„用户将ä¸ä¼šæ”¶åˆ°é€šçŸ¥ã€‚"
msgid "Percent of users"
-msgstr ""
+msgstr "用户百分比"
msgid "Percentage"
msgstr "百分比"
@@ -17311,7 +17868,7 @@ msgid "Permissions"
msgstr "æƒé™"
msgid "Permissions Help"
-msgstr ""
+msgstr "æƒé™å¸®åŠ©"
msgid "Permissions, LFS, 2FA"
msgstr "æƒé™ï¼ŒLFS,2FA"
@@ -17383,7 +17940,7 @@ msgid "PipelineCharts|Total:"
msgstr "总计:"
msgid "PipelineScheduleIntervalPattern|Custom (%{linkStart}Cron syntax%{linkEnd})"
-msgstr ""
+msgstr "自定义(%{linkStart}Cron 语法%{linkEnd})"
msgid "PipelineSchedules|Activated"
msgstr "是å¦å¯ç”¨"
@@ -17449,7 +18006,7 @@ msgid "Pipelines|API"
msgstr "API"
msgid "Pipelines|Are you sure you want to run this pipeline?"
-msgstr ""
+msgstr "您确定è¦è¿è¡Œè¿™æ¡æµæ°´çº¿å—?"
msgid "Pipelines|Build with confidence"
msgstr "自信地构建"
@@ -17476,16 +18033,16 @@ msgid "Pipelines|Group %{namespace_name} has exceeded its pipeline minutes quota
msgstr "群组%{namespace_name}已超过其æµæ°´çº¿åˆ†é’Ÿé…é¢ã€‚请购买更多æµæ°´çº¿åˆ†é’Ÿæ•°ï¼Œå¦åˆ™å…¶é¡¹ç›®æ— æ³•è¿è¡Œæ–°çš„作业或æµæ°´çº¿ã€‚"
msgid "Pipelines|If you are unsure, please ask a project maintainer to review it for you."
-msgstr ""
+msgstr "如果您ä¸ç¡®å®šï¼Œè¯·é¡¹ç›®ç»´æŠ¤è€…为您审核。"
msgid "Pipelines|It is recommended the code is reviewed thoroughly before running this pipeline with the parent project's CI resource."
-msgstr ""
+msgstr "建议在使用父项目的CI资æºè¿è¡Œæ­¤æµæ°´çº¿ä¹‹å‰å¯¹ä»£ç è¿›è¡Œè¯¦å°½çš„审核。"
msgid "Pipelines|Loading Pipelines"
msgstr "载入æµæ°´çº¿"
msgid "Pipelines|More Information"
-msgstr ""
+msgstr "更多信æ¯"
msgid "Pipelines|Project cache successfully reset."
msgstr "项目缓存é‡ç½®æˆåŠŸã€‚"
@@ -17509,7 +18066,7 @@ 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 ""
+msgstr "此管é“å°†è¿è¡Œæºè‡ªæ´¾ç”Ÿé¡¹ç›®åˆå¹¶è¯·æ±‚的代ç ã€‚ è¿™æ„味ç€è¯¥ä»£ç å¯èƒ½å­˜åœ¨å®‰å…¨é—®é¢˜ï¼Œå¦‚暴露CIå˜é‡ã€‚"
msgid "Pipelines|This project is not currently set up to run pipelines."
msgstr "此项目当å‰æœªé…ç½®è¿è¡Œæµæ°´çº¿ã€‚"
@@ -17524,7 +18081,7 @@ msgid "Pipeline|Canceled"
msgstr "å·²å–消"
msgid "Pipeline|Checking pipeline status."
-msgstr ""
+msgstr "检查æµæ°´çº¿çŠ¶æ€ã€‚"
msgid "Pipeline|Commit"
msgstr "æ交"
@@ -17596,7 +18153,7 @@ msgid "Pipeline|Skipped"
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 ""
+msgstr "指定è¦åœ¨æ­¤æ¬¡è¿è¡Œä¸­ä½¿ç”¨çš„å˜é‡å€¼ã€‚%{linkStart}CI/CD设置%{linkEnd}中指定的值将用作默认值."
msgid "Pipeline|Specify variable values to be used in this run. The values specified in %{settings_link} will be used by default."
msgstr "指定è¦åœ¨æ­¤æ¬¡è¿è¡Œä¸­ä½¿ç”¨çš„å˜é‡å€¼ã€‚默认情况下将使用 %{settings_link} 中指定的值。"
@@ -17706,9 +18263,12 @@ msgstr "请选择无特殊字符的群组URL。"
msgid "Please complete your profile with email address"
msgstr "请在您的个人资料中填写电å­é‚®ä»¶åœ°å€"
-msgid "Please contact your administrator."
+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 "请将他们%{linkStart}转æ¢ä¸ºGit%{linkEnd},然åŽå†æ¬¡æ‰§è¡Œ%{linkToImportFlow}。"
@@ -17770,7 +18330,7 @@ msgid "Please provide attributes to update"
msgstr "请æä¾›è¦æ›´æ–°çš„属性"
msgid "Please refer to %{docs_url}"
-msgstr ""
+msgstr "请å‚考%{docs_url}"
msgid "Please retype the email address."
msgstr "请å†æ¬¡è¾“入电å­é‚®ä»¶åœ°å€ã€‚"
@@ -17812,7 +18372,7 @@ msgid "Please type %{phrase_code} to proceed or close this modal to cancel."
msgstr "请输入%{phrase_code}以继续或关闭此对è¯æ¡†ä»¥å–消。"
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 "请使用此表å•å‘管ç†å‘˜æŠ¥å‘Šåˆ›å»ºåžƒåœ¾è®®é¢˜ã€è¯„论或行为ä¸å½“的用户。"
@@ -17859,15 +18419,15 @@ msgstr "为应用程åºé€‰æ‹©å›ºå®šæ–¹å¼(最大值1280px)或æµåŠ¨æ–¹å¼(%{perc
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|Customize integrations with third party services."
msgstr "自定义与第三方æœåŠ¡çš„集æˆã€‚"
msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr "自定义应用程åºé¡¶éƒ¨å’Œå¯¼èˆªä¾§è¾¹æ çš„外观。"
-msgid "Preferences|Default dashboard"
-msgstr "默认仪表æ¿"
-
msgid "Preferences|Display time in 24-hour format"
msgstr "以24å°æ—¶æ ¼å¼æ˜¾ç¤ºæ—¶é—´"
@@ -17877,9 +18437,12 @@ msgstr "å¯ç”¨ä»£ç è§†å›¾çš„集æˆä»£ç æ™ºèƒ½åŠŸèƒ½"
msgid "Preferences|For example: 30 mins ago."
msgstr "例如:30分钟å‰"
-msgid "Preferences|Instead of all the files changed, show only one file at a time. To switch between files, use the file browser."
+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 "集æˆ"
@@ -17899,7 +18462,7 @@ msgid "Preferences|Render whitespace characters in the Web IDE"
msgstr "在Web IDE中渲染空白字符"
msgid "Preferences|Show one file at a time on merge request's Changes tab"
-msgstr ""
+msgstr "在åˆå¹¶è¯·æ±‚çš„å˜æ›´æ ‡ç­¾ä¸Šä¸€æ¬¡åªæ˜¾ç¤ºä¸€ä¸ªæ–‡ä»¶"
msgid "Preferences|Show whitespace changes in diffs"
msgstr "显示差异中的空白å˜åŒ–"
@@ -17956,7 +18519,7 @@ msgid "Prevent environment from auto-stopping"
msgstr "防止环境自动终止"
msgid "Prevent project forking outside current group"
-msgstr ""
+msgstr "阻止项目派生到当å‰ç¾¤ç»„以外"
msgid "Prevent users from changing their profile name"
msgstr "ç¦æ­¢ç”¨æˆ·æ›´æ”¹é…置文件å称"
@@ -17977,7 +18540,7 @@ msgid "Preview changes"
msgstr "预览更改"
msgid "Preview payload"
-msgstr "预览上传数æ®"
+msgstr "预览有效数æ®"
msgid "Previous Artifacts"
msgstr "å‰ä¸€ä¸ªäº§ç‰©"
@@ -18031,10 +18594,10 @@ msgid "Proceed"
msgstr "继续"
msgid "Product Analytics"
-msgstr ""
+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 ""
+msgstr "此类型的图表目å‰æ²¡æœ‰æ•°æ®ã€‚如果您尚未é…置产å“分æžå·¥å…·ï¼Œè¯·æŸ¥çœ‹è®¾ç½®æ ‡ç­¾ã€‚"
msgid "Productivity"
msgstr "效率"
@@ -18168,15 +18731,9 @@ msgstr "当å‰çŠ¶æ€"
msgid "Profiles|Default notification email"
msgstr "默认通知邮件"
-msgid "Profiles|Delete Account"
-msgstr "删除å¸æˆ·"
-
msgid "Profiles|Delete account"
msgstr "删除å¸æˆ·"
-msgid "Profiles|Delete your account?"
-msgstr "删除您的å¸æˆ·?"
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr "删除å¸æˆ·å…·æœ‰ä»¥ä¸‹æ•ˆæžœï¼š"
@@ -18208,7 +18765,7 @@ msgid "Profiles|Full name"
msgstr "å…¨å"
msgid "Profiles|Give your individual key a title. This will be publically visible."
-msgstr ""
+msgstr "请通过标题给您的个人密钥命å。该标题公开å¯è§ã€‚"
msgid "Profiles|Include private contributions on my profile"
msgstr "在个人资料中包å«éžå…¬å¼€è´¡çŒ®"
@@ -18490,7 +19047,7 @@ msgid "Project clone URL"
msgstr "项目克隆URL"
msgid "Project configuration, excluding integrations"
-msgstr ""
+msgstr "项目é…置,ä¸åŒ…括集æˆ"
msgid "Project description (optional)"
msgstr "项目æè¿° (å¯é€‰)"
@@ -18520,7 +19077,7 @@ msgid "Project has too many %{label_for_message} to search"
msgstr "项目有太多个 %{label_for_message} è¦æœç´¢"
msgid "Project info:"
-msgstr ""
+msgstr "项目信æ¯ï¼š"
msgid "Project is required when cluster_type is :project"
msgstr "cluster_type为:project时项目为必需"
@@ -18567,6 +19124,9 @@ 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 "项目: %{name}"
@@ -18591,6 +19151,9 @@ msgstr "ç¦æ­¢"
msgid "ProjectFileTree|Name"
msgstr "å称"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "从未"
@@ -18625,7 +19188,7 @@ msgid "ProjectOverview|You must sign in to star a project"
msgstr "登录åŽæ‰èƒ½æ˜Ÿæ ‡é¡¹ç›®"
msgid "ProjectPage|Project ID: %{project_id}"
-msgstr "项目ID:%{project_id}"
+msgstr "项目ID: %{project_id}"
msgid "ProjectSelect| or group"
msgstr "或群组"
@@ -18688,7 +19251,7 @@ msgid "ProjectSettings|All discussions must be resolved"
msgstr "所有讨论都必须解决"
msgid "ProjectSettings|Allow"
-msgstr ""
+msgstr "å…许"
msgid "ProjectSettings|Allow users to make copies of your repository to a new project"
msgstr "å…许用户将你的仓库å¤åˆ¶åˆ°ä¸€ä¸ªæ–°é¡¹ç›®"
@@ -18706,10 +19269,10 @@ msgid "ProjectSettings|Build, test, and deploy your changes"
msgstr "构建ã€æµ‹è¯•å’Œéƒ¨ç½²æ‚¨çš„å˜æ›´"
msgid "ProjectSettings|Checkbox is visible and selected by default."
-msgstr ""
+msgstr "默认情况下,å¤é€‰æ¡†æ˜¯å¯è§å’Œé€‰ä¸­çš„。"
msgid "ProjectSettings|Checkbox is visible and unselected by default."
-msgstr ""
+msgstr "默认情况下,å¤é€‰æ¡†æ˜¯å¯è§å’Œæœªé€‰ä¸­çš„。"
msgid "ProjectSettings|Choose your merge method, merge options, merge checks, and merge suggestions."
msgstr "选择åˆå¹¶æ–¹æ³•ã€åˆå¹¶é€‰é¡¹ï¼Œåˆå¹¶æ£€æŸ¥ä»¥åŠåˆå¹¶å»ºè®®"
@@ -18730,7 +19293,7 @@ msgid "ProjectSettings|Disable email notifications"
msgstr "ç¦ç”¨ç”µå­é‚®ä»¶é€šçŸ¥"
msgid "ProjectSettings|Do not allow"
-msgstr ""
+msgstr "ä¸å…许"
msgid "ProjectSettings|Enable 'Delete source branch' option by default"
msgstr "默认å¯ç”¨\"删除æºåˆ†æ”¯\"选项"
@@ -18739,7 +19302,7 @@ msgid "ProjectSettings|Enable merge trains and pipelines for merged results"
msgstr "å¯ç”¨åˆå¹¶ç»“果的åˆå¹¶åˆ—车和æµæ°´çº¿åŠŸèƒ½"
msgid "ProjectSettings|Encourage"
-msgstr ""
+msgstr "建议"
msgid "ProjectSettings|Every merge creates a merge commit"
msgstr "æ¯æ¬¡åˆå¹¶éƒ½ä¼šåˆ›å»ºåˆå¹¶æ交"
@@ -18775,7 +19338,7 @@ msgid "ProjectSettings|Git Large File Storage (LFS)"
msgstr "Git大文件存储 (LFS)"
msgid "ProjectSettings|Global"
-msgstr ""
+msgstr "全局"
msgid "ProjectSettings|Internal"
msgstr "内部"
@@ -18859,10 +19422,10 @@ msgid "ProjectSettings|Repository"
msgstr "仓库"
msgid "ProjectSettings|Require"
-msgstr ""
+msgstr "å¿…é¡»"
msgid "ProjectSettings|Set the default behavior and availability of this option in merge requests. Changes made are also applied to existing merge requests."
-msgstr ""
+msgstr "在åˆå¹¶è¯·æ±‚中设置此选项的默认行为和å¯ç”¨æ€§ï¼Œæ‰€åšçš„更改也适用于现有的åˆå¹¶è¯·æ±‚。"
msgid "ProjectSettings|Share code pastes with others out of Git repository"
msgstr "在Git仓库中与其他人分享代ç "
@@ -18880,13 +19443,13 @@ msgid "ProjectSettings|Snippets"
msgstr "代ç ç‰‡æ®µ"
msgid "ProjectSettings|Squash commits when merging"
-msgstr ""
+msgstr "åˆå¹¶æ—¶åŽ‹ç¼©æ交"
msgid "ProjectSettings|Squashing is always performed. Checkbox is visible and selected, and users cannot change it."
-msgstr ""
+msgstr "始终执行压缩。å¤é€‰æ¡†æ˜¯å¯è§çš„并处于选中状æ€ï¼Œç”¨æˆ·æ— æ³•æ›´æ”¹å®ƒã€‚"
msgid "ProjectSettings|Squashing is never performed and the checkbox is hidden."
-msgstr ""
+msgstr "永远ä¸ä¼šæ‰§è¡ŒåŽ‹ç¼©ï¼Œå¹¶ä¸”该å¤é€‰æ¡†æ˜¯éšè—的。"
msgid "ProjectSettings|Submit changes to be merged upstream"
msgstr "æ交将åˆå¹¶å…¥ä¸Šæ¸¸çš„å˜æ›´"
@@ -18919,7 +19482,7 @@ msgid "ProjectSettings|This will dictate the commit history when you merge a mer
msgstr "这将对åˆå¹¶è¯·æ±‚完æˆæ—¶çš„æ交历å²è®°å½•äº§ç”Ÿå½±å“"
msgid "ProjectSettings|Transfer project"
-msgstr ""
+msgstr "转移项目"
msgid "ProjectSettings|Users can only push commits to this repository that were committed with one of their own verified emails."
msgstr "用户åªèƒ½é€šè¿‡è‡ªå·±å·²éªŒè¯çš„电å­é‚®ä»¶åœ°å€å°†æ交到此仓库中。"
@@ -19036,10 +19599,10 @@ msgid "Projects to index"
msgstr "è¦ç´¢å¼•çš„项目"
msgid "Projects will be permanently deleted after a 7-day waiting period."
-msgstr ""
+msgstr "项目将于7天等待期åŽè¢«æ°¸ä¹…删除。"
msgid "Projects will be permanently deleted immediately."
-msgstr ""
+msgstr "项目将立å³è¢«æ°¸ä¹…删除。"
msgid "Projects with critical vulnerabilities"
msgstr "具有严é‡æ¼æ´žçš„项目"
@@ -19182,7 +19745,7 @@ msgstr "触å‘: %{alert}"
msgid "PrometheusAlerts|Operator"
msgstr "æ“作符"
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,12 +19754,21 @@ msgstr "选择查询"
msgid "PrometheusAlerts|Threshold"
msgstr "阈值"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr "找到%{exporters} åŠ %{metrics}"
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
-msgstr "<p class=\"text-tertiary\">无<a href=\"%{docsUrl}\">常用指标</a> </p>"
-
msgid "PrometheusService|Active"
msgstr "å¯ç”¨"
@@ -19254,6 +19826,9 @@ 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 "尚未创建自定义指标。使用上é¢çš„按钮创建一个"
@@ -19308,6 +19883,9 @@ msgstr "将机密问题æå‡ä¸ºéžæœºå¯†å²è¯—。由于å²è¯—对群组æˆå‘˜å…¬
msgid "Promoted issue to an epic."
msgstr "将议题æå‡ä¸ºå²è¯—."
+msgid "Promotion is not supported."
+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 "燃尽图是里程碑完æˆè¿›åº¦çš„视觉呈现。通过燃尽图,您å¯ä»¥é©¬ä¸Šç›´è§‚了解对应的里程碑的完æˆè¿›åº¦ã€‚没有燃尽图的è¯ï¼Œæ‚¨éœ€è¦è‡ªå·±ä»Žé‡Œç¨‹ç¢‘æœé›†æ•°æ®æ¥åˆ¶ä½œè¡¨è¾¾åŒæ ·å«ä¹‰çš„进度图。"
@@ -19389,6 +19967,9 @@ msgstr "通过贡献度分æžï¼Œæ‚¨å¯ä»¥ä»Žæ€»ä½“上了解您的组织åŠå…¶æˆ
msgid "Prompt users to upload SSH keys"
msgstr "æ示用户上传SSH密钥"
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr "ä¿æŠ¤å˜é‡"
@@ -19531,7 +20112,7 @@ msgid "Public - The project can be accessed without any authentication."
msgstr "公开 - 无需任何身份验è¯å³å¯è®¿é—®è¯¥é¡¹ç›®ã€‚"
msgid "Public Access Help"
-msgstr ""
+msgstr "公开访问帮助"
msgid "Public deploy keys (%{deploy_keys_count})"
msgstr "公共部署密钥(%{deploy_keys_count})"
@@ -19582,7 +20163,7 @@ msgid "Push an existing folder"
msgstr "推é€çŽ°æœ‰æ–‡ä»¶å¤¹"
msgid "Push commits to the source branch or add previously merged commits to review them."
-msgstr ""
+msgstr "推é€æ交到æºåˆ†æ”¯æˆ–添加先å‰åˆå¹¶çš„æ交以进行审核。"
msgid "Push events"
msgstr "推é€äº‹ä»¶"
@@ -19666,7 +20247,7 @@ msgid "README"
msgstr "自述文件"
msgid "Rake Tasks Help"
-msgstr ""
+msgstr "Rake任务帮助"
msgid "Raw blob request rate limit per minute"
msgstr "æ¯åˆ†é’ŸåŽŸå§‹Blob请求速率é™åˆ¶"
@@ -19684,7 +20265,7 @@ msgid "Read more"
msgstr "进一步了解"
msgid "Read more about project permissions %{help_link_open}here%{help_link_close}"
-msgstr ""
+msgstr "于%{help_link_open}此处%{help_link_close}了解有关项目æƒé™çš„更多信æ¯"
msgid "Read more about related issues"
msgstr "了解更多关于相关议题的信æ¯"
@@ -19719,9 +20300,6 @@ msgstr "最近æœç´¢æœåŠ¡ä¸å¯ç”¨"
msgid "Recent searches"
msgstr "最近的æœç´¢"
-msgid "Recipe"
-msgstr "Recipe"
-
msgid "Reconfigure"
msgstr "é‡æ–°é…ç½®"
@@ -19729,7 +20307,7 @@ msgid "Recover hidden stage"
msgstr "æ¢å¤éšè—阶段"
msgid "Recovering projects"
-msgstr ""
+msgstr "æ¢å¤é¡¹ç›®"
msgid "Recovery Codes"
msgstr "æ¢å¤ç "
@@ -19747,7 +20325,7 @@ msgid "Reference:"
msgstr "标识:"
msgid "References"
-msgstr ""
+msgstr "引用"
msgid "Refresh"
msgstr "刷新"
@@ -19816,11 +20394,14 @@ msgstr "您的第一个项目"
msgid "Registration|Your profile"
msgstr "您的个人资料"
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr "æ ¹æ®åˆè§„框架对作者/æ交者的核准制定规则。åªèƒ½åœ¨å®žä¾‹ä¸€çº§è¿›è¡Œä¿®æ”¹ã€‚"
msgid "Reindexing status"
-msgstr ""
+msgstr "é‡å»ºç´¢å¼•çŠ¶æ€"
msgid "Rejected (closed)"
msgstr "已拒ç»(关闭)"
@@ -19841,7 +20422,7 @@ msgid "Related Merged Requests"
msgstr "相关已åˆå¹¶çš„åˆå¹¶è¯·æ±‚"
msgid "Related issues"
-msgstr ""
+msgstr "相关议题"
msgid "Related merge requests"
msgstr "相关åˆå¹¶è¯·æ±‚"
@@ -19907,6 +20488,9 @@ 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 "获å–å‘布详细信æ¯æ—¶å‡ºé”™"
@@ -19949,6 +20533,9 @@ msgstr "删除所有或特定指派人"
msgid "Remove all or specific label(s)"
msgstr "删除所有或特定标记"
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr "删除核准人"
@@ -20001,7 +20588,7 @@ msgid "Remove limit"
msgstr "去除é™åˆ¶"
msgid "Remove member"
-msgstr ""
+msgstr "删除æˆå‘˜"
msgid "Remove milestone"
msgstr "删除里程碑"
@@ -20018,9 +20605,6 @@ msgstr "删除主节点"
msgid "Remove priority"
msgstr "删除优先级"
-msgid "Remove project"
-msgstr "删除项目"
-
msgid "Remove secondary node"
msgstr "删除次è¦èŠ‚点"
@@ -20054,9 +20638,6 @@ msgstr "已删除里程碑%{milestone_reference} 。"
msgid "Removed %{type} with id %{id}"
msgstr "已删除 %{type} 的 id %{id}"
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr "已删除所有标签。"
@@ -20069,12 +20650,6 @@ msgstr "已删除的群组无法æ¢å¤ï¼"
msgid "Removed parent epic %{epic_ref}."
msgstr "已删除父å²è¯—%{epic_ref}。"
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr "已删除的项目无法æ¢å¤!"
-
msgid "Removed spent time."
msgstr "已删除消耗时间."
@@ -20085,10 +20660,10 @@ msgid "Removed time estimate."
msgstr "已删除时间估计。"
msgid "RemovedProjects|Projects which are removed and are yet to be permanently removed are visible here."
-msgstr ""
+msgstr "已删除但尚未永久删除的项目在此处å¯è§ã€‚"
msgid "RemovedProjects|You haven’t removed any projects."
-msgstr ""
+msgstr "您还没有删除任何项目。"
msgid "Removes %{assignee_text} %{assignee_references}."
msgstr "移除%{assignee_text} %{assignee_references}。"
@@ -20123,15 +20698,9 @@ msgstr "删除截止日期."
msgid "Removes time estimate."
msgstr "删除时间估计。"
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr "删除许å¯è¯â€¦"
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr "删除项目将删除其仓库和所有相关资æºï¼ŒåŒ…括议题ã€åˆå¹¶è¯·æ±‚等。"
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr "删除该群组åŒæ—¶ä¼šåˆ é™¤æ‰€æœ‰å­é¡¹ç›®ï¼ŒåŒ…括已归档项目åŠå…¶ç›¸å…³èµ„æºã€‚"
@@ -20293,13 +20862,13 @@ msgid "Reports|Vulnerability"
msgstr "æ¼æ´ž"
msgid "Reports|Vulnerability Name"
-msgstr ""
+msgstr "æ¼æ´žå称"
msgid "Reports|no changed test results"
msgstr "未å‘生å˜åŒ–的测试结果"
msgid "Repositories"
-msgstr ""
+msgstr "仓库"
msgid "Repository"
msgstr "仓库"
@@ -20313,9 +20882,6 @@ msgstr "仓库图"
msgid "Repository Settings"
msgstr "仓库设置"
-msgid "Repository URL"
-msgstr "仓库地å€"
-
msgid "Repository check"
msgstr "仓库检查"
@@ -20422,7 +20988,7 @@ msgid "Required approvals (%{approvals_given} given, you've approved)"
msgstr "所需核准(%{approvals_given}完æˆï¼Œæ‚¨å·²æ‰¹å‡†)"
msgid "Required in this project."
-msgstr ""
+msgstr "在此项目为必须。"
msgid "Requirement %{reference} has been added"
msgstr "需求%{reference}已添加"
@@ -20457,7 +21023,7 @@ msgid "Requires values to meet regular expression requirements."
msgstr "需è¦å€¼åŒ¹é…正则表达å¼ã€‚"
msgid "Resend Request"
-msgstr ""
+msgstr "é‡æ–°å‘é€è¯·æ±‚"
msgid "Resend confirmation email"
msgstr "é‡æ–°å‘é€ç¡®è®¤é‚®ä»¶"
@@ -20501,9 +21067,15 @@ msgstr "解决"
msgid "Resolve all threads in new issue"
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 "解决主题"
@@ -20562,7 +21134,7 @@ msgid "Restart Terminal"
msgstr "é‡å¯ç»ˆç«¯"
msgid "Restore"
-msgstr ""
+msgstr "æ¢å¤"
msgid "Restore group"
msgstr "æ¢å¤ç¾¤ç»„"
@@ -20577,7 +21149,7 @@ msgid "Restoring the project will prevent the project from being removed on this
msgstr "æ¢å¤è¯¥é¡¹ç›®å°†é˜²æ­¢é¡¹ç›®åœ¨æ­¤æ—¥æœŸè¢«åˆ é™¤å¹¶æ¢å¤ç”¨æˆ·å¯¹å…¶è¿›è¡Œæ›´æ”¹çš„能力。"
msgid "Restrict membership by email domain"
-msgstr ""
+msgstr "通过电å­é‚®ä»¶åŸŸé™åˆ¶æˆå‘˜èµ„æ ¼"
msgid "Restricts sign-ups for email addresses that match the given regex. See the %{supported_syntax_link_start}supported syntax%{supported_syntax_link_end} for more information."
msgstr "é™åˆ¶æ³¨å†Œçš„电å­é‚®ä»¶åœ°å€éœ€ä¸Žç»™å®šæ­£åˆ™è¡¨è¾¾å¼åŒ¹é…的。请å‚阅%{supported_syntax_link_start}支æŒçš„语法%{supported_syntax_link_end}获å–更多信æ¯ã€‚"
@@ -20653,7 +21225,7 @@ msgid "Revoke"
msgstr "撤销"
msgid "Revoked"
-msgstr ""
+msgstr "已撤销"
msgid "Revoked impersonation token %{token_name}!"
msgstr "撤销身份模拟令牌 %{token_name}ï¼"
@@ -20682,6 +21254,9 @@ msgstr "回滚"
msgid "Rook"
msgstr "Rook"
+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 "定义此群组中项目所接å—çš„git推é€è§„则。此群组中所有新创建的项目都将使用这些设置。"
@@ -20694,6 +21269,9 @@ msgstr "使用外部仓库的CI/CDæµæ°´çº¿"
msgid "Run housekeeping"
msgstr "è¿è¡Œä¾‹è¡Œç»´æŠ¤"
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr "使用Web终端对您的代ç è¿›è¡Œå®žæ—¶æµ‹è¯•"
@@ -20719,7 +21297,7 @@ msgid "Runner tokens"
msgstr "Runner令牌"
msgid "Runner was not deleted because it is assigned to multiple projects."
-msgstr ""
+msgstr "Runner未删除,因为它已分é…给多个项目。"
msgid "Runner was not updated."
msgstr "Runner未更新。"
@@ -20779,7 +21357,7 @@ msgid "SAML for %{group_name}"
msgstr "%{group_name} çš„ SAML"
msgid "SAST Configuration"
-msgstr ""
+msgstr "SASTé…ç½®"
msgid "SHA256"
msgstr "SHA256"
@@ -20791,7 +21369,7 @@ msgid "SSH Keys"
msgstr "SSH密钥"
msgid "SSH Keys Help"
-msgstr ""
+msgstr "SSH密钥帮助"
msgid "SSH host key fingerprints"
msgstr "SSH主机密钥指纹"
@@ -20800,7 +21378,7 @@ msgid "SSH host keys"
msgstr "SSH主机密钥"
msgid "SSH host keys are not available on this system. Please use %{ssh_keyscan} command or contact your GitLab administrator for more information."
-msgstr ""
+msgstr "SSH主机密钥在此系统上ä¸å¯ç”¨ã€‚请使用%{ssh_keyscan}命令或与您的GitLab管ç†å‘˜è”系以获å–更多信æ¯ã€‚"
msgid "SSH keys allow you to establish a secure connection between your computer and GitLab."
msgstr "SSH密钥用于在您的电脑和GitLab建立安全连接。"
@@ -20820,6 +21398,9 @@ msgstr "ä¿å­˜"
msgid "Save Changes"
msgstr "ä¿å­˜ä¿®æ”¹"
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr "ä»ç„¶ä¿å­˜"
@@ -20842,7 +21423,7 @@ msgid "Save pipeline schedule"
msgstr "ä¿å­˜æµæ°´çº¿è®¡åˆ’"
msgid "Save space and find tags in the Container Registry more easily. Enable the cleanup policy to remove stale tags and keep only the ones you need."
-msgstr ""
+msgstr "节çœç©ºé—´å¹¶æ›´ä½¿å¾—在容器注册表中查找标签更容易。 å¯ç”¨æ¸…ç†ç­–ç•¥æ¥åˆ é™¤è¿‡æ—¶çš„标签,åªä¿ç•™æ‚¨éœ€è¦çš„标签。"
msgid "Save template"
msgstr "ä¿å­˜æ¨¡æ¿"
@@ -20850,6 +21431,9 @@ msgstr "ä¿å­˜æ¨¡æ¿"
msgid "Save variables"
msgstr "ä¿å­˜å˜é‡"
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr "ä¿å­˜ä¸­"
@@ -20863,7 +21447,7 @@ msgid "Scheduled"
msgstr "已计划"
msgid "Scheduled Deletion At - %{permanent_deletion_time}"
-msgstr ""
+msgstr "计划删除于 - %{permanent_deletion_time}"
msgid "Scheduled to merge this merge request (%{strategy})."
msgstr "已计划åˆå¹¶æ­¤åˆå¹¶è¯·æ±‚ (%{strategy})。"
@@ -20898,11 +21482,14 @@ msgstr "范围"
msgid "Scopes can't be blank"
msgstr "范围ä¸èƒ½ä¸ºç©º"
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr "å‘下滚动"
msgid "Scroll down to %{strong_open}Google Code Project Hosting%{strong_close} and enable the switch on the right."
-msgstr ""
+msgstr "å‘下滚动到%{strong_open}Google Code Project Hosting%{strong_close}并通过å³ä¾§çš„开关å¯ç”¨ã€‚"
msgid "Scroll left"
msgstr "å‘左滚动"
@@ -20923,7 +21510,7 @@ msgid "Search"
msgstr "æœç´¢"
msgid "Search Jira issues"
-msgstr ""
+msgstr "æœç´¢Jira议题"
msgid "Search Milestones"
msgstr "æœç´¢é‡Œç¨‹ç¢‘"
@@ -20940,26 +21527,29 @@ msgstr "æœç´¢åˆ†æ”¯"
msgid "Search branches and tags"
msgstr "æœç´¢åˆ†æ”¯å’Œæ ‡ç­¾"
-msgid "Search by Git revision"
+msgid "Search branches, tags, and commits"
msgstr ""
+msgid "Search by Git revision"
+msgstr "使用Git版本æœç´¢"
+
msgid "Search by author"
msgstr "按作者æœç´¢"
msgid "Search by commit title or SHA"
-msgstr ""
+msgstr "通过æ交标题或SHAæœç´¢"
msgid "Search by message"
-msgstr ""
+msgstr "按消æ¯æœç´¢"
msgid "Search by name"
-msgstr ""
+msgstr "按å称æœç´¢"
msgid "Search files"
msgstr "æœç´¢æ–‡ä»¶"
msgid "Search for Namespace"
-msgstr ""
+msgstr "æœç´¢å‘½å空间"
msgid "Search for a LDAP group"
msgstr "æœç´¢LDAP组"
@@ -21010,7 +21600,7 @@ msgid "Search requirements"
msgstr "æœç´¢éœ€æ±‚"
msgid "Search results…"
-msgstr ""
+msgstr "æœç´¢ç»“果…"
msgid "Search users"
msgstr "æœç´¢ç”¨æˆ·"
@@ -21127,6 +21717,9 @@ msgstr "许å¯è¯ç”¨æˆ·æ•°é‡"
msgid "Secondary"
msgstr "次è¦"
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr "密ç "
@@ -21154,38 +21747,65 @@ msgstr "安全报告已过时。请使用目标分支(%{targetBranchName})中的
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr "安全报告已过时。请在目标分支(%{targetBranchName})上è¿è¡Œ%{newPipelineLinkStart}æ–°çš„æµæ°´çº¿%{newPipelineLinkEnd}"
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
+msgstr "创建åˆå¹¶è¯·æ±‚时出错。"
+
+msgid "SecurityConfiguration|Available for on-demand DAST"
msgstr ""
msgid "SecurityConfiguration|Configure"
+msgstr "é…ç½®"
+
+msgid "SecurityConfiguration|Could not retrieve configuration data. Please refresh the page, or try again later."
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+msgid "SecurityConfiguration|Create Merge Request"
msgstr ""
-msgid "SecurityConfiguration|Enable via Merge Request"
+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"
+msgstr ""
+
+msgid "SecurityConfiguration|Enable via Merge Request"
+msgstr "通过åˆå¹¶è¯·æ±‚å¯ç”¨"
+
msgid "SecurityConfiguration|Enabled"
msgstr "å¯ç”¨"
msgid "SecurityConfiguration|Enabled with Auto DevOps"
-msgstr ""
+msgstr "已通过Auto DevOpså¯ç”¨"
msgid "SecurityConfiguration|Feature documentation for %{featureName}"
msgstr "%{featureName}的功能文档"
msgid "SecurityConfiguration|Manage"
-msgstr ""
+msgstr "管ç†"
msgid "SecurityConfiguration|Not enabled"
+msgstr "未å¯ç”¨"
+
+msgid "SecurityConfiguration|SAST Configuration"
msgstr ""
msgid "SecurityConfiguration|Security Control"
msgstr "安全控制"
msgid "SecurityConfiguration|See documentation"
-msgstr ""
+msgstr "查看文档"
msgid "SecurityConfiguration|Status"
msgstr "状æ€"
@@ -21194,10 +21814,10 @@ msgid "SecurityConfiguration|Testing & Compliance"
msgstr "测试与åˆè§„"
msgid "SecurityConfiguration|Using custom settings. You won't receive automatic updates on this variable. %{anchorStart}Restore to default%{anchorEnd}"
-msgstr ""
+msgstr "使用自定义设置。您ä¸ä¼šæ”¶åˆ°æ­¤å˜é‡çš„自动更新。 %{anchorStart}还原到默认%{anchorEnd}"
msgid "SecurityConfiguration|You can quickly enable all security scanning tools by enabling %{linkStart}Auto DevOps%{linkEnd}."
-msgstr ""
+msgstr "您å¯ä»¥é€šè¿‡å¯ç”¨%{linkStart}Auto DevOps%{linkEnd}æ¥å¿«é€Ÿå¯ç”¨æ‰€æœ‰å®‰å…¨æ‰«æ工具。"
msgid "SecurityReports|%{firstProject} and %{secondProject}"
msgstr "%{firstProject}和%{secondProject}"
@@ -21208,14 +21828,14 @@ msgstr "%{firstProject},%{secondProject},åŠ%{rest}"
msgid "SecurityReports|Add a project to your dashboard"
msgstr "添加一个项目到仪表æ¿"
-msgid "SecurityReports|Add or remove projects from your dashboard"
-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|Add projects to your group"
-msgstr ""
+msgstr "添加项目到您的群组"
msgid "SecurityReports|Comment added to '%{vulnerabilityName}'"
msgstr "评论已添加到'%{vulnerabilityName}'"
@@ -21242,17 +21862,14 @@ msgid "SecurityReports|Dismissed '%{vulnerabilityName}'. Turn off the hide dismi
msgstr "已忽略'%{vulnerabilityName}'。请关闭éšè—忽略开关以查看。"
msgid "SecurityReports|Download Report"
-msgstr ""
-
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr "现在æ¯ä¸ªæ¼æ´žéƒ½æœ‰ä¸€ä¸ªå”¯ä¸€çš„页é¢ï¼Œè¯¥é¡µé¢å¯ä»¥ä½œä¸ºå”¯ä¸€æ•°æ®æºï¼Œè¢«ç›´æŽ¥é“¾æŽ¥ï¼Œå…±äº«ï¼Œå¼•ç”¨å’Œè·Ÿè¸ªã€‚多次扫æ中报告的æ¼æ´žä¹Ÿå°†ä¼šè¢«ä¿å­˜ï¼Œä»Žè€Œæ”¹å–„了跟踪和å¯è§æ€§ï¼Œå¹¶å‡å°‘了两次扫æ之间的é‡å¤ã€‚"
-
-msgid "SecurityReports|Edit dashboard"
-msgstr "编辑仪表æ¿"
+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 "获å–æ¼æ´žæ•°é‡æ—¶å‡ºé”™ã€‚请检查您的网络连接,然åŽé‡è¯•ã€‚"
@@ -21263,21 +21880,15 @@ msgid "SecurityReports|False positive"
msgstr "误报"
msgid "SecurityReports|Fuzzing artifacts"
-msgstr ""
-
-msgid "SecurityReports|Group Security Dashboard"
-msgstr "群组安全仪表æ¿"
+msgstr "Fuzzing产物"
msgid "SecurityReports|Hide dismissed"
msgstr "éšè—已忽略项"
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr "引入独立安全æ¼æ´ž"
-
msgid "SecurityReports|Issue Created"
msgstr "已创建议题"
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr "加载更多æ¼æ´ž"
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr "监控代ç ä¸­çš„æ¼æ´ž"
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr "更多信æ¯"
@@ -21296,7 +21910,7 @@ msgid "SecurityReports|More information"
msgstr "更多信æ¯"
msgid "SecurityReports|No vulnerabilities found"
-msgstr ""
+msgstr "未å‘现æ¼æ´ž"
msgid "SecurityReports|No vulnerabilities found for this pipeline"
msgstr "æ­¤æµæ°´çº¿ä¸­æœªå‘现æ¼æ´ž"
@@ -21307,20 +21921,20 @@ 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|Return to dashboard"
-msgstr "返回仪表æ¿"
-
msgid "SecurityReports|Scan details"
msgstr "扫æ详情"
msgid "SecurityReports|Scanner"
-msgstr ""
+msgstr "扫æ工具"
msgid "SecurityReports|Security Dashboard"
msgstr "安全仪表æ¿"
@@ -21338,7 +21952,7 @@ msgid "SecurityReports|Severity"
msgstr "严é‡ç¨‹åº¦"
msgid "SecurityReports|Sorry, your filter produced no results"
-msgstr ""
+msgstr "对ä¸èµ·ï¼Œæ²¡æœ‰ç¬¦åˆè¿‡æ»¤å™¨çš„任何结果"
msgid "SecurityReports|Status"
msgstr "状æ€"
@@ -21347,7 +21961,7 @@ msgid "SecurityReports|The rating \"unknown\" indicates that the underlying scan
msgstr "级别“未知â€è¡¨ç¤ºåŸºç¡€æ‰«æ工具ä¸åŒ…å«å½’类或归类为严é‡çº§åˆ«ã€‚"
msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Add projects to your group to view their vulnerabilities here."
-msgstr ""
+msgstr "安全仪表æ¿æ˜¾ç¤ºæ‚¨è¦ç›‘测项目的最新安全扫æ结果。将项目添加到群组中åŽå¯äºŽæ­¤å¤„æ¥æŸ¥çœ‹å…¶ä¸­çš„安全æ¼æ´žã€‚"
msgid "SecurityReports|The security dashboard displays the latest security findings for projects you wish to monitor. Select \"Edit dashboard\" to add and remove projects."
msgstr "安全é¢æ¿æ˜¾ç¤ºæ‚¨è¦ç›‘测项目的最新安全扫æ结果。选择“编辑仪表æ¿â€æ¥æ·»åŠ å¹¶ç§»é™¤é¡¹ç›®ã€‚"
@@ -21383,10 +21997,10 @@ msgid "SecurityReports|There was an error while generating the report."
msgstr "生æˆæŠ¥å‘Šæ—¶å‡ºé”™ã€‚"
msgid "SecurityReports|To widen your search, change or remove filters above"
-msgstr ""
+msgstr "è¦æ‰©å¤§æœç´¢èŒƒå›´ï¼Œè¯·æ›´æ”¹æˆ–删除上é¢çš„过滤器。"
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
-msgstr "无法添加%{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
+msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
msgstr "无法添加%{invalidProjects}"
@@ -21394,11 +22008,14 @@ msgstr "无法添加%{invalidProjects}"
msgid "SecurityReports|Undo dismiss"
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|While it's rare to have no vulnerabilities, it can happen. In any event, we ask that you double check your settings to make sure you've set up your dashboard correctly."
-msgstr ""
+msgstr "虽然没有å‘现æ¼æ´žï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯æœ‰å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿ä»ªè¡¨æ¿çš„é…置正确。"
msgid "SecurityReports|Won't fix / Accept risk"
msgstr "ä¸ä¿®å¤/接å—风险"
@@ -21424,9 +22041,6 @@ msgstr "查看 GitLab 管ç†é¢æ¿ä¸­çš„å—å½±å“项目"
msgid "See what's new at GitLab"
msgstr "查看GitLab的新功能"
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr "选择"
@@ -21500,7 +22114,7 @@ msgid "Select due date"
msgstr "设置截止日期"
msgid "Select epic"
-msgstr ""
+msgstr "选择å²è¯—"
msgid "Select file"
msgstr "选择文件"
@@ -21515,7 +22129,7 @@ msgid "Select health status"
msgstr "选择å¥åº·çŠ¶å†µ"
msgid "Select label"
-msgstr ""
+msgstr "选择标记"
msgid "Select labels"
msgstr "选择标记"
@@ -21550,6 +22164,9 @@ msgstr "选择所需的法规标准"
msgid "Select shards to replicate"
msgstr "选择è¦å¤åˆ¶çš„分片"
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "选择æºåˆ†æ”¯"
@@ -21578,19 +22195,22 @@ msgid "Select timeframe"
msgstr "选择时间范围"
msgid "Select timezone"
+msgstr "选择时区"
+
+msgid "Select type"
msgstr ""
msgid "Select user"
msgstr "选择用户"
msgid "Selected commits"
-msgstr ""
+msgstr "选定的æ交"
msgid "Selected levels cannot be used by non-admin users for groups, projects or snippets. If the public level is restricted, user profiles are only visible to logged in users."
msgstr "éžç®¡ç†å‘˜ç”¨æˆ·æ— æ³•ä¸ºç¾¤ç»„ã€é¡¹ç›®æˆ–代ç ç‰‡æ®µä½¿ç”¨æ‰€é€‰çº§åˆ«ã€‚如果公共级别å—到é™åˆ¶ï¼Œåˆ™ç”¨æˆ·é…置文件仅对登录用户å¯è§ã€‚"
msgid "Selecting a GitLab user will add a link to the GitLab user in the descriptions of issues and comments (e.g. \"By %{link_open}@johnsmith%{link_close}\"). It will also associate and/or assign these issues and comments with the selected user."
-msgstr ""
+msgstr "选择GitLab用户将在议题和评论的æ述中加入指å‘该GitLab用户的链接(例如“由%{link_open}@johnsmith%{link_close}â€)。它还将与所选用户关è”å’Œ/或分é…这些议题和评论。"
msgid "Selective synchronization"
msgstr "选择性åŒæ­¥"
@@ -21728,7 +22348,7 @@ msgid "Serverless|If you believe none of these apply, please check back later as
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 ""
+msgstr "è¦å¼€å§‹ä½¿ç”¨åŠŸèƒ½å³æœåŠ¡ï¼Œå¿…须先在Kubernetes群集上安装Knative。%{linkStart}更多信æ¯%{linkEnd}"
msgid "Serverless|Install Knative"
msgstr "安装Knative"
@@ -21769,6 +22389,12 @@ msgstr "æœåŠ¡å°"
msgid "Service Desk is enabled but not yet active"
msgstr "æœåŠ¡å°å·²å¯ç”¨ä½†å°šæœªæ¿€æ´»"
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr "æœåŠ¡æ¨¡æ¿"
@@ -21781,6 +22407,12 @@ msgstr "会è¯æŒç»­æ—¶é—´(分钟)"
msgid "Set %{epic_ref} as the parent epic."
msgstr "å°†%{epic_ref}设置为父å²è¯—。"
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr "设置议题æ述的默认模æ¿ã€‚"
@@ -21791,7 +22423,7 @@ msgid "Set a password on your account to pull or push via %{protocol}."
msgstr "为账å·åˆ›å»ºä¸€ä¸ªç”¨äºŽæŽ¨é€æˆ–拉å–çš„ %{protocol} 密ç ã€‚"
msgid "Set a template repository for projects in this group"
-msgstr "为该群组中的项目设置模æ¿ä»“库"
+msgstr "为该群组中的项目设置文件模æ¿ä»“库"
msgid "Set an instance-wide domain that will be available to all clusters when installing Knative."
msgstr "设置实例级别的域,å¯ç”¨äºŽæ‰€æœ‰é›†ç¾¤å®‰è£…Knative。"
@@ -21836,16 +22468,16 @@ msgid "Set target branch to %{branch_name}."
msgstr "设置目标分支为%{branch_name}。"
msgid "Set the default expiration time for each job's artifacts. 0 for unlimited. The default unit is in seconds, but you can define an alternative. For example: %{code_open}4 mins 2 sec%{code_close}, %{code_open}2h42min%{code_close}."
-msgstr ""
+msgstr "设置æ¯ä¸ªä½œä¸šçš„产物的默认到期时间。 0 表示无é™åˆ¶ã€‚默认以秒为å•ä½ï¼Œä½†æ‚¨å¯ä»¥å®šä¹‰æ›¿ä»£æ–¹æ¡ˆã€‚例如:%{code_open}4 mins 2 sec%{code_close}, %{code_open}2h42min%{code_close}。"
msgid "Set the default name of the initial branch when creating new repositories through the user interface."
-msgstr ""
+msgstr "设置åˆå§‹åˆ†æ”¯çš„默认å称,用于通过用户界é¢åˆ›å»ºæ–°ä»“库。"
msgid "Set the due date to %{due_date}."
msgstr "设置到期日期为%{due_date}。"
msgid "Set the duration for which the jobs will be considered as old and expired. Once that time passes, the jobs will be archived and no longer able to be retried. Make it empty to never expire jobs. It has to be no less than 1 day, for example: %{code_open}15 days%{code_close}, %{code_open}1 month%{code_close}, %{code_open}2 years%{code_close}."
-msgstr ""
+msgstr "设置作业的过期时间。一旦逾期,作业将被归档并且ä¸èƒ½é‡è¯•ã€‚留空则永ä¸è¿‡æœŸã€‚必须设置为1天以上,例如:%{code_open}15 days%{code_close}, %{code_open}1 month%{code_close}, %{code_open}2 years%{code_close}。"
msgid "Set the iteration to %{iteration_reference}."
msgstr "将迭代设置为%{iteration_reference}。"
@@ -21968,7 +22600,7 @@ msgid "Settings to prevent self-approval across all projects in the instance. On
msgstr "设置实例中所有项目的ç¦æ­¢è‡ªæˆ‘批准。仅管ç†å‘˜å¯ä»¥ä¿®æ”¹è¿™äº›è®¾ç½®ã€‚"
msgid "Setup"
-msgstr ""
+msgstr "设置"
msgid "Severity"
msgstr "严é‡ç¨‹åº¦"
@@ -21983,7 +22615,7 @@ 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 ""
+msgstr "分享%{strong_open}GitLabå•ç‚¹ç™»å½•ç½‘å€%{strong_close}给群组æˆå‘˜ï¼Œä»¥ä¾¿ä»–们å¯ä»¥é€šè¿‡æ‚¨çš„身份æ供商登录您的群组"
msgid "Shared Runners"
msgstr "共享Runner"
@@ -22095,21 +22727,21 @@ msgstr "显示%{total_count}个议题中的%{limit}项. "
msgid "Showing %{pageSize} of %{total} issues"
msgstr "显示%{total}议题中的%{pageSize}项"
-msgid "Showing Latest Version"
-msgstr "显示最新版本"
-
-msgid "Showing Version #%{versionNumber}"
-msgstr "显示版本#%{versionNumber}"
-
msgid "Showing all issues"
msgstr "显示所有议题"
msgid "Showing graphs based on events of the last %{timerange} days."
-msgstr ""
+msgstr "显示基于最近%{timerange}天的事件的图表。"
msgid "Showing last %{size} of log -"
msgstr "显示日志的最åŽ%{size} -"
+msgid "Showing latest version"
+msgstr ""
+
+msgid "Showing version #%{versionNumber}"
+msgstr ""
+
msgid "Side-by-side"
msgstr "并排"
@@ -22186,7 +22818,7 @@ msgid "SignUp|Username is too long (maximum is %{max_length} characters)."
msgstr "用户å太长(最大为%{max_length}字符)。"
msgid "SignUp|Username is too short (minimum is %{min_length} characters)."
-msgstr ""
+msgstr "用户å太短(最短为%{min_length}字符)。"
msgid "Signed in"
msgstr "已登录"
@@ -22203,6 +22835,9 @@ msgstr "没有预先存在的GitLabå¸æˆ·çš„情况下无法使用您的%{label}å
msgid "Similar issues"
msgstr "相似议题"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr "å•ä¸ªæˆ–组åˆæŸ¥è¯¢"
@@ -22234,25 +22869,25 @@ msgid "Slack integration allows you to interact with GitLab via slash commands i
msgstr "Slack集æˆå…许您通过èŠå¤©çª—å£ä¸­çš„shash命令与GitLab交互。"
msgid "SlackIntegration|%{strong_open}Note:%{strong_close} Usernames and private channels are not supported."
-msgstr ""
+msgstr "%{strong_open}注æ„:%{strong_close}ä¸æ”¯æŒç”¨æˆ·åå’Œç§æœ‰é¢‘é“。"
msgid "SlackIntegration|%{webhooks_link_start}Add an incoming webhook%{webhooks_link_end} in your Slack team. The default channel can be overridden for each event."
msgstr "在您的Slack团队中%{webhooks_link_start}添加一个接收的webhook%{webhooks_link_end} 。æ¯ä¸ªäº‹ä»¶éƒ½å¯ä»¥ä¿®æ”¹é»˜è®¤é¢‘é“。"
msgid "SlackIntegration|Paste the %{strong_open}Webhook URL%{strong_close} into the field below."
-msgstr ""
+msgstr "å°†%{strong_open}Webhook URL%{strong_close}粘贴到下é¢çš„字段中。"
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
-msgstr ""
+msgstr "选择以下事件以å¯ç”¨é€šçŸ¥ã€‚ %{strong_open}Slack频é“å称%{strong_close}å’Œ%{strong_open}Slack用户å%{strong_close}字段是å¯é€‰çš„。"
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
-msgstr "æ­¤æœåŠ¡å°†é¡¹ç›®äº‹ä»¶çš„通知å‘é€åˆ°Slack频é“。è¦è®¾ç½®æ­¤æœåŠ¡ï¼š"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
+msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
-msgstr ""
+msgstr "2. å°†%{strong_open}Token%{strong_close}粘贴到下é¢çš„字段中"
msgid "SlackService|3. Select the %{strong_open}Active%{strong_close} checkbox, press %{strong_open}Save changes%{strong_close} and start using GitLab inside Slack!"
-msgstr ""
+msgstr "3. 选择%{strong_open}å¯ç”¨%{strong_close}å¤é€‰æ¡†ï¼Œç‚¹å‡»%{strong_open}ä¿å­˜æ›´æ”¹%{strong_close}åŽå¼€å§‹åœ¨Slack中使用GitLabï¼"
msgid "SlackService|Fill in the word that works best for your team."
msgstr "填写最适åˆä½ çš„团队的文字。"
@@ -22296,12 +22931,21 @@ msgstr "存储〠分享和嵌入å°æ®µä»£ç å’Œæ–‡æœ¬ã€‚"
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr "没有è¦æ˜¾ç¤ºçš„代ç ç‰‡æ®µã€‚"
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr "æè¿° (å¯é€‰)"
msgid "Snippets|File"
msgstr "文件"
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr "给文件命å以å¯ç”¨ä»£ç é«˜äº®ï¼Œä¾‹å¦‚Ruby文件example.rb"
@@ -22359,6 +23003,9 @@ msgstr "试图改å˜è¿™ä¸ªè®®é¢˜çš„ç§å¯†æ€§æ—¶å‡ºçŽ°é”™è¯¯"
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr "è¯•å›¾æ”¹å˜ %{issuableDisplayName} çš„é”定状æ€æ—¶å‡ºé”™äº†"
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr "点击按钮时出错"
@@ -22441,7 +23088,7 @@ msgid "Something went wrong while initializing the OpenAPI viewer"
msgstr "åˆå§‹åŒ–OpenAPI查看器时出错"
msgid "Something went wrong while inserting your image. Please try again."
-msgstr ""
+msgstr "æ’入图åƒæ—¶å‡ºäº†é”™ã€‚请é‡è¯•ã€‚"
msgid "Something went wrong while merging this merge request. Please try again."
msgstr "åˆå¹¶æ­¤åˆå¹¶è¯·æ±‚时出错。请é‡è¯•ã€‚"
@@ -22488,12 +23135,12 @@ msgstr "å°†%{project} 添加到仪表æ¿æ—¶å‡ºé”™"
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 remove project"
-msgstr "删除项目时出错"
-
msgid "Something went wrong, unable to search projects"
msgstr "出错了,无法æœç´¢é¡¹ç›®"
@@ -22759,7 +23406,7 @@ msgid "Specify the following URL during the Runner setup:"
msgstr "在 Runner 设置时指定以下 URL:"
msgid "Speed up your DevOps%{br_tag}with GitLab"
-msgstr ""
+msgstr "使用GitLab%{br_tag}加速DevOps"
msgid "Squash commit message"
msgstr "压缩æ交消æ¯"
@@ -22915,19 +23562,19 @@ msgid "State your message to activate"
msgstr "输入消æ¯ä»¥å¯ç”¨"
msgid "State: %{last_reindexing_task_state}"
-msgstr ""
+msgstr "状æ€: %{last_reindexing_task_state}"
msgid "Static Application Security Testing (SAST)"
msgstr "é™æ€åº”用程åºå®‰å…¨æµ‹è¯•(SAST)"
msgid "StaticSiteEditor|1. Add a clear title to describe the change."
-msgstr ""
+msgstr "1. 添加清晰的标题æ¥æè¿°å˜æ›´ã€‚"
msgid "StaticSiteEditor|2. Add a description to explain why the change is being made."
-msgstr ""
+msgstr "2. 添加æè¿°æ¥è§£é‡Šå˜æ›´çš„原因。"
msgid "StaticSiteEditor|3. Assign a person to review and accept the merge request."
-msgstr ""
+msgstr "3. 指派用户审核并接å—åˆå¹¶è¯·æ±‚。"
msgid "StaticSiteEditor|An error occurred while submitting your changes."
msgstr "æ交更改时å‘生错误。"
@@ -22954,7 +23601,7 @@ msgid "StaticSiteEditor|The Static Site Editor is currently configured to only e
msgstr "é™æ€ç«™ç‚¹ç¼–辑器当å‰é…置为仅å¯ç¼–辑由Middleman生æˆçš„页é¢ä¸Šçš„Markdown内容。请访问文档以了解有关é…置站点以使用é™æ€ç«™ç‚¹ç¼–辑器的更多信æ¯ã€‚"
msgid "StaticSiteEditor|To see your changes live you will need to do the following things:"
-msgstr ""
+msgstr "è¦çœ‹åˆ°æ‚¨çš„å˜æ›´ä¸Šçº¿ï¼Œæ‚¨éœ€è¦åšä»¥ä¸‹äº‹æƒ…:"
msgid "StaticSiteEditor|Update %{sourcePath} file"
msgstr "更新%{sourcePath}文件"
@@ -22963,7 +23610,7 @@ msgid "StaticSiteEditor|View documentation"
msgstr "查看文档"
msgid "StaticSiteEditor|Your merge request has been created"
-msgstr ""
+msgstr "您的åˆå¹¶è¯·æ±‚已创建"
msgid "Statistics"
msgstr "统计"
@@ -23086,7 +23733,7 @@ msgid "Subkeys"
msgstr "å­å¯†é’¥"
msgid "Submit"
-msgstr ""
+msgstr "æ交"
msgid "Submit %{humanized_resource_name}"
msgstr "æ交%{humanized_resource_name}"
@@ -23388,6 +24035,9 @@ msgstr "切æ¢åˆ°GitLab 预览版"
msgid "Switch to the source to copy the file contents"
msgstr "切æ¢åˆ°æºæ¨¡å¼ä»¥å¤åˆ¶æ–‡ä»¶å†…容"
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr "åŒæ­¥ä¿¡æ¯"
@@ -23404,7 +24054,7 @@ msgid "System Hooks"
msgstr "系统钩å­"
msgid "System Hooks Help"
-msgstr ""
+msgstr "系统钩å­å¸®åŠ©"
msgid "System Info"
msgstr "系统信æ¯"
@@ -23436,6 +24086,9 @@ msgstr "标签列表:"
msgid "Tag name"
msgstr "标签å称"
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr "为此æ交打标签。"
@@ -23448,6 +24101,9 @@ msgstr "将此æ交标记为%{tag_name}。"
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 "标签动æ€"
@@ -23542,7 +24198,7 @@ msgid "Target-Branch"
msgstr "目标分支"
msgid "Task ID: %{elastic_task}"
-msgstr ""
+msgstr "任务ID: %{elastic_task}"
msgid "Team"
msgstr "团队"
@@ -23569,19 +24225,19 @@ msgid "Templates"
msgstr "模æ¿"
msgid "TemporaryStorageIncrease|can only be set once"
-msgstr ""
+msgstr "åªèƒ½è®¾ç½®ä¸€æ¬¡"
msgid "TemporaryStorageIncrease|can only be set with more than %{percentage}%% usage"
-msgstr ""
+msgstr "åªèƒ½è®¾ç½®ä¸ºå¤§äºŽ%{percentage}%%使用é‡"
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 ""
+msgstr "GitLabå…许您申请%{strongStart}å…费的一次性存储增加%{strongEnd}。 您在30天内将å¯ä½¿ç”¨æ— é™çš„存储空间。这将使您有时间å‡å°‘您的存储使用é‡ã€‚ 30天åŽï¼Œæ‚¨çš„原始存储é™åˆ¶%{limit}将生效。如果您的存储使用已达容é‡ä¸Šé™ï¼Œæ‚¨çš„账户将å˜ä¸ºåªè¯»ã€‚如需继续使用 GitLab ,您必须购买é¢å¤–的存储或å‡å°‘存储使用é‡ã€‚"
msgid "TemporaryStorage|Increase storage temporarily"
-msgstr ""
+msgstr "临时增加存储"
msgid "TemporaryStorage|Temporarily increase storage now?"
-msgstr ""
+msgstr "现在临时增加存储å—?"
msgid "Terminal"
msgstr "终端"
@@ -23627,6 +24283,12 @@ msgstr "您的æµæ°´çº¿ç”Ÿæˆäº†Terraform报告%{name}。"
msgid "Test"
msgstr "测试"
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr "测试覆盖率解æž"
@@ -23671,13 +24333,13 @@ msgid "TestReports|%{count} failures"
msgstr "%{count}个失败"
msgid "TestReports|%{count} tests"
-msgstr ""
+msgstr "%{count}项测试"
msgid "TestReports|%{rate}%{sign} success rate"
msgstr "%{rate}%{sign}æˆåŠŸçŽ‡"
msgid "TestReports|Jobs"
-msgstr ""
+msgstr "作业"
msgid "TestReports|Tests"
msgstr "测试"
@@ -23692,13 +24354,10 @@ msgid "TestReports|There are no tests to show."
msgstr "没有è¦æ˜¾ç¤ºçš„测试。"
msgid "TestReports|There was an error fetching the summary."
-msgstr ""
-
-msgid "TestReports|There was an error fetching the test reports."
-msgstr "获å–测试报告时出错。"
+msgstr "获å–总结时出错。"
msgid "TestReports|There was an error fetching the test suite."
-msgstr ""
+msgstr "获å–测试集时出错。"
msgid "Tests"
msgstr "测试"
@@ -23713,7 +24372,7 @@ msgid "Thank you for your report. A GitLab administrator will look into it short
msgstr "感谢您的报告。 GitLab管ç†å‘˜å°†å°½å¿«è¿›è¡Œè°ƒæŸ¥ã€‚"
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 "感谢您的支æŒè¯·æ±‚ï¼æˆ‘们会通过工å•#%{issue_iid}追踪您的请求。我们将尽快回å¤æ‚¨ã€‚"
msgid "Thanks for your purchase!"
msgstr "感谢购买ï¼"
@@ -23733,24 +24392,21 @@ msgstr "“需è¦æ¥è‡ªä»£ç æ‰€æœ‰è€…的批准â€è®¾ç½®å·²ç§»è‡³%{banner_link_s
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}å…许有é¢å¤–用户,这些é¢å¤–用户在更新订阅时将会产生追溯费用。"
-msgid "The %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr "%{true_up_link_start}校准模å¼%{link_end}在下次更新订阅时对这些用户有追溯费用。 如果您想è¦æå‰æ›´æ–°æ‚¨çš„许å¯è¯ä»¥é˜²æ­¢è¿™ç§æƒ…况å‘生,%{support_link_start}请è”系我们的支æŒå›¢é˜Ÿ%{link_end}。"
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] "%{type} 包å«ä»¥ä¸‹é”™è¯¯ï¼š"
msgid "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 "GitLab 中的高级全局æœç´¢åŠŸèƒ½æ˜¯ä¸€ä¸ªå¼ºå¤§ä¸”节çœæ‚¨çš„时间的æœç´¢æœåŠ¡ã€‚您å¯ä»¥æœç´¢å…¶ä»–团队的代ç ä»¥å¸®åŠ©æ‚¨å®Œå–„自己项目中的代ç ã€‚从而é¿å…创建é‡å¤çš„代ç æˆ–浪费时间。"
+msgstr ""
msgid "The CSV export will be created in the background. Once finished, it will be sent to %{strong_open}%{email}%{strong_close} in an attachment."
-msgstr ""
+msgstr "CSV导出将在åŽå°åˆ›å»ºã€‚完æˆåŽï¼Œå®ƒå°†ä»¥é™„件形å¼å‘é€åˆ°%{strong_open}%{email}%{strong_close}。"
msgid "The Git LFS objects will %{strong_open}not%{strong_close} be synced."
-msgstr ""
+msgstr "Git LFS对象将%{strong_open}ä¸ä¼š%{strong_close}被åŒæ­¥ã€‚"
msgid "The GitLab user to which the Jira user %{jiraDisplayName} will be mapped"
-msgstr ""
+msgstr "Jira用户%{jiraDisplayName}将映射到的GitLab用户"
msgid "The Issue Tracker is the place to add things that need to be improved or solved in a project"
msgstr "议题跟踪用于管ç†éœ€æ±‚改进或者解决的问题"
@@ -23767,6 +24423,9 @@ msgstr "在主节点上定义的URL,次è¦èŠ‚点应使用该URL与其è”系。
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr "用于连接到Elasticsearchçš„URL。使用逗å·åˆ†éš”的列表æ¥æ”¯æŒç¾¤é›†(例如,“http://localhost:9200, http://localhost:9201â€)。"
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 æ—¶ä»ç„¶éªŒè¯æœåŠ¡å™¨è¯ä¹¦ã€‚"
@@ -23797,6 +24456,9 @@ msgstr "与该阶段相关的事件集åˆã€‚"
msgid "The commit does not exist"
msgstr "æ­¤æ交ä¸å­˜åœ¨"
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr "该连接将在 %{timeout}åŽè¶…时。如仓库导入耗时超过该时间,请使用克隆/推é€ç»„åˆã€‚"
@@ -23804,7 +24466,7 @@ msgid "The content of this page is not encoded in UTF-8. Edits can only be made
msgstr "此页é¢çš„内容未以UTF-8ç¼–ç ã€‚编辑åªèƒ½é€šè¿‡Git仓库进行。"
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 ""
+msgstr "该群组,其å­ç»„和项目的内容将于%{deletion_adjourned_period}天åŽåœ¨%{date}永久删除。在此之åŽï¼Œæ‚¨çš„æ•°æ®å°†æ— æ³•æ¢å¤ã€‚"
msgid "The current issue"
msgstr "当å‰è®®é¢˜"
@@ -23851,6 +24513,12 @@ msgstr "文件已æˆåŠŸåˆ é™¤ã€‚"
msgid "The file name should have a .yml extension"
msgstr "文件å应以.yml扩展"
+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 items will NOT be exported:"
msgstr "以下项目将ä¸ä¼šè¢«å¯¼å‡ºï¼š"
@@ -23865,7 +24533,7 @@ msgid "The fork relationship has been removed."
msgstr "派生关系已被删除。"
msgid "The form contains the following error:"
-msgstr ""
+msgstr "表å•åŒ…å«ä»¥ä¸‹é”™è¯¯ï¼š"
msgid "The global settings require you to enable Two-Factor Authentication for your account."
msgstr "系统设置è¦æ±‚您为å¸æˆ·å¯ç”¨åŒé‡è®¤è¯ã€‚"
@@ -23951,20 +24619,20 @@ msgstr "å称“%{name}â€åœ¨æ­¤ç›®å½•ä¸­å·²ä½¿ç”¨ã€‚"
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr "克隆仓库时从GitLab获å–çš„å˜æ›´æ•°ç›®ã€‚此设置å¯ä»¥åŠ å¿«æµæ°´çº¿çš„执行速度。ä¿æŒä¸ºç©ºæˆ–设置为0将默认ç¦ç”¨æµ…克隆,并使GitLab CIæ¯æ¬¡éƒ½èŽ·å–所有分支和标签。"
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
-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 path to the CI configuration file. Defaults to %{code_open}.gitlab-ci.yml%{code_close}"
-msgstr ""
+msgstr "CIé…置文件的路径。默认为%{code_open}.gitlab-ci.yml%{code_close}"
msgid "The phase of the development lifecycle."
msgstr "项目生命周期中的å„个阶段。"
@@ -23996,6 +24664,9 @@ 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 "项目åªèƒ½ç”±é¡¹ç›®æˆå‘˜è®¿é—®ã€‚必须明确地å‘æ¯ä¸ªç”¨æˆ·æŽˆäºˆè®¿é—®æƒé™ã€‚"
@@ -24030,10 +24701,10 @@ 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 ""
+msgstr "仓库必须能够通过%{code_open}http://%{code_close},%{code_open}https://%{code_close}或%{code_open}git://%{code_close}æ¥è®¿é—®ã€‚"
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 ""
+msgstr "仓库必须能够通过%{code_open}http://%{code_close}, %{code_open}https://%{code_close}, %{code_open}ssh://%{code_close}或%{code_open}git://%{code_close}æ¥è®¿é—®ã€‚"
msgid "The review stage shows the time from creating the merge request to merging it. The data will automatically be added after you merge your first merge request."
msgstr "审阅阶段概述了从创建åˆå¹¶è¯·æ±‚到被åˆå¹¶çš„时间。当创建第一个åˆå¹¶è¯·æ±‚åŽï¼Œæ•°æ®å°†è‡ªåŠ¨æ·»åŠ åˆ°æ­¤å¤„。"
@@ -24090,7 +24761,7 @@ msgid "The user map has been saved. Continue by selecting the projects you want
msgstr "用户映射已ä¿å­˜ã€‚请选择è¦å¯¼å…¥çš„项目以继续。"
msgid "The user map is a JSON document mapping the Google Code users that participated on your projects to the way their email addresses and usernames will be imported into GitLab. You can change this by changing the value on the right hand side of %{code_open}:%{code_close}. Be sure to preserve the surrounding double quotes, other punctuation and the email address or username on the left hand side."
-msgstr ""
+msgstr "用户映射是一个JSON文档,将å‚与项目的Google Code用户映射到他们将导入GitLab的电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·åçš„æ–¹å¼ã€‚您å¯ä»¥é€šè¿‡æ›´æ”¹%{code_open}:%{code_close}å³ä¾§çš„值æ¥æ›´æ”¹æ­¤å€¼ã€‚请务必在左侧ä¿ç•™å‘¨å›´çš„åŒå¼•å·ï¼Œå…¶ä»–标点符å·ä»¥åŠç”µå­é‚®ä»¶åœ°å€æˆ–用户å。"
msgid "The user map is a mapping of the FogBugz users that participated on your projects to the way their email address and usernames will be imported into GitLab. You can change this by populating the table below."
msgstr "用户映射是å‚与项目的 FogBugz 用户的电å­é‚®ä»¶åœ°å€å’Œç”¨æˆ·å将被导入 GitLab çš„æ–¹å¼ã€‚您å¯ä»¥é€šè¿‡ä»¥ä¸‹è¡¨æ ¼æ¥ä¿®æ”¹æ˜ å°„关系。"
@@ -24102,7 +24773,7 @@ msgid "The value lying at the midpoint of a series of observed values. E.g., bet
msgstr "中ä½æ•°æ˜¯ä¸€ä¸ªæ•°åˆ—中最中间的值。例如在 3ã€5ã€9 之间,中ä½æ•°æ˜¯ 5。在 3ã€5ã€7ã€8 之间,中ä½æ•°æ˜¯ (5 + 7)/ 2 = 6。"
msgid "The value of the provided variable exceeds the %{count} character limit"
-msgstr ""
+msgstr "æä¾›å˜é‡çš„值超过了%{count}字符é™åˆ¶"
msgid "The vulnerability is no longer detected. Verify the vulnerability has been fixed or removed before changing its status."
msgstr "æ¼æ´žå·²ä¸å†è¢«æ£€æµ‹åˆ°ã€‚请在更改其状æ€å‰ç¡®ä¿æ¼æ´žå·²ä¿®å¤æˆ–移除。"
@@ -24111,6 +24782,9 @@ msgid "The vulnerability is no longer detected. Verify the vulnerability has bee
msgstr "æ¼æ´žå·²ä¸å†è¢«æ£€æµ‹åˆ°ã€‚请在更改其状æ€å‰ç¡®ä¿æ¼æ´žå·²ä¿®è¡¥ã€‚"
msgid "There are currently no events."
+msgstr "当å‰æ²¡æœ‰äº‹ä»¶ã€‚"
+
+msgid "There are merge conflicts"
msgstr ""
msgid "There are no %{replicableTypeName} to show"
@@ -24147,7 +24821,7 @@ msgid "There are no closed merge requests"
msgstr "没有已关闭的åˆå¹¶è¯·æ±‚"
msgid "There are no commits yet."
-msgstr ""
+msgstr "ç›®å‰è¿˜æ²¡æœ‰æ交。"
msgid "There are no custom project templates set up for this GitLab instance. They are enabled from GitLab's Admin Area. Contact your GitLab instance administrator to setup custom project templates."
msgstr "没有为此GitLab实例设置自定义项目模æ¿ã€‚它们是从GitLab的管ç†åŒºåŸŸå¯ç”¨çš„。请与您的GitLab实例管ç†å‘˜è”系以设置自定义项目模æ¿ã€‚"
@@ -24188,22 +24862,28 @@ msgstr "项目的订阅和被订阅数é‡ä¸Šé™ä¸º%{ci_project_subscriptions_lim
msgid "There is already a repository with that name on disk"
msgstr "ç£ç›˜ä¸Šå·²å­˜åœ¨å…·æœ‰è¯¥å称的仓库"
-msgid "There is no data available."
+msgid "There is no chart data available."
msgstr ""
msgid "There is no data available. Please change your selection."
msgstr "没有å¯ç”¨æ•°æ®ã€‚请更改选择。"
-msgid "There is too much data to calculate. Please change your selection."
+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 groups."
-msgstr ""
+msgstr "获å–群组时出现问题。"
msgid "There was a problem fetching labels."
+msgstr "获å–标记时出错。"
+
+msgid "There was a problem fetching milestones."
msgstr ""
msgid "There was a problem fetching project branches."
@@ -24270,7 +24950,7 @@ msgid "There was an error fetching the Node's Groups"
msgstr "获å–节点上的群组时出错"
msgid "There was an error fetching the deploy freezes."
-msgstr ""
+msgstr "获å–部署冻结时出错。"
msgid "There was an error fetching the environments information."
msgstr "获å–环境信æ¯æ—¶å‡ºé”™ã€‚"
@@ -24312,7 +24992,7 @@ msgid "There was an error resetting user pipeline minutes."
msgstr "é‡ç½®ç”¨æˆ·æµæ°´çº¿åˆ†é’Ÿæ•°æ—¶å‡ºé”™ã€‚"
msgid "There was an error retrieving the Jira users."
-msgstr ""
+msgstr "获å–Jira用户时出错。"
msgid "There was an error saving this Geo Node."
msgstr "ä¿å­˜æ­¤Geo节点时出错。"
@@ -24336,7 +25016,7 @@ msgid "There was an error trying to validate your query"
msgstr "å°è¯•éªŒè¯æ‚¨çš„查询时出错"
msgid "There was an error updating the Geo Settings"
-msgstr ""
+msgstr "更新Geo设置时出错"
msgid "There was an error updating the dashboard, branch name is invalid."
msgstr "更新仪表æ¿æ—¶å‡ºé”™ï¼Œåˆ†æ”¯å称无效。"
@@ -24356,21 +25036,21 @@ 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 %{requestTypeName} data."
+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 analytics duration median data."
-msgstr "获å–价值æµåˆ†æžæŒç»­æ—¶é—´ä¸­ä½æ•°æ®æ—¶å‡ºé”™ã€‚"
-
-msgid "There was an error while fetching value stream analytics recent activity data."
-msgstr "获å–价值æµåˆ†æžçš„最近活动数æ®æ—¶å‡ºé”™ã€‚"
-
-msgid "There was an error while fetching value stream analytics time summary data."
-msgstr "æå–价值æµåˆ†æžæ—¶é—´æ‘˜è¦æ•°æ®æ—¶å‡ºé”™ã€‚"
-
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
msgstr "reCAPTCHA 验è¯é”™è¯¯ã€‚请å†æ¬¡éªŒè¯ reCAPTCHA。"
@@ -24392,9 +25072,12 @@ msgstr "第三方优惠"
msgid "This %{issuableDisplayName} is locked. Only project members can comment."
msgstr "æ­¤%{issuableDisplayName}被é”定。åªæœ‰é¡¹ç›®æˆå‘˜å¯ä»¥è¯„论。"
-msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
+msgid "This %{issuableType} is confidential"
msgstr ""
+msgid "This %{issuable} is locked. Only %{strong_open}project members%{strong_close} can comment."
+msgstr "æ­¤%{issuable}已被é”定。åªæœ‰%{strong_open}项目æˆå‘˜%{strong_close}æ‰å¯ä»¥å‘表评论。"
+
msgid "This %{noteableTypeText} is %{confidentialLinkStart}confidential%{linkEnd} and %{lockedLinkStart}locked%{linkEnd}."
msgstr "æ­¤%{noteableTypeText}为%{confidentialLinkStart}机密的%{linkEnd}且%{lockedLinkStart}é”定的%{linkEnd}。"
@@ -24405,13 +25088,13 @@ msgid "This %{viewer} could not be displayed because %{reason}. You can %{option
msgstr "因为 %{reason}无法显示 %{viewer} 。您å¯ä»¥æ”¹ä¸º %{options}。"
msgid "This Cron pattern is invalid"
-msgstr ""
+msgstr "æ­¤Cronæ ¼å¼æ— æ•ˆ"
msgid "This GitLab instance does not provide any shared Runners yet. Instance administrators can register shared Runners in the admin area."
msgstr "æ­¤GitLab实例尚未æ供任何共享Runner。管ç†å‘˜å¯ä»¥åœ¨ç®¡ç†åŒºåŸŸä¸­æ³¨å†Œå…±äº«Runner。"
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 "该GitLab实例的许å¯ä¸º%{insufficient_license}级别。拥有Premium或更高级别许å¯è¯çš„用户æ‰èƒ½ä½¿ç”¨Geo。"
+msgstr "该GitLab实例的许å¯ä¸º%{insufficient_license}级别。拥有高级版或更高级别许å¯è¯çš„用户æ‰èƒ½ä½¿ç”¨Geo。"
msgid "This Project is currently archived and read-only. Please unarchive the project first if you want to resume Pull mirroring"
msgstr "此项目目å‰å·²å­˜æ¡£å¹¶åªè¯»ã€‚如果您想è¦æ¢å¤æ‹‰å–é•œåƒï¼Œè¯·å…ˆå–消归档。"
@@ -24422,20 +25105,20 @@ msgstr "æ­¤URLå·²ç»ç”¨äºŽå¦ä¸€ä¸ªé“¾æŽ¥ï¼›ä¸å…许é‡å¤ URL"
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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
-msgstr ""
+msgstr "æ­¤æ“作将%{strongOpen}ç«‹å³%{strongClose}%{strongOpen}永久删除%{strongClose}%{codeOpen}%{project}%{codeClose},包括其仓库åŠæ‰€æœ‰å†…容:议题,åˆå¹¶è¯·æ±‚等。"
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}on %{date}%{strongClose}, including its repositories and all content: issues, merge requests, etc."
-msgstr ""
+msgstr "æ­¤æ“作将于%{strongOpen}%{date}%{strongClose}%{strongOpen}永久删除%{strongClose}%{codeOpen}%{project}%{codeClose},包括其仓库åŠæ‰€æœ‰å†…容:议题,åˆå¹¶è¯·æ±‚等。"
msgid "This also resolves all related threads"
msgstr "这也会åŒæ—¶è§£å†³æ‰€æœ‰ç›¸å…³ä¸»é¢˜"
msgid "This also resolves this thread"
-msgstr ""
+msgstr "这也会åŒæ—¶è§£å†³æ­¤ä¸»é¢˜"
msgid "This application was created by %{link_to_owner}."
msgstr "这个应用程åºæ˜¯ç”± %{link_to_owner} 创建的。"
@@ -24465,7 +25148,7 @@ msgid "This commit is part of merge request %{link_to_merge_request}. Comments c
msgstr "æ­¤æ交是åˆå¹¶è¯·æ±‚ %{link_to_merge_request} 的一部分。此处创建的评论将在该åˆå¹¶è¯·æ±‚的上下文中创建。"
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 ""
+msgstr "æ­¤æ交使用%{strong_open}已验è¯çš„%{strong_close}ç­¾å进行签署,并且已验è¯æ交者的电å­é‚®ä»¶å±žäºŽåŒä¸€ç”¨æˆ·ã€‚"
msgid "This commit was signed with a <strong>verified</strong> signature and the committer email is verified to belong to the same user."
msgstr "æ­¤æ交使用 <strong>已验è¯</strong> çš„ç­¾å进行签å,并且已验è¯æ交者的电å­é‚®ä»¶å±žäºŽåŒä¸€ç”¨æˆ·ã€‚"
@@ -24474,10 +25157,10 @@ 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 ""
+msgstr "æ­¤æ交已使用ç»è¿‡éªŒè¯çš„ç­¾å进行签署,但%{strong_open}尚未验è¯%{strong_close}æ交者电å­é‚®ä»¶å±žäºŽåŒä¸€ç”¨æˆ·ã€‚"
msgid "This commit was signed with an %{strong_open}unverified%{strong_close} signature."
-msgstr ""
+msgstr "æ­¤æ交使用%{strong_open}未ç»éªŒè¯çš„%{strong_close}ç­¾å进行签署。"
msgid "This commit was signed with an <strong>unverified</strong> signature."
msgstr "æ­¤æ交使用 <strong>未ç»éªŒè¯çš„</strong> ç­¾å进行签å。"
@@ -24486,7 +25169,7 @@ msgid "This content could not be displayed because %{reason}. You can %{options}
msgstr "由于%{reason},无法显示此内容。您å¯ä»¥%{options}以代替。"
msgid "This credential has expired"
-msgstr ""
+msgstr "此凭è¯å·²è¿‡æœŸ"
msgid "This date is after the due date, so this epic won't appear in the roadmap."
msgstr "此日期在截止日期之åŽï¼Œå› æ­¤è¯¥ å²è¯— ä¸ä¼šå‡ºçŽ°åœ¨è·¯çº¿å›¾ä¸­ã€‚"
@@ -24537,7 +25220,7 @@ msgid "This feature requires local storage to be enabled"
msgstr "此功能需è¦æœ¬åœ°å­˜å‚¨ä»¥å¯ç”¨"
msgid "This feature should be used with an index that was created after 13.0"
-msgstr ""
+msgstr "此功能应与13.0åŽåˆ›å»ºçš„索引一起使用"
msgid "This field is required."
msgstr "该字段是必填字段。"
@@ -24555,7 +25238,7 @@ msgid "This group has been scheduled for permanent removal on %{date}"
msgstr "此群组已安排在%{date}永久删除"
msgid "This group, including all subgroups, projects and git repositories, will be reachable from only the specified IP address ranges."
-msgstr ""
+msgstr "此群组,包括所有å­ç¾¤ç»„ã€é¡¹ç›®å’Œgit仓库,将åªèƒ½ä»ŽæŒ‡å®šçš„IP地å€èŒƒå›´å†…访问。"
msgid "This group, its subgroups and projects has been scheduled for removal on %{date}."
msgstr "此群组ã€å…¶å­ç¾¤ç»„和项目已安排在%{date}移除。"
@@ -24567,7 +25250,7 @@ msgid "This is a \"Ghost User\", created to hold all issues authored by users th
msgstr "此用户为“幽çµç”¨æˆ·â€ï¼Œç”¨äºŽæŒæœ‰è¢«åˆ é™¤ç”¨æˆ·çš„所有议题。该用户无法被删除。"
msgid "This is a Premium feature"
-msgstr ""
+msgstr "这是高级版的功能"
msgid "This is a confidential %{noteableTypeText}."
msgstr "这是一个机密%{noteableTypeText}。"
@@ -24596,9 +25279,6 @@ msgstr "此数目为当å‰æ´»è·ƒç”¨æˆ·çš„æ•°é‡ï¼Œ 也是更新许å¯è¯æ—¶éœ€è¦
msgid "This is your current session"
msgstr "这是您当å‰çš„会è¯"
-msgid "This issue is confidential"
-msgstr "当å‰è®®é¢˜ä¸ºç§å¯†è®®é¢˜"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr "此议题目å‰è¢«ä»¥ä¸‹è®®é¢˜é˜»æ­¢ï¼š %{issues}。"
@@ -24711,16 +25391,16 @@ msgid "This merge request does not have accessibility reports"
msgstr "æ­¤åˆå¹¶è¯·æ±‚没有无障ç¢æ€§æ‰«æ报告"
msgid "This merge request is closed. To apply this suggestion, edit this file directly."
-msgstr ""
+msgstr "æ­¤åˆå¹¶è¯·æ±‚已关闭。è¦åº”用此建议,请直接编辑此文件。"
msgid "This merge request is locked."
msgstr "æ­¤åˆå¹¶è¯·æ±‚å·²é”定。"
msgid "This merge request is still a work in progress."
-msgstr ""
+msgstr "æ­¤åˆå¹¶è¯·æ±‚ä»åœ¨è¿›è¡Œä¸­ã€‚"
msgid "This merge request was merged. To apply this suggestion, edit this file directly."
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚å·²åˆå¹¶ã€‚è¦åº”用此建议,请直接编辑此文件。"
msgid "This namespace has already been taken! Please choose another one."
msgstr "此命å空间已被使用ï¼è¯·é€‰æ‹©å…¶ä»–命å空间。"
@@ -24735,19 +25415,19 @@ msgid "This page is unavailable because you are not allowed to read information
msgstr "此页é¢ä¸å¯ç”¨ï¼Œæ‚¨æ— æƒè·¨é¡¹ç›®é˜…读相关信æ¯ã€‚"
msgid "This page sends a payload. Go back to the events page to see a newly created event."
-msgstr ""
+msgstr "此页é¢å‘é€äº†ä¸€ä¸ªæœ‰æ•ˆæ•°æ®ã€‚返回事件页é¢æŸ¥çœ‹æ–°åˆ›å»ºçš„事件。"
msgid "This pipeline does not use the %{codeStart}needs%{codeEnd} keyword and can't be represented as a directed acyclic graph."
msgstr "æ­¤æµæ°´çº¿æœªä½¿ç”¨%{codeStart}needs%{codeEnd}关键字,因此ä¸èƒ½æ˜¾ç¤ºä¸ºæœ‰å‘无环图(DAG)。"
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{b_open}Auto DevOps.%{b_close}"
-msgstr ""
+msgstr "æ­¤æµæ°´çº¿ä½¿ç”¨äº†åŒ…å«%{b_open}Auto DevOps%{b_close}的预先定义CI/CDé…置。"
msgid "This pipeline makes use of a predefined CI/CD configuration enabled by %{strongStart}Auto DevOps.%{strongEnd}"
msgstr "æ­¤æµæ°´çº¿ä½¿ç”¨äº† %{strongStart}Auto DevOps 预先定义的并已å¯ç”¨çš„ CI/CD é…置。%{strongEnd}"
msgid "This pipeline was triggered by a schedule."
-msgstr ""
+msgstr "æ­¤æµæ°´çº¿æ˜¯ç”±å®šæ—¶è®¡åˆ’触å‘çš„."
msgid "This project"
msgstr "当å‰é¡¹ç›®"
@@ -24761,15 +25441,15 @@ msgstr "此项目未å¯ç”¨%{service_desk_link_start}æœåŠ¡å°%{service_desk_link
msgid "This project does not have a wiki homepage yet"
msgstr "该项目尚无wiki主页"
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr "此项目未å¯ç”¨è´¦å•ã€‚è¦åˆ›å»ºç¾¤é›†ï¼Œè¯· <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">å¯ç”¨è´¦å• <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> 并é‡è¯•ã€‚"
-
msgid "This project has no active access tokens."
msgstr "此项目没有有效的访问令牌。"
msgid "This project is archived and cannot be commented on."
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 "此项目路径ä¸å­˜åœ¨æˆ–您没有访问æƒé™ã€‚"
@@ -24780,7 +25460,7 @@ msgid "This project will be removed on %{date} since its parent group '%{parent_
msgstr "此项目将于%{date}被删除,因为其父群组'%{parent_group_name}‘已被安排移除。"
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 ""
+msgstr "该项目将存在于您的群组%{strong_open}%{namespace}%{strong_close}中。在项目中,您å¯ä»¥å­˜æ”¾æ–‡ä»¶(仓库),计划工作(议题),å‘布文档(Wiki)等等。"
msgid "This repository"
msgstr "当å‰ä»“库"
@@ -24810,7 +25490,7 @@ msgid "This subscription is for"
msgstr "此订阅适用于"
msgid "This suggestion already matches its content."
-msgstr ""
+msgstr "此建议已ç»ä¸Žå®ƒçš„内容相åŒã€‚"
msgid "This timeout will take precedence when lower than project-defined timeout and accepts a human readable time input language like \"1 hour\". Values without specification represent seconds."
msgstr "当低于项目定义的超时时,此超时将优先,并å¯æŽ¥å—英文语å¥ï¼Œå¦‚“1 hourâ€ã€‚默认å•ä½ä¸ºç§’。"
@@ -24830,6 +25510,9 @@ msgstr "此用户将æˆä¸ºæ´»åŠ¨æµä¸­æ‰€æœ‰äº‹ä»¶çš„作者,例如创建新分
msgid "This variable can not be masked."
msgstr "æ­¤å˜é‡æ— æ³•è¢«éšè—。"
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr "这将帮助我们个人化您的å¯ç”¨ä½“验。"
@@ -24933,7 +25616,7 @@ msgid "ThreatMonitoring|While it's rare to have no traffic coming to your applic
msgstr "虽然您的项目中还没有æµé‡ï¼Œè¿™ç§çŽ°è±¡å¾ˆç½•è§ï¼Œä½†ä¹Ÿæ˜¯æœ‰å¯èƒ½çš„。无论如何,建议您仔细检查设置以确ä¿WAFçš„é…置正确。"
msgid "Throughput"
-msgstr ""
+msgstr "åžåé‡"
msgid "Thursday"
msgstr "星期四"
@@ -25187,7 +25870,7 @@ msgid "To add the entry manually, provide the following details to the applicati
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 ""
+msgstr "å¯ä»¥ä½¿ç”¨ %{personal_access_token_link}连接GitHub仓库。当创建个人访问令牌时,需è¦é€‰æ‹©%{code_open}repo%{code_close}范围,以显示å¯ä¾›è¿žæŽ¥çš„公共和ç§æœ‰çš„仓库列表。"
msgid "To connect GitHub repositories, you first need to authorize GitLab to access the list of your GitHub repositories."
msgstr "è¦è¿žæŽ¥GitHub仓库,首先需è¦æŽˆæƒGitLab访问您的GitHub仓库列表。"
@@ -25201,9 +25884,6 @@ msgstr "如è¦è¿žæŽ¥SVN仓库,请查看 %{svn_link}。"
msgid "To define internal users, first enable new users set to external"
msgstr "è¦å®šä¹‰å†…部用户,请首先å¯ç”¨è®¾ç½®ä¸ºå¤–部的新用户"
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr "è¦å¯ç”¨å®ƒå¹¶æŸ¥çœ‹ç”¨æˆ·ä¸–代表,请访问 %{application_settings_link_start}应用程åºè®¾ç½®%{application_settings_link_end}。"
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr "为了进一步ä¿æŠ¤æ‚¨çš„å¸æˆ·ï¼Œè¯·è€ƒè™‘é…置一个%{mfa_link_start}åŒé‡èº«ä»½éªŒè¯%{mfa_link_end}方法。"
@@ -25220,7 +25900,7 @@ msgid "To get started, please enter your Gitea Host URL and a %{link_to_personal
msgstr "首先,请您输入您的 Gitea æœåŠ¡å™¨åœ°å€å’Œä¸€ä¸ª %{link_to_personal_token}。"
msgid "To help improve GitLab and its user experience, GitLab will periodically collect usage information."
-msgstr "为了帮助改进 GitLab åŠå…¶ç”¨æˆ·ä½“验, GitLab 将定期收集使用信æ¯ã€‚"
+msgstr "为了帮助改进GitLabåŠæå‡ç”¨æˆ·ä½“验, GitLab将定期收集使用信æ¯ã€‚"
msgid "To help improve GitLab, we would like to periodically collect usage information. This can be changed at any time in %{settings_link_start}Settings%{link_end}. %{info_link_start}More Information%{link_end}"
msgstr "为了帮助改进GitLab,我们希望定期收集使用信æ¯ã€‚è¿™å¯ä»¥é€šè¿‡ %{settings_link_start}设置%{link_end}éšæ—¶æ›´æ”¹ã€‚ %{info_link_start}更多信æ¯%{link_end}"
@@ -25241,13 +25921,13 @@ msgid "To move or copy an entire GitLab project from another GitLab installation
msgstr "如需将整个GitLab项目从å¦ä¸€ä¸ªGitLabæœåŠ¡å™¨ç§»åŠ¨æˆ–å¤åˆ¶åˆ°æ­¤æœåŠ¡å™¨ï¼Œè¯·è®¿é—®åŽŸé¡¹ç›®çš„设置页é¢ï¼Œç”Ÿæˆå¯¼å‡ºæ–‡ä»¶ï¼Œç„¶åŽåœ¨æ­¤å¤„上载。"
msgid "To only use CI/CD features for an external repository, choose %{strong_open}CI/CD for external repo%{strong_close}."
-msgstr ""
+msgstr "如需外部仓库仅使用CI/CD功能时,请选择%{strong_open}使用外部仓库è¿è¡ŒCI/CD%{strong_close}。"
msgid "To open Jaeger and easily view tracing from GitLab, link the %{link} page to your server"
msgstr "请将%{link} 页é¢è¿žæŽ¥åˆ°æ‚¨çš„ Jaeger æœåŠ¡å™¨ï¼Œä»¥ä¾¿åœ¨ GitLab 打开并轻æ¾æŸ¥çœ‹è·Ÿè¸ª"
msgid "To preserve performance only %{strong_open}%{display_size} of %{real_size}%{strong_close} files are displayed."
-msgstr ""
+msgstr "为了ä¿è¯æ€§èƒ½ï¼Œä»…显示文件中的总计%{strong_open}%{real_size}中的%{display_size}%{strong_close}。"
msgid "To protect this issue's confidentiality, %{forkLink} and set the fork's visibility to private."
msgstr "为了ä¿è¯æ­¤è®®é¢˜çš„机密性,%{forkLink}并将派生项目的å¯è§æ€§è®¾ç½®ä¸ºç§æœ‰ã€‚"
@@ -25286,9 +25966,15 @@ msgid "To start serving your jobs you can either add specific Runners to your pr
msgstr "è¦å¼€å§‹ä½¿ç”¨ä½œä¸šï¼Œæ‚¨å¯ä»¥å‘项目添加指定Runner或使用共享Runner"
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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
+msgstr "è¦æŸ¥çœ‹æ‰€æœ‰%{scannedResourcesCount}已扫æçš„URL,请下载CSV文件"
+
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
msgstr ""
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
@@ -25301,7 +25987,7 @@ msgid "To widen your search, change or remove filters."
msgstr "需è¦æ‰©å¤§æœç´¢èŒƒå›´ï¼Œè¯·æ›´æ”¹æˆ–移除过滤æ¡ä»¶ã€‚"
msgid "To-Do"
-msgstr ""
+msgstr "待办事项"
msgid "To-Do List"
msgstr "待办事项列表"
@@ -25312,9 +25998,6 @@ msgstr "待办事项已æˆåŠŸæ ‡è®°ä¸ºå·²å®Œæˆã€‚"
msgid "Today"
msgstr "今日"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr "切æ¢Markdown预览"
@@ -25375,6 +26058,9 @@ msgstr "åˆ‡æ¢ :%{name}: 表情符å·èµžèµã€‚"
msgid "Toggles :%{name}: emoji award."
msgstr "åˆ‡æ¢ :%{name}: 表情符å·èµžèµã€‚"
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr "明日"
@@ -25397,7 +26083,7 @@ msgid "Total Contributions"
msgstr "贡献总计"
msgid "Total Score"
-msgstr ""
+msgstr "总分"
msgid "Total artifacts size: %{total_size}"
msgstr "所有产物大å°ï¼š %{total_size}"
@@ -25421,7 +26107,7 @@ msgid "Total: %{total}"
msgstr "总计:%{total}"
msgid "TotalRefCountIndicator|1000+"
-msgstr ""
+msgstr "1000+"
msgid "Trace"
msgstr "跟踪"
@@ -25442,7 +26128,7 @@ msgid "Track your project with Audit Events."
msgstr "使用审计事件跟踪您的项目。"
msgid "Transfer"
-msgstr ""
+msgstr "转移"
msgid "Transfer ownership"
msgstr "转移所有æƒ"
@@ -25517,6 +26203,9 @@ msgid "Trigger"
msgstr "触å‘器"
msgid "Trigger cluster reindexing"
+msgstr "触å‘集群é‡å»ºç´¢å¼•"
+
+msgid "Trigger manual job"
msgstr ""
msgid "Trigger pipelines for mirror updates"
@@ -25529,7 +26218,7 @@ msgid "Trigger removed."
msgstr "触å‘器已删除。"
msgid "Trigger repository check"
-msgstr ""
+msgstr "触å‘仓库检查"
msgid "Trigger this manual action"
msgstr "触å‘此手动æ“作"
@@ -25588,9 +26277,18 @@ msgstr "关闭"
msgid "Turn On"
msgstr "å¼€å¯"
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr "å¯ç”¨æœåŠ¡å°"
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr "Twitter"
@@ -25606,12 +26304,24 @@ msgstr "åŒé‡è®¤è¯"
msgid "Two-factor Authentication Recovery codes"
msgstr "åŒé‡è®¤è¯æ¢å¤ç "
-msgid "Two-factor Authentication has been disabled for this user"
-msgstr "此用户已ç¦ç”¨åŒé‡è®¤è¯"
-
msgid "Two-factor authentication"
msgstr "åŒé‡è®¤è¯"
+msgid "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 "Type"
msgstr "类型"
@@ -25685,7 +26395,7 @@ msgid "Unable to generate new instance ID"
msgstr "无法生æˆæ–°çš„实例 ID"
msgid "Unable to load commits. Try again later."
-msgstr ""
+msgstr "无法加载æ交。请ç¨åŽå†è¯•ã€‚"
msgid "Unable to load file contents. Try again later."
msgstr "无法加载文件内容。ç¨åŽå†è¯•ã€‚"
@@ -25736,7 +26446,7 @@ msgid "Unassign from commenting user"
msgstr "å–消分é…给评论用户"
msgid "Unassigned"
-msgstr ""
+msgstr "未分é…"
msgid "Unblock"
msgstr "解除ç¦ç”¨"
@@ -25792,8 +26502,8 @@ msgstr "解é”"
msgid "Unlock the discussion"
msgstr "解é”讨论"
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
-msgstr "解é”æ­¤%{issuableDisplayName}å—?解é”åŽ<strong>所有人</strong>都将å¯ä»¥å‘表评论。"
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
+msgstr ""
msgid "Unlocked"
msgstr "未é”定"
@@ -25882,6 +26592,9 @@ msgstr "传入了ä¸æ”¯æŒçš„待办事项类型。支æŒçš„待办事项类型为
msgid "Until"
msgstr "直到"
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "未验è¯"
@@ -25898,7 +26611,7 @@ msgid "Update"
msgstr "æ›´æ–°"
msgid "Update %{sourcePath} file"
-msgstr ""
+msgstr "更新%{sourcePath}文件"
msgid "Update all"
msgstr "全部更新"
@@ -25963,14 +26676,11 @@ msgstr "更新于"
msgid "Updated %{updated_at} by %{updated_by}"
msgstr "由%{updated_by}更新于%{updated_at}"
-msgid "Updated at"
-msgstr "更新于"
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr "已更新至%{linkStart}chart v%{linkEnd}"
msgid "Updates"
-msgstr ""
+msgstr "æ›´æ–°"
msgid "Updating"
msgstr "更新中"
@@ -25979,10 +26689,10 @@ msgid "Upgrade plan to unlock Canary Deployments feature"
msgstr "å‡çº§åˆ°å¯ä½¿ç”¨é‡‘ä¸é›€éƒ¨ç½²åŠŸèƒ½çš„方案"
msgid "Upgrade your plan"
-msgstr ""
+msgstr "å‡çº§ä½ çš„计划"
msgid "Upgrade your plan to activate Advanced Search."
-msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨é«˜çº§æœç´¢ã€‚"
+msgstr ""
msgid "Upgrade your plan to activate Audit Events."
msgstr "å‡çº§æ‚¨çš„订阅计划以激活审计事件。"
@@ -25991,7 +26701,7 @@ msgid "Upgrade your plan to activate Group Webhooks."
msgstr "å‡çº§æ‚¨çš„订阅计划以å¯ç”¨ç¾¤ç»„Webhook。"
msgid "Upgrade your plan to enable this feature of the Jira Integration."
-msgstr ""
+msgstr "å‡çº§æ‚¨çš„计划以å¯ç”¨æ­¤Jira集æˆåŠŸèƒ½ã€‚"
msgid "Upgrade your plan to improve Issue boards."
msgstr "å‡çº§æ‚¨çš„订阅计划以使用增强的议题看æ¿ã€‚"
@@ -26000,7 +26710,7 @@ msgid "Upgrade your plan to improve Merge Requests."
msgstr "å‡çº§æ‚¨çš„订阅计划以使用增强的åˆå¹¶è¯·æ±‚。"
msgid "Upload %{code_open}GoogleCodeProjectHosting.json%{code_close} here:"
-msgstr ""
+msgstr "在这里上传%{code_open}GoogleCodeProjectHosting.json%{code_close}:"
msgid "Upload CSV file"
msgstr "上传CSV文件"
@@ -26042,7 +26752,7 @@ msgid "Uploads"
msgstr "上传"
msgid "Upon performing this action, the contents of this group, its subgroup and projects will be permanently removed after %{deletion_adjourned_period} days on %{date}. Until that time:"
-msgstr ""
+msgstr "执行此æ“作åŽï¼Œè¯¥ç¾¤ç»„,其å­ç»„和项目的内容将于%{deletion_adjourned_period}天åŽåœ¨%{date}永久删除。到那时之å‰ï¼š"
msgid "Upstream"
msgstr "上游"
@@ -26056,8 +26766,8 @@ msgstr "顶"
msgid "Usage"
msgstr "使用情况"
-msgid "Usage ping is not enabled"
-msgstr "使用情况检测(usage ping)未å¯ç”¨"
+msgid "Usage ping is off"
+msgstr ""
msgid "Usage statistics"
msgstr "使用情况统计"
@@ -26078,7 +26788,7 @@ msgid "UsageQuota|Current period usage"
msgstr "当å‰å‘¨æœŸä½¿ç”¨é‡"
msgid "UsageQuota|Increase storage temporarily"
-msgstr ""
+msgstr "临时增加存储"
msgid "UsageQuota|LFS Objects"
msgstr "LFS对象"
@@ -26146,9 +26856,6 @@ msgstr ",您命å空间存储上é™æ€»è®¡%{formattedLimit}"
msgid "Use %{code_start}::%{code_end} to create a %{link_start}scoped label set%{link_end} (eg. %{code_start}priority::1%{code_end})"
msgstr "使用 %{code_start}::%{code_end} 创建 %{link_start}有范围标签集%{link_end} (例如 %{code_start}priority::1%{code_end})"
-msgid "Use %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr "在GitLab内部使用æœåŠ¡å°é€šè¿‡ç”µå­é‚®ä»¶ä¸Žç”¨æˆ·è”系(例如æ供客户支æŒï¼‰"
@@ -26200,14 +26907,11 @@ msgstr "用户 %{current_user_username} 已开始使用%{username}的身份"
msgid "User %{username} was successfully removed."
msgstr "用户 %{username} å·²æˆåŠŸåˆ é™¤ã€‚"
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr "用户世代表仅在å¯ç”¨ %{usage_ping_link_start}使用情况检测(usage ping)%{usage_ping_link_end} 时显示。"
-
msgid "User IDs"
msgstr "用户ID"
msgid "User List"
-msgstr ""
+msgstr "用户列表"
msgid "User OAuth applications"
msgstr "用户的 OAuth 应用程åº"
@@ -26246,7 +26950,7 @@ msgid "User restrictions"
msgstr "用户é™åˆ¶"
msgid "User settings"
-msgstr ""
+msgstr "用户设置"
msgid "User was successfully created."
msgstr "用户已æˆåŠŸåˆ›å»ºã€‚"
@@ -26261,55 +26965,55 @@ msgid "User was successfully updated."
msgstr "用户已æˆåŠŸæ›´æ–°ã€‚"
msgid "UserLists|Add"
-msgstr ""
+msgstr "添加"
msgid "UserLists|Add Users"
-msgstr ""
+msgstr "添加用户"
msgid "UserLists|Add users"
-msgstr ""
+msgstr "添加用户"
msgid "UserLists|Cancel"
-msgstr ""
+msgstr "å–消"
msgid "UserLists|Create"
-msgstr ""
+msgstr "创建"
msgid "UserLists|Define a set of users to be used within feature flag strategies"
-msgstr ""
+msgstr "定义在功能标志策略中使用的一组用户"
msgid "UserLists|Edit"
-msgstr ""
+msgstr "编辑"
msgid "UserLists|Edit %{name}"
-msgstr ""
+msgstr "编辑%{name}"
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 ""
+msgstr "输入一个逗å·åˆ†éš”的用户ID列表。这些ID应该是设置使用功能标志的系统的用户,而ä¸æ˜¯GitLab ID"
msgid "UserLists|Feature flag list"
-msgstr ""
+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 ""
+msgstr "列表å…许您定义一组用于功能标志的用户。 %{linkStart}阅读更多关于功能标志列表的信æ¯ã€‚%{linkEnd}"
msgid "UserLists|Name"
-msgstr ""
+msgstr "å称"
msgid "UserLists|New list"
-msgstr ""
+msgstr "新建列表"
msgid "UserLists|Save"
-msgstr ""
+msgstr "ä¿å­˜"
msgid "UserLists|There are no users"
-msgstr ""
+msgstr "没有用户"
msgid "UserLists|User ID"
-msgstr ""
+msgstr "用户ID"
msgid "UserLists|User IDs"
-msgstr ""
+msgstr "用户ID"
msgid "UserList|Delete %{name}?"
msgstr "删除%{name}å—?"
@@ -26446,9 +27150,15 @@ msgstr "超出许å¯è¯çš„用户数:"
msgid "Users requesting access to"
msgstr "请求访问的用户"
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr "具有访客角色的用户或ä¸å±žäºŽä»»ä½•é¡¹ç›®æˆ–群组的用户将ä¸è®¡å…¥ä½¿ç”¨ä¸­çš„用户数é‡ã€‚"
@@ -26482,6 +27192,9 @@ msgstr "有效期自"
msgid "Validate"
msgstr "验è¯"
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr "验è¯æ‚¨çš„GitLab CIé…置文件"
@@ -26507,15 +27220,18 @@ msgid "Value Stream Analytics gives an overview of how much time it takes to go
msgstr "价值æµåˆ†æžæ¦‚述了项目从想法到产å“实现的å„阶段所需的时间。"
msgid "Value Stream Name"
-msgstr ""
+msgstr "价值æµå称"
msgid "ValueStreamAnalytics|%{days}d"
msgstr "%{days}天"
msgid "ValueStreamAnalytics|Median time from first commit to issue closed."
-msgstr ""
+msgstr "从首个æ交到议题关闭的中ä½æ•°æ—¶é—´ã€‚"
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
+msgstr "从议题创建到关闭的中ä½æ•°æ—¶é—´ã€‚"
+
+msgid "ValueStream|The Default Value Stream cannot be deleted"
msgstr ""
msgid "Variable"
@@ -26560,6 +27276,12 @@ msgstr "验è¯é…ç½®"
msgid "Version"
msgstr "版本"
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr "查看文档"
@@ -26641,13 +27363,13 @@ msgid "View log"
msgstr "查看日志"
msgid "View merge request"
-msgstr ""
+msgstr "查看åˆå¹¶è¯·æ±‚"
msgid "View open merge request"
msgstr "查看待处ç†çš„åˆå¹¶è¯·æ±‚"
msgid "View page @ "
-msgstr ""
+msgstr "查看页é¢@ "
msgid "View performance dashboard."
msgstr "查看性能仪表æ¿ã€‚"
@@ -26760,6 +27482,9 @@ msgstr "æ¼æ´ž"
msgid "Vulnerabilities over time"
msgstr "æ¼æ´žè¶‹åŠ¿å›¾"
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr "æ¼æ´žå·²ä¿®è¡¥ã€‚置为解决之å‰è¯·å…ˆè¿›è¡Œå®¡æ ¸ã€‚"
@@ -26791,7 +27516,7 @@ msgid "VulnerabilityManagement|Confirmed %{timeago} by %{user}"
msgstr "%{timeago}由%{user}确认"
msgid "VulnerabilityManagement|Could not process %{issueReference}: %{errorMessage}."
-msgstr ""
+msgstr "无法处ç†%{issueReference}: %{errorMessage}。"
msgid "VulnerabilityManagement|Detected %{timeago} in pipeline %{pipelineLink}"
msgstr "%{timeago}在æµæ°´çº¿%{pipelineLink}中检测到"
@@ -26821,10 +27546,7 @@ msgid "VulnerabilityManagement|Something went wrong while trying to save the com
msgstr "试图ä¿å­˜è¯„论时出错。请ç¨åŽå†è¯•ã€‚"
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
-msgstr ""
-
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr "出错了,无法创建议题。"
+msgstr "å°è¯•å–消与议题的链接时出错。请ç¨åŽå†è¯•ã€‚"
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr "出错了,无法读å–用户。"
@@ -26839,7 +27561,7 @@ msgid "VulnerabilityManagement|Will not fix or a false-positive"
msgstr "å°†ä¸ä¿®å¤æˆ–为误报"
msgid "VulnerabilityManagement|invalid issue link or ID"
-msgstr ""
+msgstr "无效的议题链接或ID"
msgid "VulnerabilityStatusTypes|All"
msgstr "全部"
@@ -26863,7 +27585,7 @@ msgid "Vulnerability|Class"
msgstr "类型"
msgid "Vulnerability|Comments"
-msgstr ""
+msgstr "注释"
msgid "Vulnerability|Crash Address"
msgstr "崩溃地å€"
@@ -26878,7 +27600,7 @@ msgid "Vulnerability|File"
msgstr "文件"
msgid "Vulnerability|Identifier"
-msgstr ""
+msgstr "标识"
msgid "Vulnerability|Identifiers"
msgstr "标识"
@@ -26899,13 +27621,13 @@ msgid "Vulnerability|Project"
msgstr "项目"
msgid "Vulnerability|Request"
-msgstr ""
+msgstr "请求"
msgid "Vulnerability|Response"
-msgstr ""
+msgstr "å“应"
msgid "Vulnerability|Scanner"
-msgstr ""
+msgstr "扫æ工具"
msgid "Vulnerability|Scanner Provider"
msgstr "扫æ工具æ供者"
@@ -26967,8 +27689,8 @@ msgstr "我们建议您购买更多的æµæ°´çº¿åˆ†é’Ÿæ•°ï¼Œä»¥æ¢å¤æ­£å¸¸æœåŠ¡
msgid "We sent you an email with reset password instructions"
msgstr "我们å‘é€äº†ä¸€å°å¸¦æœ‰é‡ç½®å¯†ç ä¿¡æ¯çš„电å­é‚®ä»¶"
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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 "我们å°è¯•äºŽ%{expires_on}自动将%{strong}%{namespace_name}%{strong_close}çš„%{strong}%{plan_name}%{strong_close}订阅进行更新,但是出现了问题。因此您的订阅已é™çº§ä¸ºå…费计划。ä¸ç”¨æ‹…心,您的数æ®æ˜¯å®‰å…¨çš„。我们建议您检查付款方å¼å¹¶ä¸Žæˆ‘们的支æŒå›¢é˜Ÿè”ç³»(%{support_link})。他们将很会å助您完æˆç»­è®¢ã€‚"
+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 "我们è¦ç¡®å®šæ‚¨æ˜¯ä¸æ˜¯æœºå™¨äººã€‚"
@@ -27004,7 +27726,7 @@ msgid "Webhooks"
msgstr "Webhooks"
msgid "Webhooks Help"
-msgstr ""
+msgstr "Webhooks帮助"
msgid "Webhooks allow you to trigger a URL if, for example, new code is pushed or a new issue is created. You can configure webhooks to listen for specific events like pushes, issues or merge requests. Group webhooks will apply to all projects in a group, allowing you to standardize webhook functionality across your entire group."
msgstr "如果有新的推é€æˆ–新的议题,Webhook将自动触å‘您设置URL。 您å¯ä»¥é…ç½® Webhook æ¥ç›‘å¬ç‰¹å®šäº‹ä»¶ï¼Œå¦‚推é€ã€è®®é¢˜æˆ–åˆå¹¶è¯·æ±‚。 群组 Webhook 适用于群组中的所有项目,便于您在整个群组中标准化webhook功能。"
@@ -27012,6 +27734,90 @@ msgstr "如果有新的推é€æˆ–新的议题,Webhook将自动触å‘您设置UR
msgid "Webhooks have moved. They can now be found under the Settings menu."
msgstr "Webhook设置已移动。现在å¯ä»¥åœ¨è®¾ç½®èœå•ä¸­æ‰¾åˆ°ã€‚"
+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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr "星期三"
@@ -27033,30 +27839,33 @@ msgstr "欢迎回æ¥ï¼æ‚¨çš„å¸æˆ·ä¹‹å‰å› ä¸ºæ²¡æœ‰æ´»åŠ¨è€Œè¢«å†»ç»“,但目
msgid "Welcome to GitLab"
msgstr "欢迎æ¥åˆ°GitLab"
-msgid "Welcome to GitLab %{name}!"
-msgstr "欢迎使用GitLab,%{name}ï¼"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
+msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr "欢迎使用GitLab,%{first_name}ï¼"
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr "欢迎æ¥åˆ°GitLab导览"
msgid "Welcome to your Issue Board!"
msgstr "欢迎使用议题看æ¿"
-msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
+msgid "Welcome to your issue board!"
msgstr ""
+msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
+msgstr "我们一直在改进%{featureName}功能。我们欢迎您通过%{linkStart}此议题%{linkEnd}æä¾›å馈,以帮助我们改善用户体验。"
+
msgid "What are you searching for?"
msgstr "您正在æœç´¢ä»€ä¹ˆï¼Ÿ"
msgid "What describes you best?"
msgstr "如何形容您最åˆé€‚?"
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr "您的体验水平是多少?"
@@ -27083,7 +27892,7 @@ msgid_plural "When these merge requests are accepted"
msgstr[0] "当åˆå¹¶è¯·æ±‚被接å—æ—¶"
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 ""
+msgstr "使用%{code_open}http://%{code_close}或%{code_open}https://%{code_close}å议时,请æ供仓库的实际地å€ã€‚ä¸æ”¯æŒHTTPé‡å®šå‘。"
msgid "When:"
msgstr "当:"
@@ -27146,7 +27955,7 @@ msgid "WikiEmptyIssueMessage|issue tracker"
msgstr "议题跟踪"
msgid "WikiEmpty| Have a Confluence wiki already? Use that instead."
-msgstr ""
+msgstr "å·²ç»æœ‰Confluence Wiki?å¯ä»¥ç›´æŽ¥ä½¿ç”¨ã€‚"
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 "您å¯ä»¥ä½¿ç”¨Wikiæ述您的群组信æ¯ï¼Œä¾‹å¦‚:创建该群组的原因ã€ç¾¤ç»„的原则或者群组的使用说明等等。"
@@ -27155,16 +27964,16 @@ msgid "WikiEmpty|A wiki is where you can store all the details about your projec
msgstr "您å¯ä»¥ä½¿ç”¨ Wiki æ¥ä¿å­˜é¡¹ç›®çš„详细信æ¯ï¼Œä¾‹å¦‚:创建该项目的原因, 项目的原ç†åŠé¡¹ç›®çš„使用说明等等。"
msgid "WikiEmpty|Confluence is enabled"
-msgstr ""
+msgstr "Confluenceèžåˆå·²å¯ç”¨"
msgid "WikiEmpty|Create your first page"
msgstr "创建您的第一个页é¢"
msgid "WikiEmpty|Enable the Confluence Wiki integration"
-msgstr ""
+msgstr "å¯ç”¨Conflence Wiki集æˆ"
msgid "WikiEmpty|Go to Confluence"
-msgstr ""
+msgstr "转到Confluence"
msgid "WikiEmpty|Suggest wiki improvement"
msgstr "Wiki 改进建议"
@@ -27188,7 +27997,7 @@ msgid "WikiEmpty|You must be a project member in order to add wiki pages."
msgstr "åªæœ‰é¡¹ç›®æˆå‘˜æ‰å¯ä»¥æ·»åŠ  Wiki 页é¢ã€‚"
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 ""
+msgstr "您已å¯ç”¨Confluence Workspace集æˆã€‚您的Wikiå°†å¯ç›´æŽ¥åœ¨Confluence中查看。我们正在努力将Confluenceæ›´æ— ç¼åœ°é›†æˆåˆ°GitLab中。如果您想了解最新信æ¯ï¼Œè¯·å…³æ³¨æˆ‘们的%{wiki_confluence_epic_link_start}Confluenceå²è¯—%{wiki_confluence_epic_link_end}。"
msgid "WikiHistoricalPage|This is an old version of this page."
msgstr "这是此页é¢çš„过期版本。"
@@ -27209,7 +28018,7 @@ msgid "WikiMarkdownDocs|documentation"
msgstr "文档"
msgid "WikiMarkdownTip|To link to a (new) page, simply type %{link_example}"
-msgstr ""
+msgstr "è¦é“¾æŽ¥åˆ°(æ–°)页é¢ï¼Œåªéœ€é”®å…¥%{link_example}"
msgid "WikiNewPageTip|Tip: You can specify the full path for the new file. We will automatically create any missing directories."
msgstr "æ示:您å¯ä»¥æŒ‡å®šæ–°æ–‡ä»¶çš„完整路径。我们将自动创建完整的目录。"
@@ -27239,7 +28048,7 @@ msgid "WikiPage|Write your content or drag files here…"
msgstr "在这里编写您的内容或将文件拖动到此处..."
msgid "Wikis"
-msgstr ""
+msgstr "Wiki"
msgid "Wiki|Create New Page"
msgstr "创建新页é¢"
@@ -27281,7 +28090,7 @@ msgid "Will be created"
msgstr "将被创建"
msgid "Will be mapped to"
-msgstr ""
+msgstr "将被映射到"
msgid "Will deploy to"
msgstr "将部署到"
@@ -27302,7 +28111,7 @@ msgid "Work in progress Limit"
msgstr "“进行中â€é™åˆ¶"
msgid "Workflow Help"
-msgstr ""
+msgstr "工作æµå¸®åŠ©"
msgid "Write"
msgstr "编辑"
@@ -27338,7 +28147,7 @@ msgid "Yes, close issue"
msgstr "是的,关闭议题"
msgid "Yes, delete project"
-msgstr ""
+msgstr "是的,删除项目"
msgid "Yes, let me map Google Code users to full names or GitLab users."
msgstr "是的,让我将Google Code用户映射到全å或GitLab用户。"
@@ -27350,19 +28159,19 @@ msgid "You"
msgstr "您"
msgid "You already have pending todo for this alert"
-msgstr ""
+msgstr "您已有针对此警报的待处ç†çš„待办事项"
msgid "You are about to delete %{domain} from your instance. This domain will no longer be available to any Knative application."
msgstr "å³å°†ä»Žæ‚¨çš„实例中删除 %{domain}。此域å将无法å†ç”¨äºŽä»»ä½•Knorigin应用程åºã€‚"
msgid "You are about to permanently delete this project"
-msgstr ""
+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 "您å³å°†æŠŠå¸æˆ·æŽ§åˆ¶æƒè½¬ç§»åˆ°%{group_name}群组。此æ“作ä¸å¯æ’¤æ¶ˆï¼Œè½¬ç§»å®ŒæˆåŽï¼Œæ‚¨å°†æ— æ³•è®¿é—®%{group_name}以外的任何群组和项目。"
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 ""
+msgstr "您是管ç†å‘˜ï¼Œè¿™æ„味ç€èµ‹äºˆ%{client_name}æƒé™å°†å…许他们作为管ç†å‘˜æ¥å¯¹GitLab进行æ“作。请谨慎行事。"
msgid "You are attempting to delete a file that has been previously updated."
msgstr "您正在å°è¯•åˆ é™¤å…ˆå‰å·²æ›´æ–°çš„文件。"
@@ -27373,11 +28182,11 @@ msgstr "您正在å°è¯•æ›´æ–°çš„文件自您开始编辑以æ¥å·²ç»å‘生更改
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr "您已连接到PrometheusæœåŠ¡å™¨ï¼Œä½†å½“å‰æ²¡æœ‰æ•°æ®å¯æ˜¾ç¤ºã€‚"
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "您将删除%{group_name},这也将删除其所有å­ç¾¤ç»„和项目。删除的群组无法æ¢å¤ï¼ç¡®å®šç»§ç»­ï¼Ÿ"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
-msgstr "å°†è¦åˆ é™¤ %{project_full_name}。删除åŽå°†æ— æ³•æ¢å¤ï¼ç¡®å®šæ‰§è¡Œæ­¤æ“作?"
+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 "å³å°†åˆ é™¤ä¸Žæºé¡¹ç›®%{project_full_name}的派生关系。确定继续å—?"
@@ -27385,6 +28194,12 @@ msgstr "å³å°†åˆ é™¤ä¸Žæºé¡¹ç›®%{project_full_name}的派生关系。确定继ç
msgid "You are going to transfer %{project_full_name} to another owner. Are you ABSOLUTELY sure?"
msgstr "å°†è¦æŠŠ %{project_full_name} 转移给å¦ä¸€ä¸ªæ‰€æœ‰è€…。确定执行此æ“作?"
+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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr "您无æƒæŽ¨é€åˆ°æ­¤åˆ†æ”¯ã€‚请创建一个新的分支或开å¯åˆå¹¶è¯·æ±‚。"
@@ -27394,6 +28209,9 @@ msgstr "您ä¸èƒ½å–消与主登录å¸æˆ·çš„å…³è”"
msgid "You are not authorized to perform this action"
msgstr "您无æƒæ‰§è¡Œæ­¤æ“作"
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr "您正在使用%{username}的身份"
@@ -27407,7 +28225,7 @@ msgid "You are trying to upload something other than an image. Please upload a .
msgstr "您正在å°è¯•ä¸Šä¼ éžå›¾ç‰‡æ–‡ä»¶ã€‚请上传.pngã€.jpgã€.jpegã€.gifã€.bmpã€.tiff或.ico。"
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 ""
+msgstr "您正在使用PostgreSQL %{pg_version_current},但此版本的GitLab需è¦PostgreSQL %{pg_version_minimum}。请将您的环境å‡çº§åˆ°æ”¯æŒçš„ PostgreSQL版本,详情请è§%{pg_requirements_url}。"
msgid "You can %{linkStart}view the blob%{linkEnd} instead."
msgstr "您å¯ä»¥ %{linkStart}查看BLOB%{linkEnd} 代替。"
@@ -27430,9 +28248,6 @@ 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 project access tokens to authenticate against Git over HTTP."
-msgstr "您还å¯ä»¥ä½¿ç”¨é¡¹ç›®è®¿é—®ä»¤ç‰Œé€šè¿‡HTTP进行Git验è¯ã€‚"
-
msgid "You can always edit this later"
msgstr "您也å¯ä»¥ç¨åŽç¼–辑此选项。"
@@ -27440,10 +28255,10 @@ msgid "You can apply your Trial to your Personal account or create a New Group."
msgstr "您å¯ä»¥åœ¨æ‚¨çš„个人å¸æˆ·è¯•ç”¨æˆ–创建新群组试用。"
msgid "You can create a new one or check them in your %{pat_link_start}personal access tokens%{pat_link_end} settings"
-msgstr ""
+msgstr "您å¯ä»¥åœ¨%{pat_link_start}个人访问令牌%{pat_link_end}设置中创建新的令牌或检查现有的令牌。"
msgid "You can create a new one or check them in your personal access tokens settings %{pat_link}"
-msgstr ""
+msgstr "您å¯ä»¥åœ¨ä¸ªäººè®¿é—®ä»¤ç‰Œè®¾ç½®%{pat_link}中创建新的访问令牌或检查现有的令牌。"
msgid "You can create new ones at your %{pat_link_start}Personal Access Tokens%{pat_link_end} settings"
msgstr "您å¯ä»¥åœ¨%{pat_link_start}个人访问令牌%{pat_link_end}设置中创建新的令牌"
@@ -27466,14 +28281,14 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
-msgstr "邀请新æˆå‘˜æˆ–å¦ä¸€ä¸ªç¾¤ç»„加入<strong>%{project_name}</strong>。"
+msgid "You can invite a new member to %{project_name} or invite another group."
+msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
-msgstr "邀请新æˆå‘˜åŠ å…¥<strong>%{project_name}</strong>。"
+msgid "You can invite a new member to %{project_name}."
+msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
-msgstr "您å¯ä»¥é‚€è¯·å¦ä¸€ä¸ªç¾¤ç»„加入<strong>%{project_name}</strong>。"
+msgid "You can invite another group to %{project_name}."
+msgstr ""
msgid "You can move around the graph by using the arrow keys."
msgstr "å¯ä»¥ä½¿ç”¨æ–¹å‘键移动图形。"
@@ -27509,7 +28324,7 @@ msgid "You can only upload one design when dropping onto an existing design."
msgstr "通过拖放到现有设计的方å¼ï¼Œæ‚¨æ¯æ¬¡åªèƒ½ä¸Šä¼ ä¸€ä¸ªè®¾è®¡ã€‚"
msgid "You can recover this project until %{date}"
-msgstr ""
+msgstr "您å¯ä»¥åœ¨%{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 "您å¯ä»¥ä½¿ç”¨äº¤äº’模å¼ï¼Œé€šè¿‡é€‰æ‹© %{use_ours} 或 %{use_theirs} 按钮æ¥è§£å†³åˆå¹¶å†²çªã€‚也å¯ä»¥é€šè¿‡ç›´æŽ¥ç¼–辑文件æ¥è§£å†³åˆå¹¶å†²çªã€‚然åŽå°†è¿™äº›æ›´æ”¹æ交到 %{branch_name}"
@@ -27556,11 +28371,11 @@ msgstr "您ä¸èƒ½å†™å…¥è¿™ä¸ªåªè¯»çš„ GitLab 实例。"
msgid "You could not create a new trigger."
msgstr "您无法创建新的触å‘器。"
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
-msgstr "您没有为%{strong}%{namespace_name}%{strong_close}续订%{strong}%{plan_name}%{strong_close}订阅,因此它已é™çº§ä¸ºå…费计划。"
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
-msgstr "您没有续订%{strong}%{plan_name}%{strong_close}订阅,因此它已é™çº§ä¸ºGitLab核心计划。"
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
+msgstr ""
msgid "You do not have an active license"
msgstr "您没有有效的许å¯è¯"
@@ -27608,7 +28423,7 @@ msgid "You don't have sufficient permission to perform this action."
msgstr "你没有足够的æƒé™æ¥æ‰§è¡Œæ­¤æ“作。"
msgid "You don't have write access to the source branch."
-msgstr ""
+msgstr "您没有对æºåˆ†æ”¯çš„写æƒé™ã€‚"
msgid "You don’t have access to Productivity Analytics in this group"
msgstr "您没有访问此群组效率分æžçš„æƒé™"
@@ -27626,22 +28441,22 @@ msgid "You have been granted %{access_level} access to the %{source_name} %{sour
msgstr "你已被授予 %{access_level} 访问 %{source_name} %{source_type} çš„æƒé™ã€‚"
msgid "You have been granted %{member_human_access} access to %{title} %{name}."
-msgstr ""
+msgstr "你已被授予访问%{title}%{name}çš„%{member_human_access}æƒé™ã€‚"
msgid "You have been invited"
-msgstr ""
+msgstr "您已被邀请"
msgid "You have been unsubscribed from this thread."
msgstr "您已å–消订阅该主题。"
msgid "You have declined the invitation to join %{title} %{name}."
-msgstr ""
+msgstr "您已拒ç»åŠ %{title}%{name}的邀请。"
msgid "You have imported from this project %{numberOfPreviousImports} times before. Each new import will create duplicate issues."
msgstr "您已从该项目导入%{numberOfPreviousImports} 次。æ¯æ¬¡å¯¼å…¥éƒ½ä¼šäº§ç”Ÿé‡å¤çš„议题。"
msgid "You have insufficient permissions to create a Todo for this alert"
-msgstr ""
+msgstr "您没有足够的æƒé™ä¸ºè¿™ä¸ªè­¦æŠ¥åˆ›å»ºå¾…办事项"
msgid "You have no permissions"
msgstr "没有æƒé™"
@@ -27677,7 +28492,7 @@ 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 ""
+msgstr "在创建派生之å‰ï¼Œæ‚¨å¿…须具有在群组中创建项目的æƒé™ã€‚"
msgid "You must have permission to create a project in a namespace before forking."
msgstr "在创建派生之å‰ï¼Œæ‚¨å¿…须具有在命å空间中创建项目的æƒé™ã€‚"
@@ -27772,6 +28587,9 @@ msgstr "在账å·ä¸­ %{set_password_link} 之å‰å°†æ— æ³•é€šè¿‡ %{protocol} 拉å
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr "在您的个人资料中添加SSH密钥之å‰ï¼Œæ‚¨ä¸èƒ½é€šè¿‡SSHæ¥æ‹‰å–或推é€é¡¹ç›®ä»£ç ã€‚"
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr "您将自动从当å‰å¸æˆ·é€€å‡ºã€‚"
@@ -27847,8 +28665,8 @@ msgstr "您的æ交电å­é‚®ä»¶å°†ç”¨äºŽåŸºäºŽwebçš„æ“作,例如编辑与åˆ
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr "如果没有设置%{openingTag}群组特定的电å­é‚®ä»¶åœ°å€%{closingTag} ,您的默认通知电å­é‚®ä»¶å°†ç”¨äºŽå¸æˆ·é€šçŸ¥ã€‚"
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
-msgstr "您的DevOps指数概述了从功能角度使用GitLabçš„æ–¹å¼ã€‚查看您与其他组织的比较,å‘现您未使用的功能,并通过åšå®¢æ–‡ç« å’Œç™½çš®ä¹¦äº†è§£æœ€ä½³å®žè·µã€‚"
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgstr ""
msgid "Your GPG keys (%{count})"
msgstr "您的GPG密钥 (%{count})"
@@ -27964,6 +28782,9 @@ 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 "您的实例中包å«%{remaining_user_count}个用户,而您的订阅中包å«%{total_user_count}个用户。您å¯ä»¥æ·»åŠ è¶…过许å¯è¯ä¸­åŒ…å«çš„用户数,我们将在您的下一份账å•ä¸­åŒ…括超é¢è´¹ç”¨ã€‚"
+msgid "Your instance has exceeded your subscription's licensed user count."
+msgstr ""
+
msgid "Your instance is approaching its licensed user count"
msgstr "您的实例å³å°†è¾¾åˆ°è®¸å¯ç”¨æˆ·æ•°"
@@ -27977,7 +28798,7 @@ msgid "Your license is valid from"
msgstr "您的许å¯è¯æœ‰æ•ˆæœŸè‡ª"
msgid "Your license will be included in your GitLab backup and will survive upgrades, so in normal usage you should never need to re-upload your %{code_open}.gitlab-license%{code_close} file."
-msgstr ""
+msgstr "您的许å¯è¯å°†åŒ…å«åœ¨æ‚¨çš„GitLab备份中,且å‡çº§åŽä¾ç„¶æœ‰æ•ˆï¼Œ 所以在正常使用中,您一般ä¸éœ€è¦é‡æ–°ä¸Šä¼ %{code_open}gitlab-license%{code_close}文件。"
msgid "Your message here"
msgstr "您的消æ¯æ˜¾ç¤ºäºŽæ­¤"
@@ -28004,7 +28825,7 @@ msgid "Your password reset token has expired."
msgstr "您的密ç é‡ç½®ä»¤ç‰Œå·²è¿‡æœŸã€‚"
msgid "Your personal access token has expired"
-msgstr ""
+msgstr "您的个人访问令牌已过期"
msgid "Your profile"
msgstr "个人资料"
@@ -28028,7 +28849,7 @@ msgid "Your search didn't match any commits."
msgstr "您的æœç´¢æ²¡æœ‰åŒ¹é…任何æ交。"
msgid "Your search didn't match any commits. Try a different query."
-msgstr ""
+msgstr "您的æœç´¢ä¸ŽæœªåŒ¹é…任何æ交。请å°è¯•å…¶ä»–查询。"
msgid "Your subscription expired!"
msgstr "您的订阅已过期ï¼"
@@ -28059,7 +28880,7 @@ msgid_plural "about %d hours"
msgstr[0] "约%då°æ—¶"
msgid "access:"
-msgstr ""
+msgstr "访问:"
msgid "activated"
msgstr "已激活"
@@ -28091,6 +28912,9 @@ msgstr "已与该群组分享"
msgid "among other things"
msgstr "åŠå…¶ä»–功能"
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr "åˆå¹¶è¯·æ±‚已有任æ„核准人(any-approver)"
@@ -28098,16 +28922,16 @@ msgid "any-approver for the project already exists"
msgstr "项目已有任æ„核准人(any-approver)"
msgid "approved by: "
-msgstr ""
+msgstr "已核准人: "
msgid "archived"
msgstr "已存档"
msgid "archived:"
-msgstr ""
+msgstr "存档:"
msgid "as %{role}."
-msgstr ""
+msgstr "作为%{role}。"
msgid "assign yourself"
msgstr "分é…给自己"
@@ -28146,7 +28970,7 @@ msgid "cannot block others"
msgstr "ä¸ä¼šé˜»å¡žå…¶ä»–"
msgid "cannot contain HTML/XML tags, including any word between angle brackets (&lt;,&gt;)."
-msgstr ""
+msgstr "ä¸èƒ½åŒ…å«HTML/XML标记,包括尖括å·(&lt;,&gt;)之间的任何文字。"
msgid "cannot include leading slash or directory traversal."
msgstr "ä¸èƒ½ä»¥æ–œçº¿å¼€å¤´æˆ–转到仓库以外目录。"
@@ -28158,19 +28982,19 @@ msgid "cannot merge"
msgstr "无法åˆå¹¶"
msgid "child-pipeline"
-msgstr ""
+msgstr "å­æµæ°´çº¿"
msgid "ciReport|%{degradedNum} degraded"
-msgstr ""
+msgstr "å·²é™ä½Ž%{degradedNum}"
msgid "ciReport|%{improvedNum} improved"
-msgstr ""
+msgstr "已改进%{improvedNum}"
msgid "ciReport|%{linkStartTag}Learn more about Container Scanning %{linkEndTag}"
msgstr "%{linkStartTag}了解更多有关容器安全扫æçš„ä¿¡æ¯ %{linkEndTag}"
msgid "ciReport|%{linkStartTag}Learn more about Coverage Fuzzing %{linkEndTag}"
-msgstr ""
+msgstr "%{linkStartTag}了解有关Coverage Fuzzing的更多信æ¯%{linkEndTag}"
msgid "ciReport|%{linkStartTag}Learn more about DAST %{linkEndTag}"
msgstr "%{linkStartTag}了解更多有关DAST %{linkEndTag}çš„ä¿¡æ¯"
@@ -28197,7 +29021,7 @@ msgid "ciReport|%{reportType}: Loading resulted in an error"
msgstr "%{reportType}:å‘生一个错误"
msgid "ciReport|%{sameNum} same"
-msgstr ""
+msgstr "相åŒ%{sameNum}"
msgid "ciReport|(errors when loading results)"
msgstr "(加载结果时出错)"
@@ -28212,7 +29036,7 @@ msgid "ciReport|All projects"
msgstr "所有项目"
msgid "ciReport|All scanners"
-msgstr ""
+msgstr "所有扫æ工具"
msgid "ciReport|All severities"
msgstr "全部严é‡çº§åˆ«"
@@ -28224,13 +29048,13 @@ msgid "ciReport|Base pipeline codequality artifact not found"
msgstr "找ä¸åˆ°åŸºå‡†æµæ°´çº¿ä»£ç è´¨é‡äº§ç‰©"
msgid "ciReport|Browser performance test metrics: "
-msgstr ""
+msgstr "æµè§ˆå™¨æ€§èƒ½æµ‹è¯•æŒ‡æ ‡: "
msgid "ciReport|Browser performance test metrics: No changes"
-msgstr ""
+msgstr "æµè§ˆå™¨æ€§èƒ½æµ‹è¯•æŒ‡æ ‡ï¼šæ— å˜åŒ–"
msgid "ciReport|Checks"
-msgstr ""
+msgstr "检查"
msgid "ciReport|Code quality"
msgstr "代ç è´¨é‡"
@@ -28245,13 +29069,13 @@ msgid "ciReport|Container scanning detects known vulnerabilities in your docker
msgstr "容器扫æå¯ä»¥æ£€æµ‹Dockeré•œåƒä¸­ä¸­å·²çŸ¥çš„安全æ¼æ´žã€‚"
msgid "ciReport|Coverage Fuzzing"
-msgstr "覆盖率模糊测试"
+msgstr "Coverage Fuzzing"
msgid "ciReport|Coverage Fuzzing Title"
-msgstr ""
+msgstr "Coverage Fuzzing标题"
msgid "ciReport|Coverage fuzzing"
-msgstr ""
+msgstr "Coverage Fuzzing"
msgid "ciReport|Create a merge request to implement this solution, or download and apply the patch manually."
msgstr "创建一个åˆå¹¶è¯·æ±‚æ¥æ‰§è¡Œè¿™ä¸ªè§£å†³æ–¹æ¡ˆï¼Œæˆ–者下载并手动应用补ä¸ã€‚"
@@ -28299,10 +29123,10 @@ msgid "ciReport|Learn more about interacting with security reports"
msgstr "了解更多关于与安全报告交互的信æ¯"
msgid "ciReport|Load performance test metrics: "
-msgstr ""
+msgstr "负载性能测试指标:"
msgid "ciReport|Load performance test metrics: No changes"
-msgstr ""
+msgstr "负载性能测试指标:无å˜åŒ–"
msgid "ciReport|Loading %{reportName} report"
msgstr "载入%{reportName} 报告"
@@ -28320,7 +29144,7 @@ msgid "ciReport|No code quality issues found"
msgstr "未å‘现代ç è´¨é‡é—®é¢˜"
msgid "ciReport|RPS"
-msgstr ""
+msgstr "RPS"
msgid "ciReport|Resolve with merge request"
msgstr "通过åˆå¹¶è¯·æ±‚解决"
@@ -28350,10 +29174,10 @@ msgid "ciReport|Static Application Security Testing (SAST) detects known vulnera
msgstr "é™æ€åº”用安全测试(SAST)å¯ä»¥æ£€æµ‹æºä»£ç ä¸­å·²çŸ¥çš„æ¼æ´žã€‚"
msgid "ciReport|TTFB P90"
-msgstr ""
+msgstr "TTFB P90"
msgid "ciReport|TTFB P95"
-msgstr ""
+msgstr "TTFB P95"
msgid "ciReport|There was an error creating the issue. Please try again."
msgstr "创建议题时å‘生错误。请å†è¯•ä¸€æ¬¡ã€‚"
@@ -28392,12 +29216,6 @@ msgstr "æ交 %{commit_id}"
msgid "committed"
msgstr "å·²æ交"
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr "å³å°†å…³é—­ç§å¯†æ€§ã€‚这将使得 <strong>所有用户</strong>都å¯ä»¥æŸ¥çœ‹å¹¶ä¸”评论当å‰è®®é¢˜ã€‚"
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr "å³å°†è®¾ç½®ç§å¯†æ€§ã€‚这将使得 <strong>至少有Reporter以上æƒé™</strong>的团队æˆå‘˜æ‰èƒ½æŸ¥çœ‹å¹¶ä¸”评论当å‰è®®é¢˜ã€‚"
-
msgid "connecting"
msgstr "连接中"
@@ -28451,7 +29269,7 @@ msgid "disabled"
msgstr "å·²ç¦ç”¨"
msgid "does not exist"
-msgstr ""
+msgstr "ä¸å­˜åœ¨"
msgid "does not have a supported extension. Only %{extension_list} are supported"
msgstr "当å‰æ‰©å±•åä¸æ”¯æŒã€‚åªæ”¯æŒ%{extension_list}"
@@ -28551,11 +29369,15 @@ msgstr "派生此项目"
msgid "from"
msgstr "æ¥è‡ª"
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr "群组"
msgid "group members"
-msgstr ""
+msgstr "群组æˆå‘˜"
msgid "groups"
msgstr "群组"
@@ -28564,13 +29386,13 @@ msgid "has already been linked to another vulnerability"
msgstr "å·²ç»é“¾æŽ¥åˆ°å¦ä¸€ä¸ªæ¼æ´ž"
msgid "has already been taken"
-msgstr "å·²ç»è¢«ä½¿ç”¨"
+msgstr "已被使用"
msgid "help"
msgstr "帮助"
msgid "http:"
-msgstr ""
+msgstr "http:"
msgid "https://your-bitbucket-server"
msgstr "https://your-bitbucket-server"
@@ -28596,9 +29418,6 @@ msgstr "在 %{link_to_group} 群组"
msgid "in project %{link_to_project}"
msgstr "在 %{link_to_project} 项目"
-msgid "index"
-msgstr "索引"
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] "实例已完æˆ"
@@ -28631,7 +29450,7 @@ msgid "is not"
msgstr "ä¸æ˜¯"
msgid "is not a descendant of the Group owning the template"
-msgstr "ä¸æ˜¯æ‹¥æœ‰æ¨¡æ¿çš„组的å­æˆå‘˜"
+msgstr "相关群组ä¸å«æ¨¡ç‰ˆ"
msgid "is not a valid X509 certificate."
msgstr "ä¸æ˜¯æœ‰æ•ˆçš„X509è¯ä¹¦ã€‚"
@@ -28639,6 +29458,9 @@ msgstr "ä¸æ˜¯æœ‰æ•ˆçš„X509è¯ä¹¦ã€‚"
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr "ä¸è¢«å…许。请使用其他电å­é‚®ä»¶åœ°å€é‡è¯•ï¼Œæˆ–与您的GitLab管ç†å‘˜è”系。"
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr "ä¸æ˜¯æ‚¨è‡ªå·±çš„电å­é‚®ä»¶"
@@ -28688,7 +29510,7 @@ msgid "jigsaw is not defined"
msgstr "拼图未定义"
msgid "last commit:"
-msgstr ""
+msgstr "最åŽæ交:"
msgid "latest"
msgstr "最新"
@@ -28718,7 +29540,7 @@ msgid "loading"
msgstr "加载中"
msgid "locked"
-msgstr ""
+msgstr "å·²é”定"
msgid "locked by %{path_lock_user_name} %{created_at}"
msgstr "被 %{path_lock_user_name} 在 %{created_at} é”定"
@@ -28740,10 +29562,10 @@ msgid_plural "merge requests"
msgstr[0] "åˆå¹¶è¯·æ±‚"
msgid "merged %{timeAgo}"
-msgstr ""
+msgstr "åˆå¹¶äºŽ%{timeAgo}"
msgid "metric_id must be unique across a project"
-msgstr ""
+msgstr "metric_id必须是整个项目唯一的"
msgid "missing"
msgstr "丢失"
@@ -28787,9 +29609,15 @@ msgstr "%{metricsLinkStart} 内存 %{metricsLinkEnd} å ç”¨ %{emphasisStart} æ— 
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
msgstr "当å‰%{prefixToLinkStart}æ— æµæ°´çº¿%{prefixToLinkEnd},å¯é€šè¿‡%{addPipelineLinkStart}添加.gitlab-ci.yml æ–‡%{addPipelineLinkEnd}æ¥åˆ›å»ºä¸€ä¸ªã€‚"
+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"
msgstr "已被添加到åˆå¹¶é˜Ÿåˆ—,添加者:"
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr "å…许具有åˆå¹¶åˆ°ç›®æ ‡åˆ†æ”¯æƒé™çš„æˆå‘˜æ交"
@@ -28802,6 +29630,9 @@ msgstr "检索此åˆå¹¶è¯·æ±‚的核准数æ®æ—¶å‘生错误。"
msgid "mrWidget|An error occurred while submitting your approval."
msgstr "æ交批准时å‘生错误。"
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr "批准密ç æ— æ•ˆ"
@@ -28818,7 +29649,7 @@ msgid "mrWidget|Are you adding technical debt or code vulnerabilities?"
msgstr "您会增加技术债务或引入代ç æ¼æ´žå—?"
msgid "mrWidget|Before this can be merged, one or more threads must be resolved."
-msgstr ""
+msgstr "必须解决一个或多个主题åŽæ­¤åˆå¹¶è¯·æ±‚æ‰å¯ä»¥åˆå¹¶ã€‚"
msgid "mrWidget|Cancel automatic merge"
msgstr "å–消自动åˆå¹¶"
@@ -28827,7 +29658,7 @@ msgid "mrWidget|Check out branch"
msgstr "检出分支"
msgid "mrWidget|Checking if merge request can be merged…"
-msgstr ""
+msgstr "正在检查åˆå¹¶è¯·æ±‚是å¦å¯ä»¥åˆå¹¶â€¦"
msgid "mrWidget|Cherry-pick"
msgstr "拣选"
@@ -28866,7 +29697,7 @@ msgid "mrWidget|Fork merge requests do not create merge request pipelines which
msgstr "派生åˆå¹¶è¯·æ±‚无法创建验è¯åˆå¹¶ç»“果的åˆå¹¶è¯·æ±‚æµæ°´çº¿"
msgid "mrWidget|Fork project merge requests do not create merge request pipelines that validate a post merge result unless invoked by a project member."
-msgstr ""
+msgstr "除éžç”±é¡¹ç›®æˆå‘˜å¯åŠ¨ï¼Œæ´¾ç”Ÿé¡¹ç›®åˆå¹¶è¯·æ±‚ä¸ä¼šåˆ›å»ºå¯éªŒè¯åˆå¹¶è¯·æ±‚结果的åˆå¹¶è¯·æ±‚æµæ°´çº¿ã€‚"
msgid "mrWidget|If the %{branch} branch exists in your local repository, you can merge this merge request manually using the"
msgstr "如果 %{branch} 分支存在于本地仓库中,则å¯ä»¥æ‰‹åŠ¨åˆå¹¶è¯¥åˆå¹¶è¯·æ±‚。需使用"
@@ -28874,17 +29705,14 @@ msgstr "如果 %{branch} 分支存在于本地仓库中,则å¯ä»¥æ‰‹åŠ¨åˆå¹¶è
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr "如果 %{missingBranchName} 分支存在于本地仓库中,则å¯ä»¥é€šè¿‡ä»¥ä¸‹å‘½ä»¤è¡Œæ‰‹åŠ¨åˆå¹¶è¯¥åˆå¹¶è¯·æ±‚。"
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr "在åˆå¹¶é˜Ÿåˆ—的第%{mergeTrainPosition}ä½"
-
msgid "mrWidget|Jump to first unresolved thread"
-msgstr ""
+msgstr "跳转到第一个未解决的主题"
msgid "mrWidget|Loading deployment statistics"
msgstr "加载部署统计信æ¯ä¸­"
msgid "mrWidget|Mark as ready"
-msgstr ""
+msgstr "标记为已就绪"
msgid "mrWidget|Mentions"
msgstr "æåŠ"
@@ -28910,12 +29738,6 @@ msgstr "åˆå¹¶è€…:"
msgid "mrWidget|More information"
msgstr "更多信æ¯"
-msgid "mrWidget|No approval required"
-msgstr "无需核准"
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr "无需核准;但您ä»ç„¶å¯ä»¥æ ¸å‡†"
-
msgid "mrWidget|Open in Web IDE"
msgstr "在Web IDE中打开"
@@ -28944,7 +29766,7 @@ msgid "mrWidget|Request to merge"
msgstr "请求åˆå¹¶"
msgid "mrWidget|Resolve all threads in new issue"
-msgstr ""
+msgstr "在新议题中解决所有主题"
msgid "mrWidget|Resolve conflicts"
msgstr "解决冲çª"
@@ -28997,6 +29819,12 @@ msgstr "æºåˆ†æ”¯å°†ä¸ä¼šè¢«åˆ é™¤"
msgid "mrWidget|There are merge conflicts"
msgstr "存在åˆå¹¶å†²çª"
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
+msgstr ""
+
msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr "此功能是从目标分支åˆå¹¶åˆ°æºåˆ†æ”¯çš„更改。您无法使用此功能,因为æºåˆ†æ”¯å—到ä¿æŠ¤ã€‚"
@@ -29006,12 +29834,6 @@ msgstr "该åˆå¹¶è¯·æ±‚未能自动åˆå¹¶"
msgid "mrWidget|This merge request is in the process of being merged"
msgstr "该åˆå¹¶è¯·æ±‚正在被åˆå¹¶"
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "当æµæ°´çº¿%{linkStart}#%{pipelineId}%{linkEnd}æˆåŠŸæ—¶ï¼Œæ­¤åˆå¹¶è¯·æ±‚将添加到åˆå¹¶é˜Ÿåˆ—。"
-
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
-msgstr "当æµæ°´çº¿%{linkStart}#%{pipelineId}%{linkEnd}æˆåŠŸæ—¶ï¼Œæ­¤åˆå¹¶è¯·æ±‚å°†å¯åŠ¨ä¸€ä¸ªåˆå¹¶é˜Ÿåˆ—。"
-
msgid "mrWidget|This project is archived, write access has been disabled"
msgstr "该项目已存档,ç¦æ­¢å†™å…¥"
@@ -29019,7 +29841,7 @@ msgid "mrWidget|To approve this merge request, please enter your password. This
msgstr "è¦æ‰¹å‡†æ­¤åˆå¹¶è¯·æ±‚,请输入您的密ç ã€‚此项目需è¦æ‰€æœ‰æ‰¹å‡†æ‰èƒ½è®¤è¯ã€‚"
msgid "mrWidget|Use %{linkStart}CI pipelines to test your code%{linkEnd} by simply adding a GitLab CI configuration file to your project. It only takes a minute to make your code more secure and robust."
-msgstr ""
+msgstr "使用%{linkStart}CIæµæ°´çº¿æµ‹è¯•ä½ çš„代ç %{linkEnd},åªéœ€ç®€å•åœ°å‘项目添加一个GitLab CIé…置文件。åªéœ€è¦ä¸€åˆ†é’Ÿï¼Œå°±å¯ä»¥ä½¿ä½ çš„代ç çš„更加安全å¯é ã€‚"
msgid "mrWidget|You are not allowed to edit this project directly. Please fork to make changes."
msgstr "ä¸å…许直接编辑此项目。请派生(fork)åŽè¿›è¡Œæ›´æ”¹ã€‚"
@@ -29028,7 +29850,7 @@ msgid "mrWidget|You can delete the source branch now"
msgstr "您现在å¯ä»¥åˆ é™¤æºåˆ†æ”¯"
msgid "mrWidget|You can merge after removing denied licenses"
-msgstr ""
+msgstr "您å¯ä»¥åœ¨åˆ é™¤æ‹’ç»çš„许å¯è¯åŽåˆå¹¶"
msgid "mrWidget|You can merge this merge request manually using the"
msgstr "æ­¤åˆå¹¶è¯·æ±‚å¯ä»¥æ‰‹åŠ¨åˆå¹¶ï¼Œè¯·ä½¿ç”¨ä»¥ä¸‹"
@@ -29055,7 +29877,7 @@ msgid "mrWidget|to start a merge train when the pipeline succeeds"
msgstr "æµæ°´çº¿æˆåŠŸæ—¶å¯åŠ¨åˆå¹¶é˜Ÿåˆ—"
msgid "must be a root namespace"
-msgstr ""
+msgstr "必须是根命å空间"
msgid "must be greater than start date"
msgstr "必须大于开始日期"
@@ -29085,7 +29907,7 @@ msgid "new merge request"
msgstr "新建åˆå¹¶è¯·æ±‚"
msgid "no approvers"
-msgstr ""
+msgstr "无核准人"
msgid "no contributions"
msgstr "无贡献"
@@ -29127,7 +29949,7 @@ msgid "opened %{timeAgoString} by %{user}"
msgstr "%{user}å¼€å¯äºŽ%{timeAgoString}"
msgid "opened %{timeAgoString} by %{user} in Jira"
-msgstr ""
+msgstr "Jira中的%{user}å¼€å¯äºŽ%{timeAgoString}"
msgid "opened %{timeAgo}"
msgstr "å¼€å¯äºŽ%{timeAgo}"
@@ -29147,7 +29969,7 @@ msgid "password"
msgstr "密ç "
msgid "paused"
-msgstr ""
+msgstr "已暂åœ"
msgid "pending comment"
msgstr "待处ç†çš„评论"
@@ -29200,13 +30022,13 @@ msgid "project avatar"
msgstr "项目头åƒ"
msgid "project bots cannot be added to other groups / projects"
-msgstr ""
+msgstr "项目机器人ä¸èƒ½æ·»åŠ åˆ°å…¶ä»–群组/项目"
msgid "project is read-only"
-msgstr ""
+msgstr "项目为åªè¯»"
msgid "project members"
-msgstr ""
+msgstr "项目æˆå‘˜"
msgid "projects"
msgstr "项目"
@@ -29217,6 +30039,9 @@ msgstr "推é€åˆ°æ‚¨çš„仓库,创建æµæ°´çº¿ï¼Œåˆ›å»ºè®®é¢˜æˆ–添加评论。
msgid "quick actions"
msgstr "å¿«æ·æ“作"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr "注册"
@@ -29249,7 +30074,7 @@ msgid_plural "replies"
msgstr[0] "æ¡å›žå¤"
msgid "repository:"
-msgstr ""
+msgstr "仓库:"
msgid "reset it."
msgstr "é‡ç½®å®ƒã€‚"
@@ -29260,9 +30085,6 @@ msgstr "已修订"
msgid "satisfied"
msgstr "满足"
-msgid "score"
-msgstr "分"
-
msgid "security Reports|There was an error creating the merge request"
msgstr "创建åˆå¹¶è¯·æ±‚时出错"
@@ -29318,7 +30140,7 @@ msgid "source diff"
msgstr "æºå·®å¼‚"
msgid "specific"
-msgstr ""
+msgstr "特定"
msgid "specified top is not part of the tree"
msgstr "指定的顶级ä¸å±žäºŽç¾¤ç»„层级"
@@ -29327,7 +30149,7 @@ msgid "spendCommand|%{slash_command} will update the sum of the time spent."
msgstr "%{slash_command} 将会更新消耗的总时长。"
msgid "ssh:"
-msgstr ""
+msgstr "ssh:"
msgid "started"
msgstr "已开始"
@@ -29372,7 +30194,7 @@ msgid "tag name"
msgstr "标签å称"
msgid "teammate%{number}@company.com"
-msgstr ""
+msgstr "teammate%{number}@company.com"
msgid "the following issue(s)"
msgstr "下列议题"
@@ -29380,11 +30202,14 @@ msgstr "下列议题"
msgid "this document"
msgstr "此文档"
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr "帮助您的贡献者进行有效沟通ï¼"
msgid "to join %{source_name}"
-msgstr ""
+msgstr "加入%{source_name}"
msgid "to list"
msgstr "到列表中"
@@ -29398,6 +30223,9 @@ msgstr "切æ¢ä¸‹æ‹‰åˆ—表"
msgid "triggered"
msgstr "已触å‘"
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr "unicode域å应使用IDNAç¼–ç "
@@ -29461,6 +30289,9 @@ msgstr "添加评论"
msgid "vulnerability|Add comment & dismiss"
msgstr "添加评论并忽略"
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr "忽略æ¼æ´ž"
@@ -29474,7 +30305,7 @@ msgid "vulnerability|dismissed"
msgstr "已忽略"
msgid "was scheduled to merge after pipeline succeeds by"
-msgstr ""
+msgstr "åˆå¹¶è¯·æ±‚已安排在æµæ°´çº¿æˆåŠŸåŽåˆå¹¶ã€‚åˆå¹¶äºº: "
msgid "wiki page"
msgstr "wiki页é¢"
diff --git a/locale/zh_HK/gitlab.po b/locale/zh_HK/gitlab.po
index ec2e017fc21..20b7d96bd0f 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: 2020-08-06 13:40\n"
+"PO-Revision-Date: 2020-09-04 23:04\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,13 +54,13 @@ msgstr[0] " æ高 %d 分"
msgid " or "
msgstr "或"
-msgid " or <!merge request id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
msgstr ""
-msgid " or <#issue id>"
-msgstr "或 <#issue id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
@@ -69,6 +69,9 @@ msgstr ""
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr ""
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] "為æ高é é¢åŠ è¼‰é€Ÿåº¦åŠæ€§èƒ½ï¼Œå·²çœç•¥äº† %s 次æ交。"
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 和 %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr ""
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr ""
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr ""
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr ""
@@ -366,7 +378,7 @@ msgstr "%{firstLabel} +%{labelCount} 更多"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
+msgid "%{global_id} is not a valid ID for %{expected_type}."
msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
@@ -453,9 +465,6 @@ msgstr ""
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr ""
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr ""
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 開始"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 被使用者 %{lock_user_id} 鎖定"
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr ""
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr ""
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr ""
msgid "%{size} bytes"
msgstr ""
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr ""
@@ -628,6 +658,9 @@ msgstr ""
msgid "%{state} epics"
msgstr ""
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr ""
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr ""
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr ""
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr ""
@@ -961,15 +1018,6 @@ msgstr "8 å°æ™‚"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr ""
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>刪除</strong>來æºåˆ†æ”¯"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr ""
@@ -1033,7 +1081,7 @@ msgstr ""
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr ""
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
+msgid "A merge request approval is required when the license compliance report contains a denied license."
msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
@@ -1051,6 +1099,9 @@ 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 ""
@@ -1153,6 +1204,9 @@ msgstr ""
msgid "Access forbidden. Check your access level."
msgstr ""
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr ""
@@ -1264,6 +1318,9 @@ msgstr ""
msgid "Activate Service Desk"
msgstr ""
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "啟用"
@@ -1295,12 +1352,6 @@ msgstr[0] ""
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "新增 CHANGELOG"
@@ -1415,6 +1466,9 @@ msgstr ""
msgid "Add comment now"
msgstr "ç«‹å³ç•™è¨€"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 ""
@@ -1439,6 +1496,9 @@ msgstr ""
msgid "Add italic text"
msgstr ""
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "新增標籤"
@@ -1718,6 +1778,9 @@ msgstr ""
msgid "AdminSettings|Select a template"
msgstr ""
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr "為æ¯å€‹é …目的自動複閱應用åŠè‡ªå‹•éƒ¨ç½²æŒ‡å®šä¸€å€‹é è¨­çš„
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr ""
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr ""
@@ -1959,6 +2025,9 @@ msgstr[0] "æ示"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr ""
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "從模æ¿å»ºç«‹æˆ–導入專案時將啟用所有功能,您å¯ä»¥åœ¨å°ˆæ¡ˆè¨­ç½®ä¸­å°‡å…¶é—œé–‰ã€‚"
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr ""
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr ""
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr ""
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr ""
@@ -2670,15 +2754,18 @@ 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 LDAP override status. Please try again."
msgstr ""
msgid "An error occurred while saving assignees"
msgstr "儲存指派人時發生錯誤"
-msgid "An error occurred while saving the approval settings"
-msgstr ""
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr ""
@@ -2703,12 +2790,18 @@ msgstr ""
msgid "An error occurred while updating the comment"
msgstr ""
+msgid "An error occurred while updating the list. 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 ""
@@ -2787,6 +2880,9 @@ msgstr ""
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr "四月"
msgid "April"
msgstr "四月"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr ""
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr ""
@@ -3025,9 +3127,6 @@ msgstr ""
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr ""
-
msgid "Are you sure that you want to archive this project?"
msgstr ""
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr "此群組無徽章。"
msgid "Badges|This project has no badges"
msgstr "此專案無徽章"
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,14 +3912,17 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
-msgstr "分支 <strong>%{branch_name}</strong> 已創建。如需設置自動部署, è«‹é¸æ“‡åˆé©çš„ GitLab CI Yaml 模æ¿ä½µæ交更改。%{link_to_autodeploy_doc}"
+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 has changed"
msgstr "分支已變更"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr "å–消"
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr "已關閉"
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr "已關閉議題"
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
+msgstr ""
+
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|You have insufficient permissions to create a cluster agent for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+msgid "ClusterAgent|You have insufficient permissions to delete this cluster agent"
msgstr ""
msgid "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 "è©•è«–"
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr "建立專案標籤"
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr "自定義通知事件"
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr ""
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr "刪除"
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+msgid "DesignManagement|Archive selected"
msgstr ""
-msgid "DesignManagement|Are you sure you want to delete the selected designs?"
+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"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr "討論"
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr "編輯留言"
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ msgstr ""
msgid "Epics|To schedule your epic's %{epicDateType} date based on milestones, assign a milestone with a %{epicDateType} date to any issue in the epic."
msgstr "è‹¥è¦æŽ’程基於里程碑的 Epic %{epicDateType} 日期,請å°ä»»ä½• Epic 中的議題指定 %{epicDateType} 日期的里程碑。"
+msgid "Epics|Unable to perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr "å¥åº·ä¿¡æ¯å¯ä»¥å¾žä»¥ä¸‹ç«¯é»žæª¢ç´¢ã€‚想了解更多信æ¯è«‹æŸ¥çœ‹
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr "訪å•ä»¤ç‰Œæ˜¯"
@@ -12240,6 +12536,9 @@ msgstr "ä¸è‰¯"
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr "説明"
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr "循環週期"
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr "議題"
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,8 +14111,8 @@ msgstr "標籤å¯ä»¥ç”¨æ–¼è­°é¡Œå’Œåˆä½µè«‹æ±‚以å°å®ƒå€‘進行分類。"
msgid "Labels can be applied to issues and merge requests."
msgstr "標籤å¯ä»¥ç”¨æ–¼è­°é¡Œå’Œåˆä½µè«‹æ±‚。"
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
-msgstr "<span>è¦è®“標籤</span> %{labelTitle} <span>æå‡åˆ°ç¾¤çµ„標籤嗎?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
+msgstr ""
msgid "Labels|Promote Label"
msgstr "æå‡æ¨™ç±¤"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ 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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr "åˆä½µè«‹æ±‚"
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr "ç›®å‰è¨±å¯è­‰ç„¡æ³•ä½¿ç”¨é‡Œç¨‹ç¢‘列表"
msgid "Milestone lists show all issues from the selected milestone."
msgstr "里程碑列表將顯示所é¸é‡Œç¨‹ç¢‘的所有議題"
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr "月"
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr "沒有存儲庫"
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr "沒有計劃"
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr "å一月"
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr ""
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr "å稱"
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr "從未"
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is equal to"
+msgstr ""
+
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr "移除全部或特定指派人"
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr "刪除項目"
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr "刪除截止日期"
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr "æœç´¢åˆ†æ”¯å’Œæ¨™ç±¤"
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
-msgstr ""
-
-msgid "SecurityReports|Edit dashboard"
+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|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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr "é¸æ“‡ä¾†æºåˆ†æ”¯"
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr "相似議題"
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr "與該階段相關的事件。"
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr "這個議題是隱密的"
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr "今天"
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr "未驗證"
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr "在賬號上 %{set_password_link} 之å‰å°‡ç„¡æ³•é€šéŽ %{protocol} 拉
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr "åœ¨ç¶²é  IDE 中開啟"
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr "快速æ“作"
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/locale/zh_TW/gitlab.po b/locale/zh_TW/gitlab.po
index c3969e879cb..959bb9e22a1 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: 2020-08-06 13:43\n"
+"PO-Revision-Date: 2020-09-04 23:06\n"
msgid " %{start} to %{end}"
msgstr ""
@@ -54,14 +54,14 @@ msgstr[0] " æ–¼ %d 處有æå‡"
msgid " or "
msgstr " 或 "
-msgid " or <!merge request id>"
-msgstr "或 <!åˆä½µè«‹æ±‚ id>"
+msgid " or %{emphasisStart}!merge request id%{emphasisEnd}"
+msgstr ""
-msgid " or <#issue id>"
-msgstr "或 <#議題 id>"
+msgid " or %{emphasisStart}#issue id%{emphasisEnd}"
+msgstr ""
-msgid " or <&epic id>"
-msgstr " 或 <#å²è©© id>"
+msgid " or %{emphasisStart}&epic id%{emphasisEnd}"
+msgstr ""
msgid " or references (e.g. path/to/project!merge_request_id)"
msgstr " 或引用 (例如:專案/路徑!åˆä½µè«‹æ±‚_ID)"
@@ -69,6 +69,9 @@ msgstr " 或引用 (例如:專案/路徑!åˆä½µè«‹æ±‚_ID)"
msgid "\"%{path}\" did not exist on \"%{ref}\""
msgstr "「%{ref}ã€ä¸Šæ²’有「%{path}ã€"
+msgid "\"el\" parameter is required for createInstance()"
+msgstr ""
+
msgid "%d Scanned URL"
msgid_plural "%d Scanned URLs"
msgstr[0] ""
@@ -251,6 +254,9 @@ msgstr[0] "為é¿å…效能å•é¡Œï¼Œå·²éš±è— %s 次é¡å¤–æ交。"
msgid "%{actionText} & %{openOrClose} %{noteable}"
msgstr "%{actionText} 和 %{openOrClose} %{noteable}"
+msgid "%{address} is an invalid IP address range"
+msgstr ""
+
msgid "%{author_link} wrote:"
msgstr ""
@@ -287,6 +293,9 @@ msgstr ""
msgid "%{cores} cores"
msgstr "%{cores} 核心"
+msgid "%{count} %{scope} for term '%{term}'"
+msgstr ""
+
msgid "%{count} LOC/commit"
msgstr "%{count} 程å¼ç¢¼è¡Œæ•¸/æ交"
@@ -339,6 +348,9 @@ msgstr ""
msgid "%{description}- Sentry event: %{errorUrl}- First seen: %{firstSeen}- Last seen: %{lastSeen} %{countLabel}: %{count}%{userCountLabel}: %{userCount}"
msgstr "%{description}- Sentry 事件:%{errorUrl}- 首次出ç¾ï¼š%{firstSeen}- 最後出ç¾ï¼š%{lastSeen} %{countLabel}:%{count}%{userCountLabel}:%{userCount}"
+msgid "%{due_date} (Past due)"
+msgstr ""
+
msgid "%{duration}ms"
msgstr "%{duration} 毫秒"
@@ -366,8 +378,8 @@ msgstr "%{firstLabel} 還有 %{labelCount} 個"
msgid "%{firstMilestoneName} + %{numberOfOtherMilestones} more"
msgstr ""
-msgid "%{global_id} is not a valid id for %{expected_type}."
-msgstr "%{global_id} ä¸æ˜¯æœ‰æ•ˆçš„ %{expected_type} ID。"
+msgid "%{global_id} is not a valid ID for %{expected_type}."
+msgstr ""
msgid "%{group_docs_link_start}Groups%{group_docs_link_end} allow you to manage and collaborate across multiple projects. Members of a group have access to all of its projects."
msgstr "%{group_docs_link_start}群組%{group_docs_link_end} å…許您管ç†ã€å”作多個項目。群組的æˆå“¡å¯ä»¥å­˜å–群組下的所有項目。"
@@ -453,9 +465,6 @@ msgstr "%{group_level_name} 群組ä¸å…許 %{level_name} 。"
msgid "%{level_name} is not allowed since the fork source project has lower visibility."
msgstr "由於分å‰çš„æºé …ç›®å¯è¦‹æ€§è¼ƒä½Žï¼Œå› æ­¤ä¸å…許使用 %{level_name}。"
-msgid "%{lineOneStart}Drag and drop to upload your designs%{lineOneEnd} or %{linkStart}click to upload%{linkEnd}."
-msgstr ""
-
msgid "%{link_start}Learn more%{link_end} about what information is shared with GitLab Inc."
msgstr ""
@@ -474,6 +483,9 @@ msgstr "%{listToShow},還有 %{awardsListLength} 個。"
msgid "%{loadingIcon} Started"
msgstr "%{loadingIcon} 已開始"
+msgid "%{location} is missing required keys: %{keys}"
+msgstr ""
+
msgid "%{lock_path} is locked by GitLab User %{lock_user_id}"
msgstr "%{lock_path} 被 GitLab 使用者 %{lock_user_id} 鎖定"
@@ -483,6 +495,18 @@ msgstr ""
msgid "%{mergeLength}/%{usersLength} can merge"
msgstr "%{mergeLength}/%{usersLength} å¯ä»¥åˆä½µ"
+msgid "%{message} showing first %{warnings_displayed}"
+msgstr ""
+
+msgid "%{milestone_name} (Past due)"
+msgstr ""
+
+msgid "%{milestone} (expired)"
+msgstr ""
+
+msgid "%{milliseconds}ms"
+msgstr ""
+
msgid "%{mrText}, this issue will be closed automatically."
msgstr "%{mrText},此議題將自動關閉。"
@@ -590,6 +614,9 @@ msgstr ""
msgid "%{retryButtonStart}Try again%{retryButtonEnd} or %{newFileButtonStart}attach a new file%{newFileButtonEnd}"
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] ""
@@ -613,6 +640,9 @@ msgstr "%{size} MiB"
msgid "%{size} bytes"
msgstr "%{size} ä½å…ƒçµ„"
+msgid "%{sourceBranch} into %{targetBranch}"
+msgstr ""
+
msgid "%{spammable_titlecase} was submitted to Akismet successfully."
msgstr "%{spammable_titlecase} æˆåŠŸåœ°æ交給 Akismet。"
@@ -628,6 +658,9 @@ msgstr "%{start} 到 %{end}"
msgid "%{state} epics"
msgstr "%{state} å²è©©"
+msgid "%{strongStart}Deletes%{strongEnd} source branch"
+msgstr ""
+
msgid "%{strongStart}Note:%{strongEnd} Once a custom stage has been added you can re-order stages by dragging them into the desired position."
msgstr ""
@@ -696,6 +729,9 @@ msgstr ""
msgid "%{totalWeight} total weight"
msgstr "%{totalWeight} 總權é‡"
+msgid "%{total_warnings} warning(s) found:"
+msgstr ""
+
msgid "%{total} open issue weight"
msgstr "%{total} 開放議題權é‡"
@@ -729,6 +765,9 @@ 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 "&lt; 1 hour"
+msgstr ""
+
msgid "&lt;no name set&gt;"
msgstr ""
@@ -738,7 +777,22 @@ msgstr ""
msgid "&lt;project name&gt;"
msgstr ""
-msgid "'%{data}' is invalid at '%{data_pointer}'. Should be '%{schema}' due to schema definition at '%{schema_pointer}'"
+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"
@@ -781,6 +835,9 @@ msgstr "(外部資æº)"
msgid "(line: %{startLine})"
msgstr ""
+msgid "(max size 15 MB)"
+msgstr ""
+
msgid "(removed)"
msgstr "(已刪除)"
@@ -961,15 +1018,6 @@ msgstr "8å°æ™‚"
msgid ":%{startLine} to %{endLine}"
msgstr ""
-msgid "< 1 hour"
-msgstr "< 1 å°æ™‚"
-
-msgid "<project name>"
-msgstr ""
-
-msgid "<strong>Deletes</strong> source branch"
-msgstr "<strong>刪除</strong>來æºåˆ†æ”¯"
-
msgid "A 'Runner' is a process which runs a job. You can set up as many Runners as you need."
msgstr "「執行器ã€æ˜¯ä¸€å€‹åŸ·è¡Œä½œæ¥­çš„行程。您å¯ä»¥æ ¹æ“šéœ€è¦é…置任æ„個執行器。"
@@ -1033,8 +1081,8 @@ msgstr "濫用審查團隊æˆå“¡å°‡æœƒå„˜å¿«æª¢é–±æ‚¨çš„報告。"
msgid "A merge request approval is required when a security report contains a new vulnerability of high, critical, or unknown severity."
msgstr "當安全報告有高ã€åš´é‡æˆ–未知嚴é‡æ€§çš„æ–°æ¼æ´žæ™‚,需è¦å…ˆæ ¸å‡†åˆä½µè«‹æ±‚。"
-msgid "A merge request approval is required when the license compliance report contains a blacklisted license."
-msgstr "當授權æ¢æ¬¾åˆè¦æ€§å ±å‘ŠåŒ…å«æœ‰åœ¨é»‘å單內的授權æ¢æ¬¾æ™‚,需è¦å…ˆæ ¸å‡†åˆä½µè«‹æ±‚。"
+msgid "A merge request approval is required when the license compliance report contains a denied license."
+msgstr ""
msgid "A new Auto DevOps pipeline has been created, go to %{pipelines_link_start}Pipelines page%{pipelines_link_end} for details"
msgstr "已建立新的自動 DevOps æµæ°´ç·šï¼Œè«‹å‰å¾€ %{pipelines_link_start}æµæ°´ç·šé é¢%{pipelines_link_end} 檢視詳細訊æ¯ã€‚"
@@ -1051,6 +1099,9 @@ msgstr "å°‡åœ¨åˆ†å‰ (fork) 專案中中建立新分支,並開啟新的åˆä½µè
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 "一個純 HTML ç«™å°ï¼Œä½¿ç”¨ Netlify 代替 GitLab çš„ CI/CD,但ä»å…·æœ‰æ‰€æœ‰å…¶ä»–主è¦çš„ GitLab 功能。"
@@ -1153,6 +1204,9 @@ msgstr "å­˜å–éŽæœŸæ™‚é–“"
msgid "Access forbidden. Check your access level."
msgstr "ç¦æ­¢å­˜å–。請檢查您的存å–權é™ã€‚"
+msgid "Access requests"
+msgstr ""
+
msgid "Access to '%{classification_label}' not allowed"
msgstr "ä¸å…許存å–「%{classification_label}ã€"
@@ -1264,6 +1318,9 @@ msgstr "啟用"
msgid "Activate Service Desk"
msgstr "啟用æœå‹™å°"
+msgid "Activate user activity analysis"
+msgstr ""
+
msgid "Active"
msgstr "使用中"
@@ -1295,12 +1352,6 @@ msgstr[0] "加入 %d 個議題"
msgid "Add %{linkStart}assets%{linkEnd} to your Release. GitLab automatically includes read-only assets, like source code and release evidence."
msgstr ""
-msgid "Add .gitlab-ci.yml to enable or configure SAST"
-msgstr ""
-
-msgid "Add .gitlab-ci.yml to enable or configure SAST security scanning 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 "Add CHANGELOG"
msgstr "加入變更記錄"
@@ -1415,6 +1466,9 @@ msgstr "加入å­å²è©©åˆ°å²è©©"
msgid "Add comment now"
msgstr "ç«‹å³åŠ å…¥ç•™è¨€"
+msgid "Add comment to design"
+msgstr ""
+
msgid "Add deploy freeze"
msgstr ""
@@ -1427,6 +1481,9 @@ 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 "加入é é¦–å’Œé å°¾åˆ°é›»å­éƒµä»¶ã€‚請注æ„,é¡è‰²è¨­å®šåªæœƒå¥—用於應用程å¼ä»‹é¢"
@@ -1439,6 +1496,9 @@ msgstr "加入議題"
msgid "Add italic text"
msgstr "加入斜體文字"
+msgid "Add key"
+msgstr ""
+
msgid "Add label(s)"
msgstr "加入標籤"
@@ -1718,6 +1778,9 @@ msgstr "é¸æ“‡æµæ°´ç·šè¨­å®šæª”"
msgid "AdminSettings|Select a template"
msgstr "é¸æ“‡ç¯„本"
+msgid "AdminSettings|Service Templates will soon be deprecated."
+msgstr ""
+
msgid "AdminSettings|Service template allows you to set default values for integrations"
msgstr ""
@@ -1733,6 +1796,9 @@ msgstr "為æ¯å€‹å°ˆæ¡ˆçš„自動審閱應用程å¼åŠè‡ªå‹•éƒ¨ç½²éšŽæ®µï¼ŒæŒ‡å®š
msgid "AdminSettings|The required pipeline configuration can be selected from the %{code_start}gitlab-ci%{code_end} directory inside of the configured %{link_start}instance template repository%{link_end} or from GitLab provided configurations."
msgstr "強制æµæ°´ç·šè¨­å®šå¯å¾žè¨­å®šçš„ %{link_start}實體範本庫%{link_end} 中的 %{code_start}gitlab-ci%{code_end} 目錄é¸æ“‡ï¼Œæˆ–使用 GitLab æ供的設定檔。"
+msgid "AdminSettings|Try using the latest version of Integrations instead."
+msgstr ""
+
msgid "AdminSettings|When creating a new environment variable it will be protected by default."
msgstr "建立新的環境變數時,它會被é è¨­ä¿è­·ã€‚"
@@ -1959,6 +2025,9 @@ msgstr[0] "警示"
msgid "AlertManagement|Acknowledged"
msgstr ""
+msgid "AlertManagement|Activity feed"
+msgstr ""
+
msgid "AlertManagement|Alert"
msgstr ""
@@ -1989,7 +2058,7 @@ msgstr ""
msgid "AlertManagement|Authorize external service"
msgstr ""
-msgid "AlertManagement|Create issue"
+msgid "AlertManagement|Create incident"
msgstr ""
msgid "AlertManagement|Critical"
@@ -2046,9 +2115,6 @@ msgstr ""
msgid "AlertManagement|Opsgenie is enabled"
msgstr ""
-msgid "AlertManagement|Overview"
-msgstr ""
-
msgid "AlertManagement|Please try again."
msgstr ""
@@ -2061,6 +2127,9 @@ msgstr ""
msgid "AlertManagement|Resolved"
msgstr ""
+msgid "AlertManagement|Runbook"
+msgstr ""
+
msgid "AlertManagement|Service"
msgstr ""
@@ -2103,16 +2172,13 @@ msgstr ""
msgid "AlertManagement|Triggered"
msgstr ""
-msgid "AlertManagement|Unassigned"
-msgstr ""
-
msgid "AlertManagement|Unknown"
msgstr ""
msgid "AlertManagement|View alerts in Opsgenie"
msgstr ""
-msgid "AlertManagement|View issue"
+msgid "AlertManagement|View incident"
msgstr ""
msgid "AlertManagement|You have enabled the Opsgenie integration. Your alerts will be visible directly in Opsgenie."
@@ -2142,7 +2208,7 @@ msgstr ""
msgid "AlertSettings|Authorization key"
msgstr ""
-msgid "AlertSettings|Authorization key has been successfully reset"
+msgid "AlertSettings|Authorization key has been successfully reset. Please save your changes now."
msgstr ""
msgid "AlertSettings|Copy"
@@ -2241,6 +2307,9 @@ msgstr "所有電å­éƒµä»¶åœ°å€éƒ½å¯ç”¨æ–¼è­˜åˆ¥æ‚¨çš„æ交。"
msgid "All environments"
msgstr ""
+msgid "All epics"
+msgstr ""
+
msgid "All features are enabled for blank projects, from templates, or when importing, but you can disable them afterward in the project settings."
msgstr "從範本或匯入時為空白專案將啟用所有功能,但å¯ä»¥ä¹‹å¾Œåœ¨å°ˆæ¡ˆè¨­å®šä¸­å°‡å…¶åœç”¨ã€‚"
@@ -2388,6 +2457,9 @@ 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 administrator changed the password for your GitLab account on %{link_to}."
+msgstr ""
+
msgid "An alert has been triggered in %{project_path}."
msgstr ""
@@ -2454,6 +2526,9 @@ msgstr ""
msgid "An error occurred while committing your changes."
msgstr "æ交您的變更時發生錯誤。"
+msgid "An error occurred while creating the list. Please try again."
+msgstr ""
+
msgid "An error occurred while decoding the file."
msgstr ""
@@ -2526,9 +2601,18 @@ msgstr ""
msgid "An error occurred while fetching the Service Desk address."
msgstr "抓å–æœå‹™å°ä½å€æ™‚發生錯誤。"
+msgid "An error occurred while fetching the board issues. Please reload the page."
+msgstr ""
+
+msgid "An error occurred while fetching the board lists. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the board lists. Please try again."
msgstr "抓å–看æ¿åˆ—表時發生錯誤。請å†è©¦ä¸€æ¬¡ã€‚"
+msgid "An error occurred while fetching the board swimlanes. Please reload the page."
+msgstr ""
+
msgid "An error occurred while fetching the builds."
msgstr "抓å–組建時發生錯誤。"
@@ -2670,15 +2754,18 @@ 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 LDAP override status. Please try again."
msgstr "儲存 LDAP 覆蓋狀態時發生錯誤,請é‡è©¦ã€‚"
msgid "An error occurred while saving assignees"
msgstr "儲存å—託人時發生錯誤。"
-msgid "An error occurred while saving the approval settings"
-msgstr "儲存核准設定時發生錯誤"
-
msgid "An error occurred while saving the template. Please check if the template exists."
msgstr "儲存範本時發生錯誤。請檢查範本是å¦å­˜åœ¨ã€‚"
@@ -2703,12 +2790,18 @@ msgstr "更新核准者時發生錯誤"
msgid "An error occurred while updating the comment"
msgstr "更新留言時發生錯誤"
+msgid "An error occurred while updating the list. 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 "發生了錯誤,請å†è©¦ä¸€æ¬¡ã€‚"
@@ -2787,6 +2880,9 @@ msgstr "任何"
msgid "Any Author"
msgstr ""
+msgid "Any Status"
+msgstr ""
+
msgid "Any branch"
msgstr ""
@@ -2998,6 +3094,9 @@ msgstr "4月"
msgid "April"
msgstr "4月"
+msgid "Architecture not found for OS"
+msgstr ""
+
msgid "Archive"
msgstr ""
@@ -3010,6 +3109,9 @@ msgstr "歸檔專案"
msgid "Archived"
msgstr ""
+msgid "Archived in this version"
+msgstr ""
+
msgid "Archived project! Repository and other project resources are read only"
msgstr "已歸檔專案ï¼ç‰ˆæœ¬åº«å’Œå…¶ä»–專案資æºå‡ç‚ºå”¯è®€"
@@ -3025,9 +3127,6 @@ msgstr "歸檔專案將使其完全唯讀。儀表æ¿ä¸­å’Œæœå°‹çµæžœä¸­éƒ½ä¸
msgid "Are you ABSOLUTELY SURE you wish to delete this project?"
msgstr ""
-msgid "Are you setting up GitLab for a company?"
-msgstr "您正在為公å¸è¨­å®š GitLab 嗎?"
-
msgid "Are you sure that you want to archive this project?"
msgstr "確定è¦æ­¸æª”此專案嗎?"
@@ -3136,7 +3235,7 @@ 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."
+msgid "Are you sure? The device will be signed out of GitLab and all remember me tokens revoked."
msgstr ""
msgid "Are you sure? This will invalidate your registered applications and U2F devices."
@@ -3148,9 +3247,6 @@ msgstr ""
msgid "Artifact"
msgstr ""
-msgid "Artifact ID"
-msgstr ""
-
msgid "Artifact could not be deleted."
msgstr ""
@@ -3163,6 +3259,9 @@ msgstr ""
msgid "As U2F devices are only supported by a few browsers, we require that you set up a two-factor authentication app before a U2F device. That way you'll always be able to log in - even when you're using an unsupported browser."
msgstr ""
+msgid "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 ""
@@ -3420,7 +3519,7 @@ msgstr ""
msgid "Authorize %{link_to_client} to use your account?"
msgstr ""
-msgid "Authorize <strong>%{user}</strong> to use your account?"
+msgid "Authorize %{user} to use your account?"
msgstr ""
msgid "Authorize external services to send alerts to GitLab"
@@ -3498,6 +3597,9 @@ msgstr ""
msgid "Automatic certificate management using Let's Encrypt"
msgstr ""
+msgid "Automatically close incident issues when the associated Prometheus alert resolves."
+msgstr ""
+
msgid "Automatically create merge requests for vulnerabilities that have fixes available."
msgstr ""
@@ -3624,7 +3726,7 @@ msgstr ""
msgid "Badges|This project has no badges"
msgstr ""
-msgid "Badges|You are going to delete this badge. Deleted badges <strong>cannot</strong> be restored."
+msgid "Badges|You are going to delete this badge. Deleted badges %{strongStart}cannot%{strongEnd} be restored."
msgstr ""
msgid "Badges|Your badges"
@@ -3738,6 +3840,9 @@ msgstr ""
msgid "BillingPlans|per user"
msgstr ""
+msgid "BillingPlan|Contact sales"
+msgstr ""
+
msgid "BillingPlan|Upgrade"
msgstr ""
@@ -3807,13 +3912,16 @@ msgstr ""
msgid "Boards|View scope"
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 <strong>%{branch_name}</strong> was created. To set up auto deploy, choose a GitLab CI Yaml template and commit your changes. %{link_to_autodeploy_doc}"
+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 has changed"
@@ -4008,6 +4116,9 @@ msgstr ""
msgid "Burnup chart"
msgstr ""
+msgid "Burnup chart could not be generated due to too many events"
+msgstr ""
+
msgid "Business"
msgstr ""
@@ -4182,6 +4293,9 @@ msgstr ""
msgid "Cancel"
msgstr ""
+msgid "Cancel index deletion"
+msgstr ""
+
msgid "Cancel running"
msgstr ""
@@ -4215,10 +4329,10 @@ msgstr ""
msgid "Cannot import because issues are not available in this project."
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential issues"
+msgid "Cannot make the epic confidential if it contains non-confidential child epics"
msgstr ""
-msgid "Cannot make epic confidential if it contains not-confidential sub-epics"
+msgid "Cannot make the epic confidential if it contains non-confidential issues"
msgstr ""
msgid "Cannot merge"
@@ -4239,7 +4353,7 @@ msgstr ""
msgid "Cannot refer to a group %{timebox_type} by an internal id!"
msgstr ""
-msgid "Cannot set confidential epic for not-confidential issue"
+msgid "Cannot set confidential epic for a non-confidential issue"
msgstr ""
msgid "Cannot show preview. For previews on sketch files, they must have the file format introduced by Sketch version 43 and above."
@@ -4425,9 +4539,6 @@ msgstr ""
msgid "Check the %{docs_link_start}documentation%{docs_link_end}."
msgstr ""
-msgid "Check your .gitlab-ci.yml"
-msgstr ""
-
msgid "Check your Docker images for known vulnerabilities."
msgstr ""
@@ -4653,7 +4764,7 @@ msgstr ""
msgid "Choose visibility level, enable/disable project features (issues, repository, wiki, snippets) and set permissions."
msgstr ""
-msgid "Choose what content you want to see on a group’s overview page"
+msgid "Choose what content you want to see on a group’s overview page."
msgstr ""
msgid "Choose which repositories you want to connect and run CI/CD pipelines."
@@ -4821,9 +4932,15 @@ msgstr ""
msgid "Cleanup policy for tags"
msgstr ""
+msgid "Cleanup policy maximum processing time (seconds)"
+msgstr ""
+
msgid "Clear"
msgstr ""
+msgid "Clear all repository checks"
+msgstr ""
+
msgid "Clear chart filters"
msgstr ""
@@ -4929,6 +5046,9 @@ msgstr ""
msgid "Closed %{epicTimeagoDate}"
msgstr ""
+msgid "Closed epics"
+msgstr ""
+
msgid "Closed issues"
msgstr ""
@@ -4962,19 +5082,25 @@ msgstr ""
msgid "Cluster type must be specificed for Stages::ClusterEndpointInserter"
msgstr ""
-msgid "ClusterIntegration| %{custom_domain_start}More information%{custom_domain_end}."
+msgid "ClusterAgent|This feature is only available for premium plans"
msgstr ""
-msgid "ClusterIntegration| This will permanently delete the following resources: <ul> <li>All installed applications and related resources</li> <li>The <code>gitlab-managed-apps</code> namespace</li> <li>Any project namespaces</li> <li><code>clusterroles</code></li> <li><code>clusterrolebindings</code></li> </ul>"
+msgid "ClusterAgent|User has insufficient permissions to create a token for this project"
msgstr ""
-msgid "ClusterIntegration| can be used instead of a custom domain."
+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 "ClusterIntegration|%{appList} was successfully installed on your Kubernetes cluster"
msgstr ""
-msgid "ClusterIntegration|%{external_ip}.nip.io"
+msgid "ClusterIntegration|%{externalIp}.nip.io"
+msgstr ""
+
+msgid "ClusterIntegration|%{linkStart}More information%{linkEnd}"
msgstr ""
msgid "ClusterIntegration|%{title} uninstalled successfully."
@@ -5022,13 +5148,16 @@ msgstr ""
msgid "ClusterIntegration|All data will be deleted and cannot be restored."
msgstr ""
+msgid "ClusterIntegration|All installed applications and related resources"
+msgstr ""
+
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster."
msgstr ""
msgid "ClusterIntegration|Allow GitLab to manage namespace and service accounts for this cluster. %{startLink}More information%{endLink}"
msgstr ""
-msgid "ClusterIntegration|Alternatively"
+msgid "ClusterIntegration|Alternatively, "
msgstr ""
msgid "ClusterIntegration|Amazon EKS"
@@ -5046,6 +5175,9 @@ msgstr ""
msgid "ClusterIntegration|An error occurred while trying to fetch zone machine types: %{error}"
msgstr ""
+msgid "ClusterIntegration|Any project namespaces"
+msgstr ""
+
msgid "ClusterIntegration|Any running pipelines will be canceled."
msgstr ""
@@ -5085,15 +5217,12 @@ msgstr ""
msgid "ClusterIntegration|Choose the worker node %{startLink}instance type %{externalLinkIcon} %{endLink}."
msgstr ""
-msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster. Helm Tiller is required to install any of the following applications."
+msgid "ClusterIntegration|Choose which applications to install on your Kubernetes cluster."
msgstr ""
msgid "ClusterIntegration|Choose which of your environments will use this cluster."
msgstr ""
-msgid "ClusterIntegration|Choose which of your environments will use this cluster. %{environment_scope_start}More information%{environment_scope_end}"
-msgstr ""
-
msgid "ClusterIntegration|Clear cluster cache"
msgstr ""
@@ -5118,6 +5247,9 @@ 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 existing cluster"
+msgstr ""
+
msgid "ClusterIntegration|Copy API URL"
msgstr ""
@@ -5301,9 +5433,6 @@ msgstr ""
msgid "ClusterIntegration|Helm release failed to install"
msgstr ""
-msgid "ClusterIntegration|Helm streamlines installing and managing Kubernetes applications. Tiller runs inside of your Kubernetes Cluster, and manages releases of your charts."
-msgstr ""
-
msgid "ClusterIntegration|If you are setting up multiple clusters and are using Auto DevOps, %{help_link_start}read this first%{help_link_end}."
msgstr ""
@@ -5499,7 +5628,7 @@ msgstr ""
msgid "ClusterIntegration|Number of nodes must be a numerical value."
msgstr ""
-msgid "ClusterIntegration|Please enter access information for your Kubernetes cluster. If you need help, you can read our %{link_to_help_page} on Kubernetes"
+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:"
@@ -5718,12 +5847,15 @@ msgstr ""
msgid "ClusterIntegration|Something went wrong while updating Knative domain name."
msgstr ""
-msgid "ClusterIntegration|Specifying a domain will allow you to use Auto Review Apps and Auto Deploy stages for %{auto_devops_start}Auto DevOps%{auto_devops_end}. The domain should have a wildcard DNS configured matching the domain."
+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 %{gitlabNamespace} namespace"
+msgstr ""
+
msgid "ClusterIntegration|The Amazon Resource Name (ARN) associated with your role. If you do not have a provision role, first create one on %{startAwsLink}Amazon Web Services %{externalLinkIcon}%{endLink} using the above account and external IDs. %{startMoreInfoLink}More information%{endLink}"
msgstr ""
@@ -5763,15 +5895,27 @@ 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 access your application after deployment, point a wildcard DNS to the Knative Endpoint."
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|Uninstall %{appTitle}"
msgstr ""
@@ -5796,6 +5940,9 @@ 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 ""
@@ -5811,9 +5958,6 @@ msgstr ""
msgid "ClusterIntegration|You are about to update %{appTitle} on your cluster."
msgstr ""
-msgid "ClusterIntegration|You must first install Helm Tiller before installing the applications below"
-msgstr ""
-
msgid "ClusterIntegration|You must grant access to your organization’s AWS resources in order to create a new EKS cluster. To grant access, create a provision role using the account and external ID below and provide us the ARN."
msgstr ""
@@ -5844,7 +5988,7 @@ msgstr ""
msgid "ClusterIntegration|access to Google Kubernetes Engine"
msgstr ""
-msgid "ClusterIntegration|documentation"
+msgid "ClusterIntegration|can be used instead of a custom domain. "
msgstr ""
msgid "ClusterIntegration|installed via %{linkStart}Cloud Run%{linkEnd}"
@@ -6021,6 +6165,12 @@ 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 ""
@@ -6220,7 +6370,7 @@ msgstr ""
msgid "Configure Tracing"
msgstr ""
-msgid "Configure a <code>.gitlab-webide.yml</code> file in the <code>.gitlab</code> directory to start using the Web Terminal. %{helpStart}Learn more.%{helpEnd}"
+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 automatic git checks and housekeeping on repositories."
@@ -6670,9 +6820,6 @@ msgstr ""
msgid "Copy"
msgstr ""
-msgid "Copy %{field}"
-msgstr ""
-
msgid "Copy %{http_label} clone URL"
msgstr ""
@@ -6757,6 +6904,9 @@ msgstr ""
msgid "Copy the code below to implement tracking in your application:"
msgstr ""
+msgid "Copy to clipboard"
+msgstr ""
+
msgid "Copy token"
msgstr ""
@@ -6769,6 +6919,9 @@ msgstr ""
msgid "Could not add admins as members"
msgstr ""
+msgid "Could not archive %{design}. Please try again."
+msgstr ""
+
msgid "Could not authorize chat nickname. Try again!"
msgstr ""
@@ -6793,15 +6946,21 @@ msgstr ""
msgid "Could not create group"
msgstr ""
+msgid "Could not create issue"
+msgstr ""
+
msgid "Could not create project"
msgstr ""
-msgid "Could not delete %{design}. Please try again."
+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 find design."
msgstr ""
@@ -6832,6 +6991,9 @@ msgstr ""
msgid "Could not save prometheus manual configuration"
msgstr ""
+msgid "Could not udpdate wiki page"
+msgstr ""
+
msgid "Could not update the LDAP settings"
msgstr ""
@@ -6847,6 +7009,10 @@ msgstr ""
msgid "Coverage Fuzzing"
msgstr ""
+msgid "Coverage value for this pipeline was calculated by the coverage value of %d job."
+msgid_plural "Coverage value for this pipeline was calculated by averaging the resulting coverage values of %d jobs."
+msgstr[0] ""
+
msgid "Create"
msgstr ""
@@ -6937,6 +7103,9 @@ msgstr ""
msgid "Create file"
msgstr ""
+msgid "Create from"
+msgstr ""
+
msgid "Create group"
msgstr ""
@@ -6973,6 +7142,9 @@ msgstr ""
msgid "Create new branch"
msgstr ""
+msgid "Create new confidential %{issuableType}"
+msgstr ""
+
msgid "Create new directory"
msgstr ""
@@ -6997,6 +7169,9 @@ msgstr ""
msgid "Create project label"
msgstr ""
+msgid "Create release"
+msgstr ""
+
msgid "Create requirement"
msgstr ""
@@ -7168,6 +7343,9 @@ msgstr ""
msgid "Custom hostname (for private commit emails)"
msgstr ""
+msgid "Custom metrics"
+msgstr ""
+
msgid "Custom notification events"
msgstr ""
@@ -7264,6 +7442,15 @@ msgstr ""
msgid "Customize your pipeline configuration."
msgstr ""
+msgid "CustomizeHomepageBanner|Do you want to customize this page?"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|Go to preferences"
+msgstr ""
+
+msgid "CustomizeHomepageBanner|This page shows a list of your projects by default but it can be changed to show projects' activity, groups, your to-do list, assigned issues, assigned merge requests, and more. You can change this under \"Homepage content\" in your preferences"
+msgstr ""
+
msgid "Cycle Time"
msgstr ""
@@ -7427,6 +7614,9 @@ msgstr ""
msgid "DAG visualization requires at least 3 dependent jobs."
msgstr ""
+msgid "DAST Profiles"
+msgstr ""
+
msgid "DNS"
msgstr "DNS"
@@ -7457,25 +7647,55 @@ msgstr ""
msgid "Dashboard|Unable to add %{invalidProjects}. This dashboard is available for public projects, and private projects in groups with a Silver plan."
msgstr ""
+msgid "DastProfiles|Are you sure you want to delete this profile?"
+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 site profile. Please try again."
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|Download validation text file"
+msgstr ""
+
msgid "DastProfiles|Edit feature will come soon. Please create a new profile if changes needed"
msgstr ""
msgid "DastProfiles|Edit site profile"
msgstr ""
-msgid "DastProfiles|Error fetching the profiles list. Please check your network connection and try again."
+msgid "DastProfiles|Error Details"
msgstr ""
msgid "DastProfiles|Manage Profiles"
@@ -7484,7 +7704,16 @@ msgstr ""
msgid "DastProfiles|Manage profiles"
msgstr ""
-msgid "DastProfiles|New Site Profile"
+msgid "DastProfiles|Minimum = 0 (no timeout enabled), Maximum = 2880 minutes"
+msgstr ""
+
+msgid "DastProfiles|Minimum = 1 second, Maximum = 3600 seconds"
+msgstr ""
+
+msgid "DastProfiles|New Profile"
+msgstr ""
+
+msgid "DastProfiles|New scanner profile"
msgstr ""
msgid "DastProfiles|New site profile"
@@ -7496,6 +7725,9 @@ msgstr ""
msgid "DastProfiles|Please enter a valid URL format, ex: http://www.example.com/home"
msgstr ""
+msgid "DastProfiles|Please enter a valid timeout value"
+msgstr ""
+
msgid "DastProfiles|Profile name"
msgstr ""
@@ -7505,12 +7737,69 @@ msgstr ""
msgid "DastProfiles|Save profile"
msgstr ""
+msgid "DastProfiles|Scanner Profile"
+msgstr ""
+
+msgid "DastProfiles|Scanner Profiles"
+msgstr ""
+
+msgid "DastProfiles|Site Profile"
+msgstr ""
+
msgid "DastProfiles|Site Profiles"
msgstr ""
+msgid "DastProfiles|Site is not validated yet, please follow the steps."
+msgstr ""
+
+msgid "DastProfiles|Site must be validated to run an active scan."
+msgstr ""
+
+msgid "DastProfiles|Spider timeout"
+msgstr ""
+
+msgid "DastProfiles|Step 1 - Choose site validation method"
+msgstr ""
+
+msgid "DastProfiles|Step 2 - Add following text to the target site"
+msgstr ""
+
+msgid "DastProfiles|Step 3 - Confirm text file location and validate"
+msgstr ""
+
msgid "DastProfiles|Target URL"
msgstr ""
+msgid "DastProfiles|Target timeout"
+msgstr ""
+
+msgid "DastProfiles|Text file validation"
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the site under test to respond to a request."
+msgstr ""
+
+msgid "DastProfiles|The maximum number of seconds allowed for the spider to traverse the site."
+msgstr ""
+
+msgid "DastProfiles|Validate"
+msgstr ""
+
+msgid "DastProfiles|Validate target site"
+msgstr ""
+
+msgid "DastProfiles|Validating..."
+msgstr ""
+
+msgid "DastProfiles|Validation failed, please make sure that you follow the steps above with the choosen method."
+msgstr ""
+
+msgid "DastProfiles|Validation must be turned off to change the target URL"
+msgstr ""
+
+msgid "DastProfiles|Validation succeeded. Both active and passive scans can be run against the target site."
+msgstr ""
+
msgid "Data is still calculating..."
msgstr ""
@@ -7583,7 +7872,7 @@ msgstr ""
msgid "Default classification label"
msgstr ""
-msgid "Default deletion adjourned period"
+msgid "Default deletion delay"
msgstr ""
msgid "Default description template for issues"
@@ -7661,10 +7950,10 @@ msgstr ""
msgid "Delete Comment"
msgstr ""
-msgid "Delete Package"
+msgid "Delete Snippet"
msgstr ""
-msgid "Delete Snippet"
+msgid "Delete account"
msgstr ""
msgid "Delete artifacts"
@@ -7721,6 +8010,9 @@ msgstr ""
msgid "Delete variable"
msgstr ""
+msgid "DeleteProject|Delete %{name}"
+msgstr ""
+
msgid "DeleteProject|Failed to remove project repository. Please try again or contact administrator."
msgstr ""
@@ -7742,15 +8034,24 @@ msgstr ""
msgid "Deleted"
msgstr ""
+msgid "Deleted Projects"
+msgstr ""
+
msgid "Deleted chat nickname: %{chat_name}!"
msgstr ""
-msgid "Deleted in this version"
+msgid "Deleted projects"
+msgstr ""
+
+msgid "Deleted projects cannot be restored!"
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 license failed."
msgstr ""
@@ -7760,6 +8061,9 @@ msgstr ""
msgid "Deleting the license failed. You are not permitted to perform this action."
msgstr ""
+msgid "Deleting the project will delete its repository and all related resources including issues, merge requests etc."
+msgstr ""
+
msgid "Deletion pending. This project will be removed on %{date}. Repository and other project resources are read-only."
msgstr ""
@@ -7785,6 +8089,10 @@ msgid "Dependencies|%d additional vulnerability not shown"
msgid_plural "Dependencies|%d additional vulnerabilities not shown"
msgstr[0] ""
+msgid "Dependencies|%d more"
+msgid_plural "Dependencies|%d more"
+msgstr[0] ""
+
msgid "Dependencies|%d vulnerability detected"
msgid_plural "Dependencies|%d vulnerabilities detected"
msgstr[0] ""
@@ -7792,6 +8100,9 @@ msgstr[0] ""
msgid "Dependencies|%{remainingLicensesCount} more"
msgstr ""
+msgid "Dependencies|(top level)"
+msgstr ""
+
msgid "Dependencies|All"
msgstr ""
@@ -7804,6 +8115,9 @@ msgstr ""
msgid "Dependencies|Component name"
msgstr ""
+msgid "Dependencies|Dependency path"
+msgstr ""
+
msgid "Dependencies|Export as JSON"
msgstr ""
@@ -7822,6 +8136,9 @@ 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|There may be multiple paths"
+msgstr ""
+
msgid "Dependencies|Toggle vulnerability list"
msgstr ""
@@ -7859,8 +8176,8 @@ msgid "Depends on %d merge request being merged"
msgid_plural "Depends on %d merge requests being merged"
msgstr[0] ""
-msgid "Depends on <strong>%d closed</strong> merge request."
-msgid_plural "Depends on <strong>%d closed</strong> merge requests."
+msgid "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge request."
+msgid_plural "Depends on %{strongStart}%{closedCount} closed%{strongEnd} merge requests."
msgstr[0] ""
msgid "Deploy"
@@ -7903,7 +8220,7 @@ msgstr ""
msgid "DeployFreeze|No deploy freezes exist for this project. To add one, click %{strongStart}Add deploy freeze%{strongEnd}"
msgstr ""
-msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The <code>gitlab-ci.yml</code> file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
+msgid "DeployFreeze|Specify times when deployments are not allowed for an environment. The %{filename} file must be updated to make deployment jobs aware of the %{freeze_period_link_start}freeze period%{freeze_period_link_end}."
msgstr ""
msgid "DeployFreeze|Time zone"
@@ -8137,13 +8454,22 @@ msgstr ""
msgid "DesignManagement|Adding a design with the same filename replaces the file in a new version."
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel changes to this comment?"
+msgid "DesignManagement|Archive designs"
msgstr ""
-msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
+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 delete the selected designs?"
+msgid "DesignManagement|Are you sure you want to cancel creating this comment?"
msgstr ""
msgid "DesignManagement|Cancel changes"
@@ -8176,15 +8502,6 @@ msgstr ""
msgid "DesignManagement|Could not update note. Please try again."
msgstr ""
-msgid "DesignManagement|Delete"
-msgstr ""
-
-msgid "DesignManagement|Delete designs confirmation"
-msgstr ""
-
-msgid "DesignManagement|Delete selected"
-msgstr ""
-
msgid "DesignManagement|Deselect all"
msgstr ""
@@ -8266,7 +8583,10 @@ msgstr ""
msgid "Detect host keys"
msgstr ""
-msgid "DevOps Score"
+msgid "DevOps"
+msgstr ""
+
+msgid "DevOps Report"
msgstr ""
msgid "Diff content limits"
@@ -8275,6 +8595,9 @@ msgstr ""
msgid "Diff limits"
msgstr ""
+msgid "Diff view settings"
+msgstr ""
+
msgid "Difference between start date and now"
msgstr ""
@@ -8287,7 +8610,10 @@ msgstr ""
msgid "Diffs|No file name available"
msgstr ""
-msgid "Diffs|Show unchanged lines"
+msgid "Diffs|Show %{unfoldCount} lines"
+msgstr ""
+
+msgid "Diffs|Show all unchanged lines"
msgstr ""
msgid "Diffs|Something went wrong while fetching diff lines."
@@ -8392,9 +8718,6 @@ msgstr ""
msgid "Discuss a specific suggestion or question."
msgstr ""
-msgid "Discussion"
-msgstr ""
-
msgid "Discussion to reply to cannot be found"
msgstr ""
@@ -8408,7 +8731,7 @@ msgid "Dismiss %d selected vulnerability as"
msgid_plural "Dismiss %d selected vulnerabilities as"
msgstr[0] ""
-msgid "Dismiss DevOps Score introduction"
+msgid "Dismiss DevOps Report introduction"
msgstr ""
msgid "Dismiss Merge Request promotion"
@@ -8660,9 +8983,6 @@ msgstr ""
msgid "Edit comment"
msgstr ""
-msgid "Edit dashboard"
-msgstr ""
-
msgid "Edit description"
msgstr ""
@@ -8951,9 +9271,6 @@ msgstr ""
msgid "Enable usage ping"
msgstr ""
-msgid "Enable usage ping to get an overview of how you are using GitLab from a feature perspective."
-msgstr ""
-
msgid "Enable/disable your service desk. %{link_start}Learn more about service desk%{link_end}."
msgstr ""
@@ -9122,6 +9439,9 @@ 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 ""
@@ -9146,7 +9466,7 @@ msgstr ""
msgid "EnvironmentsDashboard|The environments dashboard provides a summary of each project's environments' status, including pipeline and alert statuses."
msgstr ""
-msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 3 environments per project. %{readMoreLink}"
+msgid "EnvironmentsDashboard|This dashboard displays a maximum of 7 projects and 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. %{readMoreLink}"
msgstr ""
msgid "Environments|An error occurred while canceling the auto stop, please try again"
@@ -9425,6 +9745,9 @@ 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 perform this action"
+msgstr ""
+
msgid "Epics|Unable to save epic. Please try again"
msgstr ""
@@ -9752,7 +10075,7 @@ msgstr ""
msgid "Exactly one of %{attributes} is required"
msgstr ""
-msgid "Example: <code>192.168.0.0/24</code>. %{read_more_link}."
+msgid "Example: %{ip_address}. %{read_more_link}."
msgstr ""
msgid "Example: @sub\\.company\\.com$"
@@ -9773,6 +10096,9 @@ msgstr ""
msgid "Excluding merge commits. Limited to 6,000 commits."
msgstr ""
+msgid "Existing branch name, tag, or commit SHA"
+msgstr ""
+
msgid "Existing members and groups"
msgstr ""
@@ -9782,9 +10108,6 @@ 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 shares"
-msgstr ""
-
msgid "Existing sign in methods may be removed"
msgstr ""
@@ -9797,9 +10120,6 @@ msgstr ""
msgid "Expand approvers"
msgstr ""
-msgid "Expand down"
-msgstr ""
-
msgid "Expand dropdown"
msgstr ""
@@ -9809,9 +10129,6 @@ msgstr ""
msgid "Expand sidebar"
msgstr ""
-msgid "Expand up"
-msgstr ""
-
msgid "Expected documents: %{expected_documents}"
msgstr ""
@@ -9824,9 +10141,6 @@ msgstr ""
msgid "Expiration date"
msgstr ""
-msgid "Expiration not enforced"
-msgstr ""
-
msgid "Expired"
msgstr ""
@@ -10257,12 +10571,18 @@ msgstr ""
msgid "FeatureFlags|Flag becomes read only soon"
msgstr ""
+msgid "FeatureFlags|Flag is read-only"
+msgstr ""
+
msgid "FeatureFlags|Get started with feature flags"
msgstr ""
msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags, and in 13.4, this feature flag will become read-only. Please create a new feature flag."
msgstr ""
+msgid "FeatureFlags|GitLab is moving to a new way of managing feature flags. This feature flag is read-only, and it will be removed in 14.0. Please create a new feature flag."
+msgstr ""
+
msgid "FeatureFlags|ID"
msgstr ""
@@ -10347,6 +10667,9 @@ msgstr ""
msgid "FeatureFlags|There was an error retrieving user lists"
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 ""
@@ -10356,9 +10679,6 @@ msgstr ""
msgid "FeatureFlags|User List"
msgstr ""
-msgid "FeatureFlag|Delete strategy"
-msgstr ""
-
msgid "FeatureFlag|List"
msgstr ""
@@ -10398,6 +10718,9 @@ msgstr ""
msgid "File"
msgstr ""
+msgid "File %{current} of %{total}"
+msgstr ""
+
msgid "File Hooks"
msgstr ""
@@ -10623,6 +10946,9 @@ msgstr ""
msgid "Footer message"
msgstr ""
+msgid "For help setting up the Service Desk for your instance, please contact an administrator."
+msgstr ""
+
msgid "For internal projects, any logged in user can view pipelines and access job details (output logs and artifacts)"
msgstr ""
@@ -10794,30 +11120,15 @@ msgstr ""
msgid "GeoNodeSyncStatus|Node is slow, overloaded, or it just recovered after an outage."
msgstr ""
-msgid "GeoNodes|Attachments"
-msgstr ""
-
-msgid "GeoNodes|Checksummed"
-msgstr ""
-
msgid "GeoNodes|Consult Geo troubleshooting information"
msgstr ""
-msgid "GeoNodes|Container repositories"
-msgstr ""
-
msgid "GeoNodes|Data replication lag"
msgstr ""
-msgid "GeoNodes|Design repositories"
-msgstr ""
-
msgid "GeoNodes|Does not match the primary storage configuration"
msgstr ""
-msgid "GeoNodes|Failed"
-msgstr ""
-
msgid "GeoNodes|Full"
msgstr ""
@@ -10833,12 +11144,6 @@ msgstr ""
msgid "GeoNodes|Internal URL"
msgstr ""
-msgid "GeoNodes|Job artifacts"
-msgstr ""
-
-msgid "GeoNodes|LFS objects"
-msgstr ""
-
msgid "GeoNodes|Last event ID processed by cursor"
msgstr ""
@@ -10866,12 +11171,6 @@ msgstr ""
msgid "GeoNodes|Node's status was updated %{timeAgo}."
msgstr ""
-msgid "GeoNodes|Not checksummed"
-msgstr ""
-
-msgid "GeoNodes|Package files"
-msgstr ""
-
msgid "GeoNodes|Pausing replication stops the sync process. Are you sure?"
msgstr ""
@@ -10893,15 +11192,6 @@ msgstr ""
msgid "GeoNodes|Replication status"
msgstr ""
-msgid "GeoNodes|Repositories"
-msgstr ""
-
-msgid "GeoNodes|Repository checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Repository verification progress"
-msgstr ""
-
msgid "GeoNodes|Selective (%{syncLabel})"
msgstr ""
@@ -10929,27 +11219,12 @@ msgstr ""
msgid "GeoNodes|Unused slots"
msgstr ""
-msgid "GeoNodes|Unverified"
-msgstr ""
-
msgid "GeoNodes|Updated %{timeAgo}"
msgstr ""
msgid "GeoNodes|Used slots"
msgstr ""
-msgid "GeoNodes|Verified"
-msgstr ""
-
-msgid "GeoNodes|Wiki checksum progress"
-msgstr ""
-
-msgid "GeoNodes|Wiki verification progress"
-msgstr ""
-
-msgid "GeoNodes|Wikis"
-msgstr ""
-
msgid "GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the exact order they appear."
msgstr ""
@@ -10962,6 +11237,12 @@ msgstr ""
msgid "GeoNodes|secondary nodes"
msgstr ""
+msgid "Geo|%{itemTitle} checksum progress"
+msgstr ""
+
+msgid "Geo|%{itemTitle} verification progress"
+msgstr ""
+
msgid "Geo|%{label} can't be blank"
msgstr ""
@@ -11025,6 +11306,12 @@ msgstr ""
msgid "Geo|Geo Status"
msgstr ""
+msgid "Geo|Go to the primary site"
+msgstr ""
+
+msgid "Geo|If you want to make changes, you must visit the primary site."
+msgstr ""
+
msgid "Geo|In progress"
msgstr ""
@@ -11157,10 +11444,10 @@ msgstr ""
msgid "Geo|Waiting for scheduler"
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. If you want to make changes, you must visit this page on the %{node_link_open}primary node%{node_link_close}."
+msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node."
msgstr ""
-msgid "Geo|You are on a secondary, %{b_open}read-only%{b_close} Geo node. You may be able to make a limited amount of changes or perform a limited amount of actions on this page."
+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"
@@ -11337,7 +11624,7 @@ msgstr ""
msgid "GitLabPages|Force HTTPS (requires valid certificates)"
msgstr ""
-msgid "GitLabPages|GitLab Pages are disabled for this project. You can enable them on your project's %{strong_start}Settings > General > Visibility%{strong_end} page."
+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|It may take up to 30 minutes before the site is available after the first deployment."
@@ -11454,7 +11741,10 @@ msgstr ""
msgid "Go to %{link_to_google_takeout}."
msgstr ""
-msgid "Go to <strong>Issues</strong> > <strong>Boards</strong> to access your personalized learning issue board."
+msgid "Go to %{strongStart}Issues%{strongEnd} &gt; %{strongStart}Boards%{strongEnd} to access your personalized learning issue board."
+msgstr ""
+
+msgid "Go to Integrations"
msgstr ""
msgid "Go to Webhooks"
@@ -11736,6 +12026,9 @@ msgstr ""
msgid "Group project URLs are prefixed with the group namespace"
msgstr ""
+msgid "Group push rule exists, try updating"
+msgstr ""
+
msgid "Group requires separate account"
msgstr ""
@@ -12012,7 +12305,7 @@ msgstr ""
msgid "GroupSettings|Prevent sharing a project within %{group} with other groups"
msgstr ""
-msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day waiting period. This period can be %{customization_link} in instance settings"
+msgid "GroupSettings|Projects will be permanently deleted after a %{waiting_period}-day delay. This delay can be %{customization_link} in instance settings"
msgstr ""
msgid "GroupSettings|Select a sub-group as the custom project template source for this group."
@@ -12225,6 +12518,9 @@ msgstr ""
msgid "Health status"
msgstr ""
+msgid "Health status cannot be edited because this issue is closed"
+msgstr ""
+
msgid "HealthCheck|Access token is"
msgstr ""
@@ -12240,6 +12536,9 @@ msgstr ""
msgid "Hello there"
msgstr ""
+msgid "Hello, %{username}!"
+msgstr ""
+
msgid "Help"
msgstr ""
@@ -12368,6 +12667,9 @@ msgstr ""
msgid "How many users will be evaluating the trial?"
msgstr ""
+msgid "How to upgrade"
+msgstr ""
+
msgid "However, you are already a member of this %{member_source}. Sign in using a different account to accept the invitation."
msgstr ""
@@ -12524,6 +12826,12 @@ msgstr ""
msgid "If you remove this license, GitLab will fall back on the previous license, if any."
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 your HTTP repository is not publicly accessible, add your credentials."
msgstr ""
@@ -12677,6 +12985,9 @@ msgstr ""
msgid "ImportProjects|Importing the project failed: %{reason}"
msgstr ""
+msgid "ImportProjects|Requesting namespaces failed"
+msgstr ""
+
msgid "ImportProjects|Requesting your %{provider} repositories failed"
msgstr ""
@@ -12692,6 +13003,9 @@ msgstr ""
msgid "ImportProjects|Update of imported projects with realtime changes failed"
msgstr ""
+msgid "Improve Issue Boards"
+msgstr ""
+
msgid "Improve Issue boards"
msgstr ""
@@ -12710,7 +13024,7 @@ msgstr ""
msgid "In %{time_to_now}"
msgstr ""
-msgid "In order to enable instance-level analytics, please ask an admin to enable %{usage_ping_link_start}usage ping%{usage_ping_link_end}."
+msgid "In order to enable Service Desk for your instance, you must first set up incoming email."
msgstr ""
msgid "In order to gather accurate feature usage data, it can take 1 to 2 weeks to see your index."
@@ -12719,21 +13033,24 @@ msgstr ""
msgid "In order to personalize your experience with GitLab%{br_tag}we would like to know a bit more about you."
msgstr ""
-msgid "In order to tailor your experience with GitLab we%{br_tag}would like to know a bit more about you."
-msgstr ""
-
msgid "In progress"
msgstr ""
msgid "In the next step, you'll be able to select the projects you want to import."
msgstr ""
+msgid "Incident"
+msgstr ""
+
msgid "Incident Management Limits"
msgstr ""
msgid "IncidentManagement|All"
msgstr ""
+msgid "IncidentManagement|All alerts promoted to incidents will automatically be displayed within the list. You can also create a new incident using the button below."
+msgstr ""
+
msgid "IncidentManagement|Assignees"
msgstr ""
@@ -12746,6 +13063,9 @@ msgstr ""
msgid "IncidentManagement|Date created"
msgstr ""
+msgid "IncidentManagement|Display your incidents in a dedicated view"
+msgstr ""
+
msgid "IncidentManagement|Incident"
msgstr ""
@@ -12764,6 +13084,9 @@ msgstr ""
msgid "IncidentManagement|Published to status page"
msgstr ""
+msgid "IncidentManagement|There are no closed incidents"
+msgstr ""
+
msgid "IncidentManagement|There was an error displaying the incidents."
msgstr ""
@@ -12839,6 +13162,9 @@ msgstr ""
msgid "Index all projects"
msgstr ""
+msgid "Index deletion is canceled"
+msgstr ""
+
msgid "Indicates whether this runner can pick jobs without tags"
msgstr ""
@@ -12905,6 +13231,9 @@ msgstr ""
msgid "Install on clusters"
msgstr ""
+msgid "Installation"
+msgstr ""
+
msgid "Installed"
msgstr ""
@@ -12918,7 +13247,7 @@ msgstr[0] ""
msgid "Instance Configuration"
msgstr ""
-msgid "Instance Statistics visibility"
+msgid "Instance Statistics"
msgstr ""
msgid "Instance administrators group already exists"
@@ -12945,6 +13274,12 @@ msgstr ""
msgid "Integrations|Comment settings:"
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|Enable comments"
msgstr ""
@@ -12957,13 +13292,10 @@ msgstr ""
msgid "Integrations|Standard"
msgstr ""
-msgid "Integrations|This integration has multiple settings available."
-msgstr ""
-
msgid "Integrations|Use custom settings"
msgstr ""
-msgid "Integrations|Use instance level settings"
+msgid "Integrations|Use default settings"
msgstr ""
msgid "Integrations|When a Jira issue is mentioned in a commit or merge request a remote link and comment (if enabled) will be created."
@@ -12993,7 +13325,7 @@ msgstr ""
msgid "Introducing Value Stream Analytics"
msgstr ""
-msgid "Introducing Your DevOps Score"
+msgid "Introducing Your DevOps Report"
msgstr ""
msgid "Invalid Git ref"
@@ -13005,9 +13337,15 @@ msgstr ""
msgid "Invalid Login or password"
msgstr ""
+msgid "Invalid OS"
+msgstr ""
+
msgid "Invalid URL"
msgstr ""
+msgid "Invalid board"
+msgstr ""
+
msgid "Invalid container_name"
msgstr ""
@@ -13104,6 +13442,39 @@ msgstr ""
msgid "Invite teammates (optional)"
msgstr ""
+msgid "InviteEmail|%{inviter} invited you"
+msgstr ""
+
+msgid "InviteEmail|%{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|Join now"
+msgstr ""
+
+msgid "InviteEmail|You are invited!"
+msgstr ""
+
+msgid "InviteEmail|You have been invited"
+msgstr ""
+
+msgid "InviteEmail|to join the %{project_or_group_name} %{project_or_group} as a %{role}"
+msgstr ""
+
+msgid "InviteEmail|to join the %{strong_start}%{project_or_group_name}%{strong_end}"
+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 "Invited"
+msgstr ""
+
msgid "Invited users will be added with developer level permissions. You can always change this later."
msgstr ""
@@ -13143,6 +13514,9 @@ msgstr ""
msgid "Issue %{issue_reference} has already been added to epic %{epic_reference}."
msgstr ""
+msgid "Issue Analytics"
+msgstr ""
+
msgid "Issue Boards"
msgstr ""
@@ -13242,9 +13616,6 @@ msgstr ""
msgid "Issues"
msgstr ""
-msgid "Issues Analytics"
-msgstr ""
-
msgid "Issues Rate Limits"
msgstr ""
@@ -13386,6 +13757,9 @@ msgstr ""
msgid "JiraService| on branch %{branch_link}"
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 ""
@@ -13428,6 +13802,9 @@ msgstr ""
msgid "JiraService|Password or API token"
msgstr ""
+msgid "JiraService|This feature requires a Premium plan."
+msgstr ""
+
msgid "JiraService|Transition ID(s)"
msgstr ""
@@ -13443,6 +13820,9 @@ msgstr ""
msgid "JiraService|Username or Email"
msgstr ""
+msgid "JiraService|Using Jira for issue tracking?"
+msgstr ""
+
msgid "JiraService|View Jira issues in GitLab"
msgstr ""
@@ -13731,7 +14111,7 @@ msgstr ""
msgid "Labels can be applied to issues and merge requests."
msgstr ""
-msgid "Labels|<span>Promote label</span> %{labelTitle} <span>to Group Label?</span>"
+msgid "Labels|%{spanStart}Promote label%{spanEnd} %{labelTitle} %{spanStart}to Group Label?%{spanEnd}"
msgstr ""
msgid "Labels|Promote Label"
@@ -13960,7 +14340,7 @@ msgstr ""
msgid "License ID:"
msgstr ""
-msgid "License URL"
+msgid "License overview"
msgstr ""
msgid "License-Check"
@@ -14053,10 +14433,10 @@ msgstr ""
msgid "LicenseCompliance|Remove license?"
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses in this project."
+msgid "LicenseCompliance|There are currently no policies in this project."
msgstr ""
-msgid "LicenseCompliance|There are currently no approved or blacklisted licenses that match in this project."
+msgid "LicenseCompliance|There are currently no policies that match in this project."
msgstr ""
msgid "LicenseCompliance|This license already exists in this project."
@@ -14083,6 +14463,9 @@ msgstr ""
msgid "Licensed to"
msgstr ""
+msgid "Licensed to:"
+msgstr ""
+
msgid "Licenses"
msgstr ""
@@ -14146,9 +14529,6 @@ msgstr ""
msgid "License|License"
msgstr ""
-msgid "License|Licensed user count exceeded"
-msgstr ""
-
msgid "License|You can restore access to the Gold features at any time by upgrading."
msgstr ""
@@ -14164,9 +14544,6 @@ msgstr ""
msgid "License|Your free trial of GitLab Ultimate expired on %{trial_ends_on}."
msgstr ""
-msgid "License|Your instance has exceeded your subscription's number of licensed users by %{extra_users_count}. You can continue to add more users and we'll include the overage in your next bill."
-msgstr ""
-
msgid "Limit display of time tracking units to hours."
msgstr ""
@@ -14219,6 +14596,9 @@ msgstr ""
msgid "List available repositories"
msgstr ""
+msgid "List of all merge commits"
+msgstr ""
+
msgid "List settings"
msgstr ""
@@ -14240,6 +14620,9 @@ msgstr ""
msgid "Load more"
msgstr ""
+msgid "Load more users"
+msgstr ""
+
msgid "Loading"
msgstr ""
@@ -14291,7 +14674,7 @@ msgstr ""
msgid "Lock the discussion"
msgstr ""
-msgid "Lock this %{issuableDisplayName}? Only <strong>project members</strong> will be able to comment."
+msgid "Lock this %{issuableDisplayName}? Only %{strongStart}project members%{strongEnd} will be able to comment."
msgstr ""
msgid "Lock to current projects"
@@ -14342,6 +14725,12 @@ msgstr "MD5"
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 ""
@@ -14357,6 +14746,9 @@ msgstr ""
msgid "MRApprovals|Approvers"
msgstr ""
+msgid "MRApprovals|Commented by"
+msgstr ""
+
msgid "MRDiff|Show changes only"
msgstr ""
@@ -14441,9 +14833,6 @@ msgstr ""
msgid "Manifest import"
msgstr ""
-msgid "Manual job"
-msgstr ""
-
msgid "ManualOrdering|Couldn't save the order of the issues"
msgstr ""
@@ -14555,9 +14944,6 @@ msgstr ""
msgid "MattermostService|This service allows users to perform common operations on this project by entering slash commands in Mattermost."
msgstr ""
-msgid "Maven Metadata"
-msgstr ""
-
msgid "Max Group Export Download requests per minute per user"
msgstr ""
@@ -14693,6 +15079,15 @@ msgstr ""
msgid "Members can be added by project %{i_open}Maintainers%{i_close} or %{i_open}Owners%{i_close}"
msgstr ""
+msgid "Members invited to %{strong_start}%{group_name}%{strong_end}"
+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 %{strong_open}%{project_name}%{strong_close}"
msgstr ""
@@ -14702,9 +15097,6 @@ msgstr ""
msgid "Members with access to %{strong_start}%{group_name}%{strong_end}"
msgstr ""
-msgid "Members with pending access to %{strong_start}%{group_name}%{strong_end}"
-msgstr ""
-
msgid "Memory Usage"
msgstr ""
@@ -14732,15 +15124,15 @@ msgstr ""
msgid "Merge Requests"
msgstr ""
-msgid "Merge Requests closed"
-msgstr ""
-
msgid "Merge Requests created"
msgstr ""
msgid "Merge Requests in Review"
msgstr ""
+msgid "Merge Requests merged"
+msgstr ""
+
msgid "Merge automatically (%{strategy})"
msgstr ""
@@ -14756,6 +15148,9 @@ msgstr ""
msgid "Merge in progress"
msgstr ""
+msgid "Merge locally"
+msgstr ""
+
msgid "Merge options"
msgstr ""
@@ -14819,6 +15214,27 @@ 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 "MergeRequestDiffs|Commenting on lines %{selectStart}start%{selectEnd} to %{end}"
msgstr ""
@@ -14951,6 +15367,12 @@ 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 ""
@@ -15053,6 +15475,12 @@ 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 ""
@@ -15062,9 +15490,6 @@ msgstr ""
msgid "Metrics|Create custom dashboard %{fileName}"
msgstr ""
-msgid "Metrics|Create dashboard"
-msgstr ""
-
msgid "Metrics|Create metric"
msgstr ""
@@ -15098,9 +15523,15 @@ 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] ""
@@ -15111,9 +15542,6 @@ msgstr ""
msgid "Metrics|For grouping similar metrics"
msgstr ""
-msgid "Metrics|Go back (Esc)"
-msgstr ""
-
msgid "Metrics|Invalid time range, please verify."
msgstr ""
@@ -15141,6 +15569,9 @@ msgstr ""
msgid "Metrics|Min"
msgstr ""
+msgid "Metrics|More actions"
+msgstr ""
+
msgid "Metrics|Must be a valid PromQL query."
msgstr ""
@@ -15165,6 +15596,9 @@ msgstr ""
msgid "Metrics|Prometheus Query Documentation"
msgstr ""
+msgid "Metrics|Refresh Prometheus data"
+msgstr ""
+
msgid "Metrics|Refresh dashboard"
msgstr ""
@@ -15243,6 +15677,9 @@ msgstr ""
msgid "Metrics|View logs"
msgstr ""
+msgid "Metrics|View runbook - %{label}"
+msgstr ""
+
msgid "Metrics|Y-axis label"
msgstr ""
@@ -15292,12 +15729,18 @@ msgid "Milestone"
msgid_plural "Milestones"
msgstr[0] ""
+msgid "Milestone does not support burnup charts"
+msgstr ""
+
msgid "Milestone lists not available with your current license"
msgstr ""
msgid "Milestone lists show all issues from the selected milestone."
msgstr ""
+msgid "Milestone must have a start and due date"
+msgstr ""
+
msgid "MilestoneSidebar|Closed:"
msgstr ""
@@ -15463,6 +15906,15 @@ msgstr ""
msgid "Mirroring will only be available if the feature is included in the plan of the selected group or user."
msgstr ""
+msgid "Missing OAuth configuration for GitHub."
+msgstr ""
+
+msgid "Missing OS"
+msgstr ""
+
+msgid "Missing arch"
+msgstr ""
+
msgid "Missing commit signatures endpoint!"
msgstr ""
@@ -15508,6 +15960,9 @@ msgstr ""
msgid "Monitoring"
msgstr ""
+msgid "Month"
+msgstr ""
+
msgid "Months"
msgstr ""
@@ -15697,12 +16152,45 @@ msgstr ""
msgid "Network Policy|New rule"
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}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"
+msgstr ""
+
msgid "NetworkPolicies|.yaml mode"
msgstr ""
msgid "NetworkPolicies|Actions"
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|Choose whether to enforce this policy."
msgstr ""
@@ -15712,6 +16200,9 @@ msgstr ""
msgid "NetworkPolicies|Define this policy's location, conditions and actions."
msgstr ""
+msgid "NetworkPolicies|Deny all traffic"
+msgstr ""
+
msgid "NetworkPolicies|Description"
msgstr ""
@@ -15724,6 +16215,9 @@ msgstr ""
msgid "NetworkPolicies|Environment does not have deployment platform"
msgstr ""
+msgid "NetworkPolicies|IP/subnet"
+msgstr ""
+
msgid "NetworkPolicies|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 ""
@@ -15742,12 +16236,18 @@ msgstr ""
msgid "NetworkPolicies|Network Policy"
msgstr ""
+msgid "NetworkPolicies|Network traffic"
+msgstr ""
+
msgid "NetworkPolicies|New policy"
msgstr ""
msgid "NetworkPolicies|No policies detected"
msgstr ""
+msgid "NetworkPolicies|None selected"
+msgstr ""
+
msgid "NetworkPolicies|Policies are a specification of how groups of pods are allowed to communicate with each other's network endpoints."
msgstr ""
@@ -15772,9 +16272,15 @@ msgstr ""
msgid "NetworkPolicies|Policy type"
msgstr ""
+msgid "NetworkPolicies|Rule"
+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|Rules"
msgstr ""
@@ -15787,9 +16293,54 @@ msgstr ""
msgid "NetworkPolicies|Status"
msgstr ""
+msgid "NetworkPolicies|Traffic that does not match any rule will be blocked."
+msgstr ""
+
msgid "NetworkPolicies|YAML editor"
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 "Never"
msgstr ""
@@ -16181,12 +16732,18 @@ msgstr ""
msgid "No required pipeline"
msgstr ""
+msgid "No runner executable"
+msgstr ""
+
msgid "No runners found"
msgstr ""
msgid "No schedules"
msgstr ""
+msgid "No source selected"
+msgstr ""
+
msgid "No stack trace for this error"
msgstr ""
@@ -16274,18 +16831,12 @@ msgstr ""
msgid "Not started"
msgstr ""
-msgid "Not-confidential epic cannot be assigned to a confidential parent epic"
-msgstr ""
-
msgid "Note"
msgstr ""
msgid "Note parameters are invalid: %{errors}"
msgstr ""
-msgid "Note that PostgreSQL %{pg_version_upcoming} will become the minimum required version in GitLab %{gl_version_upcoming} (%{gl_version_upcoming_date}). Please consider upgrading your environment to a supported PostgreSQL version soon, see <a href=\"%{pg_version_upcoming_url}\">the related epic</a> for details."
-msgstr ""
-
msgid "Note that this invitation was sent to %{mail_to_invite_email}, but you are signed in as %{link_to_current_user} with email %{mail_to_current_user}."
msgstr ""
@@ -16433,9 +16984,6 @@ msgstr ""
msgid "Novice"
msgstr ""
-msgid "Now you can access the merge request navigation tabs at the top, where they’re easier to find."
-msgstr ""
-
msgid "Nuget metadatum must have at least license_url, project_url or icon_url set"
msgstr ""
@@ -16475,9 +17023,6 @@ msgstr ""
msgid "Number of files touched"
msgstr ""
-msgid "OAuth configuration for GitHub missing."
-msgstr ""
-
msgid "OK"
msgstr "確定"
@@ -16520,21 +17065,27 @@ msgstr ""
msgid "OnDemandScans|Attached branch is where the scan job runs."
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|Could not run the scan: %{backendErrorMessage}"
+msgid "OnDemandScans|Create a new site profile"
msgstr ""
msgid "OnDemandScans|Create new DAST scan"
msgstr ""
-msgid "OnDemandScans|DAST will scan the target URL and any discovered sub URLs."
+msgid "OnDemandScans|Manage profiles"
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 site profile."
+msgstr ""
+
msgid "OnDemandScans|On-demand Scans"
msgstr ""
@@ -16544,25 +17095,31 @@ msgstr ""
msgid "OnDemandScans|Only a passive scan can be performed on demand."
msgstr ""
-msgid "OnDemandScans|Passive DAST Scan"
+msgid "OnDemandScans|Passive"
msgstr ""
-msgid "OnDemandScans|Please enter a valid URL format, ex: http://www.example.com/home"
+msgid "OnDemandScans|Run scan"
msgstr ""
-msgid "OnDemandScans|Run this scan"
+msgid "OnDemandScans|Scan mode"
msgstr ""
-msgid "OnDemandScans|Scan mode"
+msgid "OnDemandScans|Scanner settings"
msgstr ""
msgid "OnDemandScans|Schedule or run scans immediately against target sites. Currently available on-demand scan type: DAST. %{helpLinkStart}More information%{helpLinkEnd}"
msgstr ""
-msgid "OnDemandScans|Target URL"
+msgid "OnDemandScans|Select one of the existing profiles"
+msgstr ""
+
+msgid "OnDemandScans|Site profiles"
msgstr ""
-msgid "Once a project is permanently deleted it %{strongStart}cannot be recovered%{strongEnd}. Permanently deleting this project will %{strongStart}immediately delete%{strongEnd} its respositories and %{strongStart}all related resources%{strongEnd} including issues, merge requests etc."
+msgid "OnDemandScans|Use existing site profile"
+msgstr ""
+
+msgid "Once 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 "Once a project is permanently deleted it cannot be recovered. You will lose this project's repository and all content: issues, merge requests etc."
@@ -16620,9 +17177,6 @@ msgstr ""
msgid "Only active this projects shows up in the search and on the dashboard."
msgstr ""
-msgid "Only admins"
-msgstr ""
-
msgid "Only admins can delete project"
msgstr ""
@@ -16641,6 +17195,9 @@ msgstr ""
msgid "Only project members will be imported. Group members will be skipped."
msgstr ""
+msgid "Only projects created under a Gold license are available in Security Dashboards."
+msgstr ""
+
msgid "Only verified users with an email address in any of these domains can be added to the group."
msgstr ""
@@ -16656,9 +17213,15 @@ msgstr ""
msgid "Open Selection"
msgstr ""
+msgid "Open Web IDE"
+msgstr ""
+
msgid "Open comment type dropdown"
msgstr ""
+msgid "Open epics"
+msgstr ""
+
msgid "Open errors"
msgstr ""
@@ -16779,18 +17342,12 @@ msgstr ""
msgid "Outbound requests"
msgstr ""
-msgid "OutdatedBrowser|From May 2020 GitLab no longer supports Internet Explorer 11."
-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 "OutdatedBrowser|You can provide feedback %{feedback_link_start}on this issue%{feedback_link_end} or via your usual support channels."
-msgstr ""
-
msgid "Outdent"
msgstr ""
@@ -16824,9 +17381,6 @@ msgstr ""
msgid "Package deleted successfully"
msgstr ""
-msgid "Package information"
-msgstr ""
-
msgid "Package recipe already exists"
msgstr ""
@@ -16911,6 +17465,12 @@ msgstr ""
msgid "PackageRegistry|Copy npm setup command"
msgstr ""
+msgid "PackageRegistry|Copy registry include"
+msgstr ""
+
+msgid "PackageRegistry|Copy require package include"
+msgstr ""
+
msgid "PackageRegistry|Copy yarn command"
msgstr ""
@@ -16926,6 +17486,9 @@ msgstr ""
msgid "PackageRegistry|Filter by name"
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 ""
@@ -16944,9 +17507,6 @@ msgstr ""
msgid "PackageRegistry|If you haven't already done so, you will need to add the below to your %{codeStart}pom.xml%{codeEnd} file."
msgstr ""
-msgid "PackageRegistry|Installation"
-msgstr ""
-
msgid "PackageRegistry|Is your favorite package manager missing? We'd love your help in building first-class support for it into GitLab! %{contributionLinkStart}Visit the contribution documentation%{contributionLinkEnd} to learn more about how to build support for new package managers into GitLab. Below is a list of package managers that are on our radar."
msgstr ""
@@ -16983,27 +17543,18 @@ msgstr ""
msgid "PackageRegistry|Pip Command"
msgstr ""
-msgid "PackageRegistry|Pipeline %{linkStart}%{linkEnd} triggered %{timestamp} by %{author}"
-msgstr ""
-
msgid "PackageRegistry|Pipeline %{link} triggered %{datetime} by %{author}"
msgstr ""
msgid "PackageRegistry|Published to the %{project} Package Registry %{datetime}"
msgstr ""
-msgid "PackageRegistry|Published to the repository at %{timestamp}"
-msgstr ""
-
msgid "PackageRegistry|PyPi"
msgstr ""
msgid "PackageRegistry|Recipe: %{recipe}"
msgstr ""
-msgid "PackageRegistry|Registry Setup"
-msgstr ""
-
msgid "PackageRegistry|Remove package"
msgstr ""
@@ -17052,13 +17603,19 @@ 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"
+msgid "PackageRegistry|composer.json registry include"
+msgstr ""
+
+msgid "PackageRegistry|composer.json require package include"
+msgstr ""
+
+msgid "PackageRegistry|npm command"
msgstr ""
msgid "PackageRegistry|published by %{author}"
msgstr ""
-msgid "PackageRegistry|yarn"
+msgid "PackageRegistry|yarn command"
msgstr ""
msgid "PackageType|Composer"
@@ -17202,7 +17759,7 @@ msgstr ""
msgid "Password successfully changed"
msgstr ""
-msgid "Password was successfully updated. Please login with it"
+msgid "Password was successfully updated. Please sign in again."
msgstr ""
msgid "Passwords should be unique and not used for any other sites or services."
@@ -17706,6 +18263,9 @@ msgstr ""
msgid "Please complete your profile with email address"
msgstr ""
+msgid "Please contact your administrator with any questions."
+msgstr ""
+
msgid "Please contact your administrator."
msgstr ""
@@ -17859,13 +18419,13 @@ msgstr ""
msgid "Preferences|Choose what content you want to see on a project’s overview page."
msgstr ""
-msgid "Preferences|Customize integrations with third party services."
+msgid "Preferences|Choose what content you want to see on your homepage."
msgstr ""
-msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
+msgid "Preferences|Customize integrations with third party services."
msgstr ""
-msgid "Preferences|Default dashboard"
+msgid "Preferences|Customize the appearance of the application header and navigation sidebar."
msgstr ""
msgid "Preferences|Display time in 24-hour format"
@@ -17877,6 +18437,9 @@ msgstr ""
msgid "Preferences|For example: 30 mins ago."
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 ""
@@ -18168,15 +18731,9 @@ msgstr ""
msgid "Profiles|Default notification email"
msgstr ""
-msgid "Profiles|Delete Account"
-msgstr ""
-
msgid "Profiles|Delete account"
msgstr ""
-msgid "Profiles|Delete your account?"
-msgstr ""
-
msgid "Profiles|Deleting an account has the following effects:"
msgstr ""
@@ -18567,6 +19124,9 @@ 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 ""
@@ -18591,6 +19151,9 @@ msgstr ""
msgid "ProjectFileTree|Name"
msgstr ""
+msgid "ProjectFileTree|Show more"
+msgstr ""
+
msgid "ProjectLastActivity|Never"
msgstr ""
@@ -19182,7 +19745,7 @@ msgstr ""
msgid "PrometheusAlerts|Operator"
msgstr ""
-msgid "PrometheusAlerts|Runbook"
+msgid "PrometheusAlerts|Runbook URL (optional)"
msgstr ""
msgid "PrometheusAlerts|Select query"
@@ -19191,10 +19754,19 @@ msgstr ""
msgid "PrometheusAlerts|Threshold"
msgstr ""
-msgid "PrometheusService|%{exporters} with %{metrics} were found"
+msgid "PrometheusAlerts|exceeded"
+msgstr ""
+
+msgid "PrometheusAlerts|https://gitlab.com/gitlab-com/runbooks"
+msgstr ""
+
+msgid "PrometheusAlerts|is equal to"
msgstr ""
-msgid "PrometheusService|<p class=\"text-tertiary\">No <a href=\"%{docsUrl}\">common metrics</a> were found</p>"
+msgid "PrometheusAlerts|is less than"
+msgstr ""
+
+msgid "PrometheusService|%{exporters} with %{metrics} were found"
msgstr ""
msgid "PrometheusService|Active"
@@ -19254,6 +19826,9 @@ 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 ""
@@ -19308,6 +19883,9 @@ msgstr ""
msgid "Promoted issue to an epic."
msgstr ""
+msgid "Promotion is not supported."
+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 ""
@@ -19389,6 +19967,9 @@ msgstr ""
msgid "Prompt users to upload SSH keys"
msgstr ""
+msgid "Protect"
+msgstr ""
+
msgid "Protect variable"
msgstr ""
@@ -19719,9 +20300,6 @@ msgstr ""
msgid "Recent searches"
msgstr ""
-msgid "Recipe"
-msgstr ""
-
msgid "Reconfigure"
msgstr ""
@@ -19816,6 +20394,9 @@ msgstr ""
msgid "Registration|Your profile"
msgstr ""
+msgid "Registry setup"
+msgstr ""
+
msgid "Regulate approvals by authors/committers, based on compliance frameworks. Can be changed only at the instance level."
msgstr ""
@@ -19907,6 +20488,9 @@ 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 ""
@@ -19949,6 +20533,9 @@ msgstr ""
msgid "Remove all or specific label(s)"
msgstr ""
+msgid "Remove approver"
+msgstr ""
+
msgid "Remove approvers"
msgstr ""
@@ -20018,9 +20605,6 @@ msgstr ""
msgid "Remove priority"
msgstr ""
-msgid "Remove project"
-msgstr ""
-
msgid "Remove secondary node"
msgstr ""
@@ -20054,9 +20638,6 @@ msgstr ""
msgid "Removed %{type} with id %{id}"
msgstr ""
-msgid "Removed Projects"
-msgstr ""
-
msgid "Removed all labels."
msgstr ""
@@ -20069,12 +20650,6 @@ msgstr ""
msgid "Removed parent epic %{epic_ref}."
msgstr ""
-msgid "Removed projects"
-msgstr ""
-
-msgid "Removed projects cannot be restored!"
-msgstr ""
-
msgid "Removed spent time."
msgstr ""
@@ -20123,15 +20698,9 @@ msgstr ""
msgid "Removes time estimate."
msgstr ""
-msgid "Removing a project places it into a read-only state until %{date}, at which point the project will be permanently removed. Are you ABSOLUTELY sure?"
-msgstr ""
-
msgid "Removing license…"
msgstr ""
-msgid "Removing the project will delete its repository and all related resources including issues, merge requests etc."
-msgstr ""
-
msgid "Removing this group also removes all child projects, including archived projects, and their resources."
msgstr ""
@@ -20313,9 +20882,6 @@ msgstr ""
msgid "Repository Settings"
msgstr ""
-msgid "Repository URL"
-msgstr ""
-
msgid "Repository check"
msgstr ""
@@ -20501,9 +21067,15 @@ msgstr ""
msgid "Resolve all threads in new issue"
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 ""
@@ -20682,6 +21254,9 @@ msgstr ""
msgid "Rook"
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 ""
@@ -20694,6 +21269,9 @@ msgstr ""
msgid "Run housekeeping"
msgstr ""
+msgid "Run manual or delayed jobs"
+msgstr ""
+
msgid "Run tests against your code live using the Web Terminal"
msgstr ""
@@ -20820,6 +21398,9 @@ msgstr ""
msgid "Save Changes"
msgstr ""
+msgid "Save Push Rules"
+msgstr ""
+
msgid "Save anyway"
msgstr ""
@@ -20850,6 +21431,9 @@ msgstr ""
msgid "Save variables"
msgstr ""
+msgid "Saved scan settings and target site settings which are reusable."
+msgstr ""
+
msgid "Saving"
msgstr ""
@@ -20898,6 +21482,9 @@ msgstr ""
msgid "Scopes can't be blank"
msgstr ""
+msgid "Score"
+msgstr ""
+
msgid "Scroll down"
msgstr ""
@@ -20940,6 +21527,9 @@ msgstr ""
msgid "Search branches and tags"
msgstr ""
+msgid "Search branches, tags, and commits"
+msgstr ""
+
msgid "Search by Git revision"
msgstr ""
@@ -21127,6 +21717,9 @@ msgstr ""
msgid "Secondary"
msgstr ""
+msgid "Seconds"
+msgstr ""
+
msgid "Secret"
msgstr ""
@@ -21154,13 +21747,37 @@ msgstr ""
msgid "Security report is out of date. Run %{newPipelineLinkStart}a new pipeline%{newPipelineLinkEnd} for the target branch (%{targetBranchName})"
msgstr ""
+msgid "SecurityApprovals|License Scanning must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|One or more of the security scanners must be enabled. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires approval for vulnerabilties of Critical, High, or Unknown severity. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
+msgid "SecurityApprovals|Requires license policy rules for licenses of Allowed, or Denied. %{linkStart}More information%{linkEnd}"
+msgstr ""
+
msgid "SecurityConfiguration|An error occurred while creating the merge request."
msgstr ""
+msgid "SecurityConfiguration|Available for on-demand DAST"
+msgstr ""
+
msgid "SecurityConfiguration|Configure"
msgstr ""
-msgid "SecurityConfiguration|Customize common SAST settings to suit your requirements. More advanced configuration options exist, which you can add to the configuration file this tool generates. It's important to note that if you make any configurations, they will be saved as overrides and will be %{strongStart}excluded from automatic updates%{strongEnd}."
+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"
msgstr ""
msgid "SecurityConfiguration|Enable via Merge Request"
@@ -21181,6 +21798,9 @@ msgstr ""
msgid "SecurityConfiguration|Not enabled"
msgstr ""
+msgid "SecurityConfiguration|SAST Configuration"
+msgstr ""
+
msgid "SecurityConfiguration|Security Control"
msgstr ""
@@ -21208,7 +21828,7 @@ msgstr ""
msgid "SecurityReports|Add a project to your dashboard"
msgstr ""
-msgid "SecurityReports|Add or remove projects from your dashboard"
+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"
@@ -21244,13 +21864,10 @@ msgstr ""
msgid "SecurityReports|Download Report"
msgstr ""
-msgid "SecurityReports|Each vulnerability now has a unique page that can be directly linked to, shared, referenced, and tracked as the single source of truth. Vulnerability occurrences also persist across scanner runs, which improves tracking and visibility and reduces duplicates between scans."
+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|Edit dashboard"
-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."
+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."
@@ -21265,19 +21882,13 @@ msgstr ""
msgid "SecurityReports|Fuzzing artifacts"
msgstr ""
-msgid "SecurityReports|Group Security Dashboard"
-msgstr ""
-
msgid "SecurityReports|Hide dismissed"
msgstr ""
-msgid "SecurityReports|Introducing standalone vulnerabilities"
-msgstr ""
-
msgid "SecurityReports|Issue Created"
msgstr ""
-msgid "SecurityReports|Learn more"
+msgid "SecurityReports|Issues created from a vulnerability cannot be removed."
msgstr ""
msgid "SecurityReports|Learn more about setting up your dashboard"
@@ -21289,6 +21900,9 @@ msgstr ""
msgid "SecurityReports|Monitor vulnerabilities in your code"
msgstr ""
+msgid "SecurityReports|Monitored projects"
+msgstr ""
+
msgid "SecurityReports|More info"
msgstr ""
@@ -21307,13 +21921,13 @@ msgstr ""
msgid "SecurityReports|Project"
msgstr ""
-msgid "SecurityReports|Projects added"
+msgid "SecurityReports|Project was not found or you do not have permission to add this project to Security Dashboards."
msgstr ""
-msgid "SecurityReports|Remove project from dashboard"
+msgid "SecurityReports|Projects added"
msgstr ""
-msgid "SecurityReports|Return to dashboard"
+msgid "SecurityReports|Remove project from dashboard"
msgstr ""
msgid "SecurityReports|Scan details"
@@ -21385,7 +21999,7 @@ msgstr ""
msgid "SecurityReports|To widen your search, change or remove filters above"
msgstr ""
-msgid "SecurityReports|Unable to add %{invalidProjectsMessage}"
+msgid "SecurityReports|Unable to add %{invalidProjectsMessage}: %{errorMessage}"
msgstr ""
msgid "SecurityReports|Unable to add %{invalidProjects}"
@@ -21394,6 +22008,9 @@ msgstr ""
msgid "SecurityReports|Undo dismiss"
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 ""
@@ -21424,9 +22041,6 @@ msgstr ""
msgid "See what's new at GitLab"
msgstr ""
-msgid "See your pipeline in action"
-msgstr ""
-
msgid "Select"
msgstr ""
@@ -21550,6 +22164,9 @@ msgstr ""
msgid "Select shards to replicate"
msgstr ""
+msgid "Select source"
+msgstr ""
+
msgid "Select source branch"
msgstr ""
@@ -21580,6 +22197,9 @@ msgstr ""
msgid "Select timezone"
msgstr ""
+msgid "Select type"
+msgstr ""
+
msgid "Select user"
msgstr ""
@@ -21769,6 +22389,12 @@ msgstr ""
msgid "Service Desk is enabled but not yet active"
msgstr ""
+msgid "Service Desk is not enabled"
+msgstr ""
+
+msgid "Service Desk is not supported"
+msgstr ""
+
msgid "Service Templates"
msgstr ""
@@ -21781,6 +22407,12 @@ msgstr ""
msgid "Set %{epic_ref} as the parent epic."
msgstr ""
+msgid "Set .gitlab-ci.yml to enable or configure SAST"
+msgstr ""
+
+msgid "Set .gitlab-ci.yml to enable or configure SAST security scanning 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 "Set a default template for issue descriptions."
msgstr ""
@@ -22095,19 +22727,19 @@ msgstr ""
msgid "Showing %{pageSize} of %{total} issues"
msgstr ""
-msgid "Showing Latest Version"
+msgid "Showing all issues"
msgstr ""
-msgid "Showing Version #%{versionNumber}"
+msgid "Showing graphs based on events of the last %{timerange} days."
msgstr ""
-msgid "Showing all issues"
+msgid "Showing last %{size} of log -"
msgstr ""
-msgid "Showing graphs based on events of the last %{timerange} days."
+msgid "Showing latest version"
msgstr ""
-msgid "Showing last %{size} of log -"
+msgid "Showing version #%{versionNumber}"
msgstr ""
msgid "Side-by-side"
@@ -22203,6 +22835,9 @@ msgstr ""
msgid "Similar issues"
msgstr ""
+msgid "Simulate a pipeline created for the default branch"
+msgstr ""
+
msgid "Single or combined queries"
msgstr ""
@@ -22245,7 +22880,7 @@ msgstr ""
msgid "SlackIntegration|Select events below to enable notifications. The %{strong_open}Slack channel names%{strong_close} and %{strong_open}Slack username%{strong_close} fields are optional."
msgstr ""
-msgid "SlackIntegration|This service send notifications about projects' events to Slack channels. To set up this service:"
+msgid "SlackIntegration|This service sends notifications about project events to Slack channels. To set up this service:"
msgstr ""
msgid "SlackService|2. Paste the %{strong_open}Token%{strong_close} into the field below"
@@ -22296,12 +22931,21 @@ msgstr ""
msgid "SnippetsEmptyState|There are no snippets to show."
msgstr ""
+msgid "Snippets|Add another file %{num}/%{total}"
+msgstr ""
+
+msgid "Snippets|Delete file"
+msgstr ""
+
msgid "Snippets|Description (optional)"
msgstr ""
msgid "Snippets|File"
msgstr ""
+msgid "Snippets|Files"
+msgstr ""
+
msgid "Snippets|Give your file a name to add code highlighting, e.g. example.rb for Ruby"
msgstr ""
@@ -22359,6 +23003,9 @@ msgstr ""
msgid "Something went wrong trying to change the locked state of this %{issuableDisplayName}"
msgstr ""
+msgid "Something went wrong when reordering designs. Please try again"
+msgstr ""
+
msgid "Something went wrong when toggling the button"
msgstr ""
@@ -22488,10 +23135,10 @@ msgstr ""
msgid "Something went wrong, unable to add projects to dashboard"
msgstr ""
-msgid "Something went wrong, unable to get projects"
+msgid "Something went wrong, unable to delete project"
msgstr ""
-msgid "Something went wrong, unable to remove project"
+msgid "Something went wrong, unable to get projects"
msgstr ""
msgid "Something went wrong, unable to search projects"
@@ -23388,6 +24035,9 @@ msgstr ""
msgid "Switch to the source to copy the file contents"
msgstr ""
+msgid "Symbolic link"
+msgstr ""
+
msgid "Sync information"
msgstr ""
@@ -23436,6 +24086,9 @@ msgstr ""
msgid "Tag name"
msgstr ""
+msgid "Tag name is required"
+msgstr ""
+
msgid "Tag this commit."
msgstr ""
@@ -23448,6 +24101,9 @@ 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 ""
@@ -23627,6 +24283,12 @@ msgstr ""
msgid "Test"
msgstr ""
+msgid "Test Cases"
+msgstr ""
+
+msgid "Test cases are not available for this project"
+msgstr ""
+
msgid "Test coverage parsing"
msgstr ""
@@ -23694,9 +24356,6 @@ msgstr ""
msgid "TestReports|There was an error fetching the summary."
msgstr ""
-msgid "TestReports|There was an error fetching the test reports."
-msgstr ""
-
msgid "TestReports|There was an error fetching the test suite."
msgstr ""
@@ -23733,9 +24392,6 @@ 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 %{true_up_link_start}true-up model%{link_end} has a retroactive charge for these users at the next renewal. If you want to update your license sooner to prevent this, %{support_link_start}please contact our Support team%{link_end}."
-msgstr ""
-
msgid "The %{type} contains the following error:"
msgid_plural "The %{type} contains the following errors:"
msgstr[0] ""
@@ -23767,6 +24423,9 @@ msgstr ""
msgid "The URL to use for connecting to Elasticsearch. Use a comma-separated list to support clustering (e.g., \"http://localhost:9200, http://localhost:9201\")."
msgstr ""
+msgid "The Web IDE offers advanced syntax highlighting capabilities and more."
+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 ""
@@ -23797,6 +24456,9 @@ msgstr ""
msgid "The commit does not exist"
msgstr ""
+msgid "The comparison view may be inaccurate due to merge conflicts."
+msgstr ""
+
msgid "The connection will time out after %{timeout}. For repositories that take longer, use a clone/push combination."
msgstr ""
@@ -23851,6 +24513,12 @@ msgstr ""
msgid "The file name should have a .yml extension"
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 items will NOT be exported:"
msgstr ""
@@ -23951,13 +24619,13 @@ msgstr ""
msgid "The number of changes to be fetched from GitLab when cloning a repository. This can speed up Pipelines execution. Keep empty or set to 0 to disable shallow clone by default and make GitLab CI fetch all branches and tags each time."
msgstr ""
-msgid "The number of merge requests merged to the master branch by month."
+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 one place for your designs"
+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."
@@ -23996,6 +24664,9 @@ 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 ""
@@ -24113,6 +24784,9 @@ msgstr ""
msgid "There are currently no events."
msgstr ""
+msgid "There are merge conflicts"
+msgstr ""
+
msgid "There are no %{replicableTypeName} to show"
msgstr ""
@@ -24188,12 +24862,15 @@ msgstr ""
msgid "There is already a repository with that name on disk"
msgstr ""
-msgid "There is no data available."
+msgid "There is no chart 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 ""
@@ -24206,6 +24883,9 @@ msgstr ""
msgid "There was a problem fetching labels."
msgstr ""
+msgid "There was a problem fetching milestones."
+msgstr ""
+
msgid "There was a problem fetching project branches."
msgstr ""
@@ -24356,19 +25036,19 @@ msgstr ""
msgid "There was an error when unsubscribing from this label."
msgstr ""
-msgid "There was an error while fetching value stream analytics data."
+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 value stream analytics duration data."
+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 duration median data."
+msgid "There was an error while fetching value stream analytics %{requestTypeName} data."
msgstr ""
-msgid "There was an error while fetching value stream analytics recent activity data."
+msgid "There was an error while fetching value stream analytics data."
msgstr ""
-msgid "There was an error while fetching value stream analytics time summary data."
+msgid "There was an error while fetching value stream analytics duration data."
msgstr ""
msgid "There was an error with the reCAPTCHA. Please solve the reCAPTCHA again."
@@ -24392,6 +25072,9 @@ 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 ""
@@ -24422,7 +25105,7 @@ 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. You will lose the project's respository and all conent: issues, merge requests, etc."
+msgid "This action cannot be undone. You will lose the project's repository and all content: issues, merge requests, etc."
msgstr ""
msgid "This action will %{strongOpen}permanently delete%{strongClose} %{codeOpen}%{project}%{codeClose} %{strongOpen}immediately%{strongClose}, including its repositories and all content: issues, merge requests, etc."
@@ -24596,9 +25279,6 @@ msgstr ""
msgid "This is your current session"
msgstr ""
-msgid "This issue is confidential"
-msgstr ""
-
msgid "This issue is currently blocked by the following issues: %{issues}."
msgstr ""
@@ -24761,15 +25441,15 @@ msgstr ""
msgid "This project does not have a wiki homepage yet"
msgstr ""
-msgid "This project does not have billing enabled. To create a cluster, <a href=%{linkToBilling} target=\"_blank\" rel=\"noopener noreferrer\">enable billing <i class=\"fa fa-external-link\" aria-hidden=\"true\"></i></a> and try again."
-msgstr ""
-
msgid "This project has no active access tokens."
msgstr ""
msgid "This project is archived and cannot be commented on."
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 ""
@@ -24830,6 +25510,9 @@ msgstr ""
msgid "This variable can not be masked."
msgstr ""
+msgid "This will clear repository check states for ALL projects in the database. This cannot be undone. Are you sure?"
+msgstr ""
+
msgid "This will help us personalize your onboarding experience."
msgstr ""
@@ -25201,9 +25884,6 @@ msgstr ""
msgid "To define internal users, first enable new users set to external"
msgstr ""
-msgid "To enable it and see User Cohorts, visit %{application_settings_link_start}application settings%{application_settings_link_end}."
-msgstr ""
-
msgid "To further protect your account, consider configuring a %{mfa_link_start}two-factor authentication%{mfa_link_end} method."
msgstr ""
@@ -25288,9 +25968,15 @@ 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 view all %{scannedResourcesCount} scanned URLs, please download the CSV file"
msgstr ""
+msgid "To view instance-level analytics, ask an admin to turn on %{docLinkStart}usage ping%{docLinkEnd}."
+msgstr ""
+
msgid "To view the roadmap, add a start or due date to one of your epics in this group or its subgroups. In the months view, only epics in the past month, current month, and next 5 months are shown."
msgstr ""
@@ -25312,9 +25998,6 @@ msgstr ""
msgid "Today"
msgstr ""
-msgid "Toggle Kubernetes cluster"
-msgstr ""
-
msgid "Toggle Markdown preview"
msgstr ""
@@ -25375,6 +26058,9 @@ msgstr ""
msgid "Toggles :%{name}: emoji award."
msgstr ""
+msgid "Token valid until revoked"
+msgstr ""
+
msgid "Tomorrow"
msgstr ""
@@ -25519,6 +26205,9 @@ msgstr ""
msgid "Trigger cluster reindexing"
msgstr ""
+msgid "Trigger manual job"
+msgstr ""
+
msgid "Trigger pipelines for mirror updates"
msgstr ""
@@ -25588,9 +26277,18 @@ msgstr ""
msgid "Turn On"
msgstr ""
+msgid "Turn on %{strongStart}usage ping%{strongEnd} to activate analysis of user activity, known as %{docLinkStart}Cohorts%{docLinkEnd}."
+msgstr ""
+
msgid "Turn on Service Desk"
msgstr ""
+msgid "Turn on usage ping"
+msgstr ""
+
+msgid "Turn on usage ping to review instance-level analytics."
+msgstr ""
+
msgid "Twitter"
msgstr ""
@@ -25606,10 +26304,22 @@ msgstr ""
msgid "Two-factor Authentication Recovery codes"
msgstr ""
-msgid "Two-factor Authentication has been disabled for this user"
+msgid "Two-factor authentication"
+msgstr ""
+
+msgid "Two-factor authentication disabled"
msgstr ""
-msgid "Two-factor authentication"
+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 "Type"
@@ -25792,7 +26502,7 @@ msgstr ""
msgid "Unlock the discussion"
msgstr ""
-msgid "Unlock this %{issuableDisplayName}? <strong>Everyone</strong> will be able to comment."
+msgid "Unlock this %{issuableDisplayName}? %{strongStart}Everyone%{strongEnd} will be able to comment."
msgstr ""
msgid "Unlocked"
@@ -25882,6 +26592,9 @@ msgstr ""
msgid "Until"
msgstr ""
+msgid "Unused, previous index '%{index_name}' will be deleted after %{time} automatically."
+msgstr ""
+
msgid "Unverified"
msgstr ""
@@ -25963,9 +26676,6 @@ msgstr ""
msgid "Updated %{updated_at} by %{updated_by}"
msgstr ""
-msgid "Updated at"
-msgstr ""
-
msgid "Updated to %{linkStart}chart v%{linkEnd}"
msgstr ""
@@ -26056,7 +26766,7 @@ msgstr ""
msgid "Usage"
msgstr ""
-msgid "Usage ping is not enabled"
+msgid "Usage ping is off"
msgstr ""
msgid "Usage statistics"
@@ -26146,9 +26856,6 @@ 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 %{native_redirect_uri} for local tests"
-msgstr ""
-
msgid "Use Service Desk to connect with your users (e.g. to offer customer support) through email right inside GitLab"
msgstr ""
@@ -26200,9 +26907,6 @@ msgstr ""
msgid "User %{username} was successfully removed."
msgstr ""
-msgid "User Cohorts are only shown when the %{usage_ping_link_start}usage ping%{usage_ping_link_end} is enabled."
-msgstr ""
-
msgid "User IDs"
msgstr ""
@@ -26446,9 +27150,15 @@ msgstr ""
msgid "Users requesting access to"
msgstr ""
+msgid "Users requesting access to %{strong_start}%{group_name}%{strong_end}"
+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 "Users with a Guest role or those who don't belong to any projects or groups don't count towards seats in use."
msgstr ""
@@ -26482,6 +27192,9 @@ msgstr ""
msgid "Validate"
msgstr ""
+msgid "Validate your GitLab CI configuration"
+msgstr ""
+
msgid "Validate your GitLab CI configuration file"
msgstr ""
@@ -26518,6 +27231,9 @@ msgstr ""
msgid "ValueStreamAnalytics|Median time from issue created to issue closed."
msgstr ""
+msgid "ValueStream|The Default Value Stream cannot be deleted"
+msgstr ""
+
msgid "Variable"
msgstr ""
@@ -26560,6 +27276,12 @@ msgstr ""
msgid "Version"
msgstr ""
+msgid "Version %{versionNumber}"
+msgstr ""
+
+msgid "Version %{versionNumber} (latest)"
+msgstr ""
+
msgid "View Documentation"
msgstr ""
@@ -26760,6 +27482,9 @@ msgstr ""
msgid "Vulnerabilities over time"
msgstr ""
+msgid "Vulnerability Report"
+msgstr ""
+
msgid "Vulnerability remediated. Review before resolving."
msgstr ""
@@ -26823,9 +27548,6 @@ msgstr ""
msgid "VulnerabilityManagement|Something went wrong while trying to unlink the issue. Please try again later."
msgstr ""
-msgid "VulnerabilityManagement|Something went wrong, could not create an issue."
-msgstr ""
-
msgid "VulnerabilityManagement|Something went wrong, could not get user."
msgstr ""
@@ -26967,7 +27689,7 @@ msgstr ""
msgid "We sent you an email with reset password instructions"
msgstr ""
-msgid "We tried to automatically renew your %{strong}%{plan_name}%{strong_close} 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."
+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."
@@ -27012,6 +27734,90 @@ msgstr ""
msgid "Webhooks have moved. They can now be found under the Settings menu."
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|Issues events"
+msgstr ""
+
+msgid "Webhooks|Job events"
+msgstr ""
+
+msgid "Webhooks|Merge request events"
+msgstr ""
+
+msgid "Webhooks|Pipeline events"
+msgstr ""
+
+msgid "Webhooks|Push events"
+msgstr ""
+
+msgid "Webhooks|SSL verification"
+msgstr ""
+
+msgid "Webhooks|Secret Token"
+msgstr ""
+
+msgid "Webhooks|Tag push events"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered by a push to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a confidential issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a deployment is finished/failed/canceled"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a merge request is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a new tag is pushed to the repository"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when a wiki page is created/updated"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when an issue is created/updated/merged"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when someone adds a comment on a confidential issue"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the job status changes"
+msgstr ""
+
+msgid "Webhooks|This URL will be triggered when the pipeline status changes"
+msgstr ""
+
+msgid "Webhooks|Trigger"
+msgstr ""
+
+msgid "Webhooks|URL"
+msgstr ""
+
+msgid "Webhooks|Use this token to validate received payloads. It will be sent with the request in the X-Gitlab-Token HTTP header."
+msgstr ""
+
+msgid "Webhooks|Wiki Page events"
+msgstr ""
+
msgid "Wednesday"
msgstr ""
@@ -27033,21 +27839,21 @@ msgstr ""
msgid "Welcome to GitLab"
msgstr ""
-msgid "Welcome to GitLab %{name}!"
+msgid "Welcome to GitLab%{br_tag}%{name}!"
msgstr ""
msgid "Welcome to GitLab, %{first_name}!"
msgstr ""
-msgid "Welcome to GitLab.com%{br_tag}@%{name}!"
-msgstr ""
-
msgid "Welcome to the guided GitLab tour"
msgstr ""
msgid "Welcome to your Issue Board!"
msgstr ""
+msgid "Welcome to your issue board!"
+msgstr ""
+
msgid "We’ve been making changes to %{featureName} and we’d love your feedback %{linkStart}in this issue%{linkEnd} to help us improve the experience."
msgstr ""
@@ -27057,6 +27863,9 @@ msgstr ""
msgid "What describes you best?"
msgstr ""
+msgid "What's new at GitLab"
+msgstr ""
+
msgid "What’s your experience level?"
msgstr ""
@@ -27373,10 +28182,10 @@ msgstr ""
msgid "You are connected to the Prometheus server, but there is currently no data to display."
msgstr ""
-msgid "You are going to remove %{group_name}, this will also remove all of its subgroups and projects. Removed groups CANNOT be restored! Are you ABSOLUTELY sure?"
+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 %{project_full_name}. Removed project CANNOT be restored! Are you ABSOLUTELY sure?"
+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?"
@@ -27385,6 +28194,12 @@ msgstr ""
msgid "You are going to transfer %{project_full_name} to another owner. 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 the confidentiality. This means that only team members with %{strongStart}at least Reporter access%{strongEnd} are able to see and leave comments on the %{issuableType}."
+msgstr ""
+
msgid "You are not allowed to push into this branch. Create another branch or open a merge request."
msgstr ""
@@ -27394,6 +28209,9 @@ msgstr ""
msgid "You are not authorized to perform this action"
msgstr ""
+msgid "You are not authorized to update this scanner profile"
+msgstr ""
+
msgid "You are now impersonating %{username}"
msgstr ""
@@ -27430,9 +28248,6 @@ msgstr ""
msgid "You can also upload existing files from your computer using the instructions below."
msgstr ""
-msgid "You can also use project access tokens to authenticate against Git over HTTP."
-msgstr ""
-
msgid "You can always edit this later"
msgstr ""
@@ -27466,13 +28281,13 @@ 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 invite a new member to <strong>%{project_name}</strong> or invite another group."
+msgid "You can invite a new member to %{project_name} or invite another group."
msgstr ""
-msgid "You can invite a new member to <strong>%{project_name}</strong>."
+msgid "You can invite a new member to %{project_name}."
msgstr ""
-msgid "You can invite another group to <strong>%{project_name}</strong>."
+msgid "You can invite another group to %{project_name}."
msgstr ""
msgid "You can move around the graph by using the arrow keys."
@@ -27556,10 +28371,10 @@ msgstr ""
msgid "You could not create a new trigger."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
+msgid "You didn't renew your subscription for %{strong}%{namespace_name}%{strong_close} so it was downgraded to the free plan."
msgstr ""
-msgid "You didn't renew your %{strong}%{plan_name}%{strong_close} subscription so it was downgraded to the GitLab Core Plan."
+msgid "You didn't renew your subscription so it was downgraded to the GitLab Core Plan."
msgstr ""
msgid "You do not have an active license"
@@ -27772,6 +28587,9 @@ msgstr ""
msgid "You won't be able to pull or push project code via SSH until you add an SSH key to your profile"
msgstr ""
+msgid "You'll be charged for %{true_up_link_start}users over license%{link_end} on a quartely or annual basis, depending on the terms of your agreement."
+msgstr ""
+
msgid "You'll be signed out from your current account automatically."
msgstr ""
@@ -27847,7 +28665,7 @@ msgstr ""
msgid "Your Default Notification Email will be used for account notifications if a %{openingTag}group-specific email address%{closingTag} is not set."
msgstr ""
-msgid "Your DevOps Score gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
+msgid "Your DevOps Report gives an overview of how you are using GitLab from a feature perspective. View how you compare with other organizations, discover features you are not using, and learn best practices through blog posts and white papers."
msgstr ""
msgid "Your GPG keys (%{count})"
@@ -27964,6 +28782,9 @@ 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 ""
@@ -28091,6 +28912,9 @@ msgstr ""
msgid "among other things"
msgstr ""
+msgid "and"
+msgstr ""
+
msgid "any-approver for the merge request already exists"
msgstr ""
@@ -28392,12 +29216,6 @@ msgstr ""
msgid "committed"
msgstr ""
-msgid "confidentiality|You are going to turn off the confidentiality. This means <strong>everyone</strong> will be able to see and leave a comment on this issue."
-msgstr ""
-
-msgid "confidentiality|You are going to turn on the confidentiality. This means that only team members with <strong>at least Reporter access</strong> are able to see and leave comments on the issue."
-msgstr ""
-
msgid "connecting"
msgstr ""
@@ -28551,6 +29369,10 @@ msgstr ""
msgid "from"
msgstr ""
+msgid "from %d job"
+msgid_plural "from %d jobs"
+msgstr[0] ""
+
msgid "group"
msgstr ""
@@ -28596,9 +29418,6 @@ msgstr ""
msgid "in project %{link_to_project}"
msgstr ""
-msgid "index"
-msgstr ""
-
msgid "instance completed"
msgid_plural "instances completed"
msgstr[0] ""
@@ -28639,6 +29458,9 @@ msgstr ""
msgid "is not allowed. Try again with a different email address, or contact your GitLab admin."
msgstr ""
+msgid "is not allowed. We do not currently support project-level iterations"
+msgstr ""
+
msgid "is not an email you own"
msgstr ""
@@ -28787,9 +29609,15 @@ msgstr ""
msgid "mrWidget|%{prefixToLinkStart}No pipeline%{prefixToLinkEnd} %{addPipelineLinkStart}Add the .gitlab-ci.yml file%{addPipelineLinkEnd} to create one."
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"
msgstr ""
+msgid "mrWidget|Added to the merge train. There are %{mergeTrainPosition} merge requests waiting to be merged"
+msgstr ""
+
msgid "mrWidget|Allows commits from members who can merge to the target branch"
msgstr ""
@@ -28802,6 +29630,9 @@ msgstr ""
msgid "mrWidget|An error occurred while submitting your approval."
msgstr ""
+msgid "mrWidget|Approval is optional"
+msgstr ""
+
msgid "mrWidget|Approval password is invalid."
msgstr ""
@@ -28874,9 +29705,6 @@ msgstr ""
msgid "mrWidget|If the %{missingBranchName} branch exists in your local repository, you can merge this merge request manually using the command line"
msgstr ""
-msgid "mrWidget|In the merge train at position %{mergeTrainPosition}"
-msgstr ""
-
msgid "mrWidget|Jump to first unresolved thread"
msgstr ""
@@ -28910,12 +29738,6 @@ msgstr ""
msgid "mrWidget|More information"
msgstr ""
-msgid "mrWidget|No approval required"
-msgstr ""
-
-msgid "mrWidget|No approval required; you can still approve"
-msgstr ""
-
msgid "mrWidget|Open in Web IDE"
msgstr ""
@@ -28997,19 +29819,19 @@ msgstr ""
msgid "mrWidget|There are merge conflicts"
msgstr ""
-msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
+msgid "mrWidget|This action will add the merge request to the merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request failed to be merged automatically"
+msgid "mrWidget|This action will start a merge train when pipeline %{pipelineLink} succeeds."
msgstr ""
-msgid "mrWidget|This merge request is in the process of being merged"
+msgid "mrWidget|This feature merges changes from the target branch to the source branch. You cannot use this feature since the source branch is protected."
msgstr ""
-msgid "mrWidget|This merge request will be added to the merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request failed to be merged automatically"
msgstr ""
-msgid "mrWidget|This merge request will start a merge train when pipeline %{linkStart}#%{pipelineId}%{linkEnd} succeeds."
+msgid "mrWidget|This merge request is in the process of being merged"
msgstr ""
msgid "mrWidget|This project is archived, write access has been disabled"
@@ -29217,6 +30039,9 @@ msgstr ""
msgid "quick actions"
msgstr ""
+msgid "recent activity"
+msgstr ""
+
msgid "register"
msgstr ""
@@ -29260,9 +30085,6 @@ msgstr ""
msgid "satisfied"
msgstr ""
-msgid "score"
-msgstr ""
-
msgid "security Reports|There was an error creating the merge request"
msgstr ""
@@ -29380,6 +30202,9 @@ msgstr ""
msgid "this document"
msgstr ""
+msgid "time summary"
+msgstr ""
+
msgid "to help your contributors communicate effectively!"
msgstr ""
@@ -29398,6 +30223,9 @@ msgstr ""
msgid "triggered"
msgstr ""
+msgid "two-factor authentication settings"
+msgstr ""
+
msgid "unicode domains should use IDNA encoding"
msgstr ""
@@ -29461,6 +30289,9 @@ msgstr ""
msgid "vulnerability|Add comment & dismiss"
msgstr ""
+msgid "vulnerability|Add comment and dismiss"
+msgstr ""
+
msgid "vulnerability|Dismiss vulnerability"
msgstr ""
diff --git a/qa/qa/page/component/issue_board/show.rb b/qa/qa/page/component/issue_board/show.rb
index 9e843630115..15c1c25cbf9 100644
--- a/qa/qa/page/component/issue_board/show.rb
+++ b/qa/qa/page/component/issue_board/show.rb
@@ -96,6 +96,8 @@ module QA
click_boards_config_button
click_element(:labels_edit_button)
find_element(:labels_dropdown_content).find('li', text: label).click
+ # Clicking the edit button again closes the dropdown and allows the save button to be clicked
+ click_element(:labels_edit_button)
click_element(:save_changes_button)
wait_boards_list_finish_loading
end
diff --git a/spec/controllers/concerns/redis_tracking_spec.rb b/spec/controllers/concerns/redis_tracking_spec.rb
index 09ea9bd726f..3795fca5576 100644
--- a/spec/controllers/concerns/redis_tracking_spec.rb
+++ b/spec/controllers/concerns/redis_tracking_spec.rb
@@ -11,7 +11,7 @@ RSpec.describe RedisTracking do
include RedisTracking
skip_before_action :authenticate_user!, only: :show
- track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :g_compliance_dashboard_feature
+ track_redis_hll_event :index, :show, name: 'i_analytics_dev_ops_score', feature: :g_compliance_dashboard_feature, feature_default_enabled: true
def index
render html: 'index'
@@ -61,6 +61,14 @@ RSpec.describe RedisTracking do
get :index
end
+
+ it 'passes default_enabled flag' do
+ sign_in(user)
+
+ expect(controller).to receive(:metric_feature_enabled?).with(feature.to_sym, true)
+
+ get :index
+ end
end
context 'when user is not logged in and there is a visitor_id' do
diff --git a/spec/factories/audit_events.rb b/spec/factories/audit_events.rb
index 9a450797df7..5497648273c 100644
--- a/spec/factories/audit_events.rb
+++ b/spec/factories/audit_events.rb
@@ -36,7 +36,7 @@ FactoryBot.define do
ip_address { IPAddr.new '127.0.0.1' }
details do
{
- change: 'packges_enabled',
+ change: 'packages_enabled',
from: true,
to: false,
author_name: user.name,
diff --git a/spec/factories/packages.rb b/spec/factories/packages.rb
index ee9079579e0..52b2a32cd3b 100644
--- a/spec/factories/packages.rb
+++ b/spec/factories/packages.rb
@@ -2,6 +2,7 @@
FactoryBot.define do
factory :package, class: 'Packages::Package' do
project
+ creator { project&.creator }
name { 'my/company/app/my-app' }
sequence(:version) { |n| "1.#{n}-SNAPSHOT" }
package_type { :maven }
diff --git a/spec/features/issues/issue_detail_spec.rb b/spec/features/issues/issue_detail_spec.rb
index 9879703c8bf..1c8da227412 100644
--- a/spec/features/issues/issue_detail_spec.rb
+++ b/spec/features/issues/issue_detail_spec.rb
@@ -20,6 +20,19 @@ RSpec.describe 'Issue Detail', :js do
end
end
+ context 'when user displays the issue as an incident' do
+ let(:issue) { create(:incident, project: project, author: user) }
+
+ before do
+ visit project_issue_path(project, issue)
+ wait_for_requests
+ end
+
+ it 'does not show design management' do
+ expect(page).not_to have_selector('.js-design-management')
+ end
+ end
+
context 'when issue description has xss snippet' do
before do
issue.update!(description: '![xss" onload=alert(1);//](a)')
diff --git a/spec/frontend/boards/stores/mutations_spec.js b/spec/frontend/boards/stores/mutations_spec.js
index 5a4f703f72e..f80236afacd 100644
--- a/spec/frontend/boards/stores/mutations_spec.js
+++ b/spec/frontend/boards/stores/mutations_spec.js
@@ -190,6 +190,48 @@ describe('Board Store Mutations', () => {
});
});
+ describe('UPDATE_ISSUE_BY_ID', () => {
+ const issueId = '1';
+ const prop = 'id';
+ const value = '2';
+ const issue = { [issueId]: { id: 1, title: 'Issue' } };
+
+ beforeEach(() => {
+ state = {
+ ...state,
+ isLoadingIssues: true,
+ error: undefined,
+ issues: {
+ ...issue,
+ },
+ };
+ });
+
+ describe('when the issue is in state', () => {
+ it('updates the property of the correct issue', () => {
+ mutations.UPDATE_ISSUE_BY_ID(state, {
+ issueId,
+ prop,
+ value,
+ });
+
+ expect(state.issues[issueId]).toEqual({ ...issue[issueId], id: '2' });
+ });
+ });
+
+ describe('when the issue is not in state', () => {
+ it('throws an error', () => {
+ expect(() => {
+ mutations.UPDATE_ISSUE_BY_ID(state, {
+ issueId: '3',
+ prop,
+ value,
+ });
+ }).toThrow(new Error('No issue found.'));
+ });
+ });
+ });
+
describe('RECEIVE_ADD_ISSUE_SUCCESS', () => {
expectNotImplemented(mutations.RECEIVE_ADD_ISSUE_SUCCESS);
});
diff --git a/spec/frontend/environments/environment_rollback_spec.js b/spec/frontend/environments/environment_rollback_spec.js
index f25e05f9cd8..fb62a096c3d 100644
--- a/spec/frontend/environments/environment_rollback_spec.js
+++ b/spec/frontend/environments/environment_rollback_spec.js
@@ -1,5 +1,5 @@
import { shallowMount, mount } from '@vue/test-utils';
-import { GlDeprecatedButton } from '@gitlab/ui';
+import { GlButton } from '@gitlab/ui';
import eventHub from '~/environments/event_hub';
import RollbackComponent from '~/environments/components/environment_rollback.vue';
@@ -40,7 +40,7 @@ describe('Rollback Component', () => {
},
},
});
- const button = wrapper.find(GlDeprecatedButton);
+ const button = wrapper.find(GlButton);
button.vm.$emit('click');
diff --git a/spec/frontend/packages/mock_data.js b/spec/frontend/packages/mock_data.js
index 86205b0744c..b95d06428ff 100644
--- a/spec/frontend/packages/mock_data.js
+++ b/spec/frontend/packages/mock_data.js
@@ -30,6 +30,7 @@ export const mavenPackage = {
name: 'Test package',
package_type: 'maven',
project_path: 'foo/bar/baz',
+ projectPathName: 'foo/bar/baz',
project_id: 1,
updated_at: '2015-12-10',
version: '1.0.0',
@@ -59,6 +60,7 @@ export const npmPackage = {
name: '@Test/package',
package_type: 'npm',
project_path: 'foo/bar/baz',
+ projectPathName: 'foo/bar/baz',
project_id: 1,
updated_at: '2015-12-10',
version: '',
@@ -86,6 +88,7 @@ export const conanPackage = {
id: 3,
name: 'conan-package',
project_path: 'foo/bar/baz',
+ projectPathName: 'foo/bar/baz',
package_files: [],
package_type: 'conan',
project_id: 1,
diff --git a/spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap b/spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap
index eb9d4faa964..4b1346925cc 100644
--- a/spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap
+++ b/spec/frontend/packages/shared/components/__snapshots__/package_list_row_spec.js.snap
@@ -14,22 +14,23 @@ exports[`packages_list_row renders 1`] = `
class="gl-display-flex gl-xs-flex-direction-column gl-justify-content-space-between gl-align-items-stretch gl-flex-fill-1"
>
<div
- class="gl-display-flex gl-flex-direction-column gl-justify-content-space-between gl-xs-mb-3"
+ class="gl-display-flex gl-flex-direction-column gl-justify-content-space-between gl-xs-mb-3 gl-min-w-0 gl-flex-grow-1"
>
<div
- class="gl-display-flex gl-align-items-center gl-text-body gl-font-weight-bold gl-min-h-6"
+ class="gl-display-flex gl-align-items-center gl-text-body gl-font-weight-bold gl-min-h-6 gl-min-w-0"
>
<div
- class="gl-display-flex gl-align-items-center gl-mr-3"
+ class="gl-display-flex gl-align-items-center gl-mr-3 gl-min-w-0"
>
<gl-link-stub
- class="gl-text-body"
+ class="gl-text-body gl-min-w-0"
data-qa-selector="package_link"
href="foo"
>
-
- Test package
-
+ <gl-truncate-stub
+ position="end"
+ text="Test package"
+ />
</gl-link-stub>
<!---->
@@ -39,7 +40,7 @@ exports[`packages_list_row renders 1`] = `
</div>
<div
- class="gl-text-gray-500 gl-mt-1 gl-min-h-6"
+ class="gl-text-gray-500 gl-mt-1 gl-min-h-6 gl-min-w-0 gl-flex-fill-1"
>
<div
class="gl-display-flex"
@@ -54,19 +55,20 @@ exports[`packages_list_row renders 1`] = `
class="gl-display-flex gl-align-items-center"
>
<gl-icon-stub
- class="gl-ml-3 gl-mr-2"
+ class="gl-ml-3 gl-mr-2 gl-min-w-0"
name="review-list"
size="16"
/>
<gl-link-stub
- class="gl-text-body"
+ class="gl-text-body gl-min-w-0"
data-testid="packages-row-project"
href="/foo/bar/baz"
>
-
-
-
+ <gl-truncate-stub
+ position="end"
+ text="foo/bar/baz"
+ />
</gl-link-stub>
</div>
@@ -89,7 +91,7 @@ exports[`packages_list_row renders 1`] = `
</div>
<div
- class="gl-display-flex gl-flex-direction-column gl-sm-align-items-flex-end gl-justify-content-space-between gl-text-gray-500"
+ class="gl-display-flex gl-flex-direction-column gl-sm-align-items-flex-end gl-justify-content-space-between gl-text-gray-500 gl-flex-shrink-0"
>
<div
class="gl-sm-text-body gl-sm-font-weight-bold gl-min-h-6"
diff --git a/spec/frontend/packages/shared/components/packages_list_loader_spec.js b/spec/frontend/packages/shared/components/packages_list_loader_spec.js
index c8c2e2a4ba4..115a3a7095d 100644
--- a/spec/frontend/packages/shared/components/packages_list_loader_spec.js
+++ b/spec/frontend/packages/shared/components/packages_list_loader_spec.js
@@ -12,8 +12,8 @@ describe('PackagesListLoader', () => {
});
};
- const getShapes = () => wrapper.vm.desktopShapes;
- const findSquareButton = () => wrapper.find({ ref: 'button-loader' });
+ const findDesktopShapes = () => wrapper.find('[data-testid="desktop-loader"]');
+ const findMobileShapes = () => wrapper.find('[data-testid="mobile-loader"]');
beforeEach(createComponent);
@@ -22,21 +22,30 @@ describe('PackagesListLoader', () => {
wrapper = null;
});
- describe('when used for projects', () => {
- it('should return 5 rects with last one being a square', () => {
- expect(getShapes()).toHaveLength(5);
- expect(findSquareButton().exists()).toBe(true);
+ describe('desktop loader', () => {
+ it('produces the right loader', () => {
+ expect(findDesktopShapes().findAll('rect[width="1000"]')).toHaveLength(20);
+ });
+
+ it('has the correct classes', () => {
+ expect(findDesktopShapes().classes()).toEqual([
+ 'gl-display-none',
+ 'gl-display-sm-flex',
+ 'gl-flex-direction-column',
+ ]);
});
});
- describe('when used for groups', () => {
- beforeEach(() => {
- createComponent({ isGroup: true });
+ describe('mobile loader', () => {
+ it('produces the right loader', () => {
+ expect(findMobileShapes().findAll('rect[height="170"]')).toHaveLength(5);
});
- it('should return 5 rects with no square', () => {
- expect(getShapes()).toHaveLength(5);
- expect(findSquareButton().exists()).toBe(false);
+ it('has the correct classes', () => {
+ expect(findMobileShapes().classes()).toEqual([
+ 'gl-flex-direction-column',
+ 'gl-display-sm-none',
+ ]);
});
});
});
diff --git a/spec/frontend/repository/log_tree_spec.js b/spec/frontend/repository/log_tree_spec.js
index 5637d0be957..47f02db5f91 100644
--- a/spec/frontend/repository/log_tree_spec.js
+++ b/spec/frontend/repository/log_tree_spec.js
@@ -100,24 +100,28 @@ describe('fetchLogsTree', () => {
);
}));
- it('writes query to client', () =>
- fetchLogsTree(client, '', '0', resolver).then(() => {
- expect(client.writeQuery).toHaveBeenCalledWith({
- query: expect.anything(),
- data: {
- commits: [
- expect.objectContaining({
- __typename: 'LogTreeCommit',
- commitPath: 'https://test.com',
- committedDate: '2019-01-01',
- fileName: 'index.js',
- filePath: '/index.js',
- message: 'testing message',
- sha: '123',
- type: 'blob',
- }),
- ],
- },
- });
- }));
+ it('writes query to client', async () => {
+ await fetchLogsTree(client, '', '0', resolver);
+ expect(client.writeQuery).toHaveBeenCalledWith({
+ query: expect.anything(),
+ data: {
+ projectPath: 'gitlab-org/gitlab-foss',
+ escapedRef: 'master',
+ commits: [
+ expect.objectContaining({
+ __typename: 'LogTreeCommit',
+ commitPath: 'https://test.com',
+ committedDate: '2019-01-01',
+ fileName: 'index.js',
+ filePath: '/index.js',
+ lockLabel: false,
+ message: 'testing message',
+ sha: '123',
+ titleHtml: undefined,
+ type: 'blob',
+ }),
+ ],
+ },
+ });
+ });
});
diff --git a/spec/graphql/types/user_type_spec.rb b/spec/graphql/types/user_type_spec.rb
index 7710b8efefe..1d5af24b3d9 100644
--- a/spec/graphql/types/user_type_spec.rb
+++ b/spec/graphql/types/user_type_spec.rb
@@ -25,6 +25,7 @@ RSpec.describe GitlabSchema.types['User'] do
assignedMergeRequests
groupMemberships
projectMemberships
+ starredProjects
]
expect(described_class).to have_graphql_fields(*expected_fields)
diff --git a/spec/lib/gitlab/ci/pipeline_object_hierarchy_spec.rb b/spec/lib/gitlab/ci/pipeline_object_hierarchy_spec.rb
new file mode 100644
index 00000000000..31c373d14d3
--- /dev/null
+++ b/spec/lib/gitlab/ci/pipeline_object_hierarchy_spec.rb
@@ -0,0 +1,111 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe Gitlab::Ci::PipelineObjectHierarchy do
+ let_it_be(:project) { create_default(:project, :repository) }
+ let_it_be(:pipeline) { create(:ci_empty_pipeline, status: :created, project: project) }
+ let_it_be(:ancestor) { create(:ci_pipeline, project: pipeline.project) }
+ let_it_be(:parent) { create(:ci_pipeline, project: pipeline.project) }
+ let_it_be(:child) { create(:ci_pipeline, project: pipeline.project) }
+ let_it_be(:cousin_parent) { create(:ci_pipeline, project: pipeline.project) }
+ let_it_be(:cousin) { create(:ci_pipeline, project: pipeline.project) }
+
+ before_all do
+ create_source_relation(ancestor, parent)
+ create_source_relation(ancestor, cousin_parent)
+ create_source_relation(parent, child)
+ create_source_relation(cousin_parent, cousin)
+ end
+
+ describe '#base_and_ancestors' do
+ it 'includes the base and its ancestors' do
+ relation = described_class.new(::Ci::Pipeline.where(id: parent.id)).base_and_ancestors
+
+ expect(relation).to contain_exactly(ancestor, parent)
+ end
+
+ it 'can find ancestors upto a certain level' do
+ relation = described_class.new(::Ci::Pipeline.where(id: child.id)).base_and_ancestors(upto: ancestor.id)
+
+ expect(relation).to contain_exactly(parent, child)
+ end
+
+ describe 'hierarchy_order option' do
+ let(:relation) do
+ described_class.new(::Ci::Pipeline.where(id: child.id)).base_and_ancestors(hierarchy_order: hierarchy_order)
+ end
+
+ context ':asc' do
+ let(:hierarchy_order) { :asc }
+
+ it 'orders by child to ancestor' do
+ expect(relation).to eq([child, parent, ancestor])
+ end
+ end
+
+ context ':desc' do
+ let(:hierarchy_order) { :desc }
+
+ it 'orders by ancestor to child' do
+ expect(relation).to eq([ancestor, parent, child])
+ end
+ end
+ end
+ end
+
+ describe '#base_and_descendants' do
+ it 'includes the base and its descendants' do
+ relation = described_class.new(::Ci::Pipeline.where(id: parent.id)).base_and_descendants
+
+ expect(relation).to contain_exactly(parent, child)
+ end
+
+ context 'when with_depth is true' do
+ let(:relation) do
+ described_class.new(::Ci::Pipeline.where(id: ancestor.id)).base_and_descendants(with_depth: true)
+ end
+
+ it 'includes depth in the results' do
+ object_depths = {
+ ancestor.id => 1,
+ parent.id => 2,
+ cousin_parent.id => 2,
+ child.id => 3,
+ cousin.id => 3
+ }
+
+ relation.each do |object|
+ expect(object.depth).to eq(object_depths[object.id])
+ end
+ end
+ end
+ end
+
+ describe '#all_objects' do
+ it 'includes its ancestors and descendants' do
+ relation = described_class.new(::Ci::Pipeline.where(id: parent.id)).all_objects
+
+ expect(relation).to contain_exactly(ancestor, parent, child)
+ end
+
+ it 'returns all family tree' do
+ relation = described_class.new(
+ ::Ci::Pipeline.where(id: child.id),
+ described_class.new(::Ci::Pipeline.where(id: child.id)).base_and_ancestors
+ ).all_objects
+
+ expect(relation).to contain_exactly(ancestor, parent, cousin_parent, child, cousin)
+ end
+ end
+
+ private
+
+ def create_source_relation(parent, child)
+ create(:ci_sources_pipeline,
+ source_job: create(:ci_build, pipeline: parent),
+ source_project: parent.project,
+ pipeline: child,
+ project: child.project)
+ end
+end
diff --git a/spec/lib/gitlab/import_export/all_models.yml b/spec/lib/gitlab/import_export/all_models.yml
index d0ffda61cc1..de538c6c263 100644
--- a/spec/lib/gitlab/import_export/all_models.yml
+++ b/spec/lib/gitlab/import_export/all_models.yml
@@ -539,6 +539,7 @@ timelogs:
- issue
- merge_request
- user
+- note
push_event_payload:
- event
issue_assignees:
diff --git a/spec/models/ci/pipeline_spec.rb b/spec/models/ci/pipeline_spec.rb
index 58ceaad1063..955f146270e 100644
--- a/spec/models/ci/pipeline_spec.rb
+++ b/spec/models/ci/pipeline_spec.rb
@@ -2616,11 +2616,11 @@ RSpec.describe Ci::Pipeline, :mailer, factory_default: :keep do
end
describe '#same_family_pipeline_ids' do
- subject(:same_family_pipeline_ids) { pipeline.same_family_pipeline_ids }
+ subject { pipeline.same_family_pipeline_ids.map(&:id) }
context 'when pipeline is not child nor parent' do
it 'returns just the pipeline id' do
- expect(same_family_pipeline_ids).to contain_exactly(pipeline.id)
+ expect(subject).to contain_exactly(pipeline.id)
end
end
@@ -2643,7 +2643,7 @@ RSpec.describe Ci::Pipeline, :mailer, factory_default: :keep do
end
it 'returns parent sibling and self ids' do
- expect(same_family_pipeline_ids).to contain_exactly(parent.id, pipeline.id, sibling.id)
+ expect(subject).to contain_exactly(parent.id, pipeline.id, sibling.id)
end
end
@@ -2659,7 +2659,46 @@ RSpec.describe Ci::Pipeline, :mailer, factory_default: :keep do
end
it 'returns self and child ids' do
- expect(same_family_pipeline_ids).to contain_exactly(pipeline.id, child.id)
+ expect(subject).to contain_exactly(pipeline.id, child.id)
+ end
+ end
+
+ context 'when pipeline is a child of a child pipeline' do
+ let(:ancestor) { create(:ci_pipeline, project: pipeline.project) }
+ let(:parent) { create(:ci_pipeline, project: pipeline.project) }
+ let(:cousin_parent) { create(:ci_pipeline, project: pipeline.project) }
+ let(:cousin) { create(:ci_pipeline, project: pipeline.project) }
+
+ before do
+ create(:ci_sources_pipeline,
+ source_job: create(:ci_build, pipeline: ancestor),
+ source_project: ancestor.project,
+ pipeline: parent,
+ project: parent.project)
+
+ create(:ci_sources_pipeline,
+ source_job: create(:ci_build, pipeline: ancestor),
+ source_project: ancestor.project,
+ pipeline: cousin_parent,
+ project: cousin_parent.project)
+
+ create(:ci_sources_pipeline,
+ source_job: create(:ci_build, pipeline: parent),
+ source_project: parent.project,
+ pipeline: pipeline,
+ project: pipeline.project)
+
+ create(:ci_sources_pipeline,
+ source_job: create(:ci_build, pipeline: cousin_parent),
+ source_project: cousin_parent.project,
+ pipeline: cousin,
+ project: cousin.project)
+ end
+
+ it 'returns all family ids' do
+ expect(subject).to contain_exactly(
+ ancestor.id, parent.id, cousin_parent.id, cousin.id, pipeline.id
+ )
end
end
end
diff --git a/spec/models/packages/package_spec.rb b/spec/models/packages/package_spec.rb
index 7fb6e6d63c6..ea1f75d04e7 100644
--- a/spec/models/packages/package_spec.rb
+++ b/spec/models/packages/package_spec.rb
@@ -6,6 +6,7 @@ RSpec.describe Packages::Package, type: :model do
describe 'relationships' do
it { is_expected.to belong_to(:project) }
+ it { is_expected.to belong_to(:creator) }
it { is_expected.to have_many(:package_files).dependent(:destroy) }
it { is_expected.to have_many(:dependency_links).inverse_of(:package) }
it { is_expected.to have_many(:tags).inverse_of(:package) }
diff --git a/spec/requests/api/graphql/user/starred_projects_query_spec.rb b/spec/requests/api/graphql/user/starred_projects_query_spec.rb
new file mode 100644
index 00000000000..8a1bd3d172f
--- /dev/null
+++ b/spec/requests/api/graphql/user/starred_projects_query_spec.rb
@@ -0,0 +1,73 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe 'Getting starredProjects of the user' do
+ include GraphqlHelpers
+
+ let(:query) do
+ graphql_query_for(:user, user_params, user_fields)
+ end
+
+ let(:user_params) { { username: user.username } }
+
+ let_it_be(:project_a) { create(:project, :public) }
+ let_it_be(:project_b) { create(:project, :private) }
+ let_it_be(:project_c) { create(:project, :private) }
+ let_it_be(:user, reload: true) { create(:user) }
+
+ let(:user_fields) { 'starredProjects { nodes { id } }' }
+ let(:starred_projects) { graphql_data_at(:user, :starred_projects, :nodes) }
+
+ before do
+ project_b.add_reporter(user)
+ project_c.add_reporter(user)
+
+ user.toggle_star(project_a)
+ user.toggle_star(project_b)
+ user.toggle_star(project_c)
+
+ post_graphql(query)
+ end
+
+ it_behaves_like 'a working graphql query'
+
+ it 'found only public project' do
+ expect(starred_projects).to contain_exactly(
+ a_hash_including('id' => global_id_of(project_a))
+ )
+ end
+
+ context 'the current user is the user' do
+ let(:current_user) { user }
+
+ before do
+ post_graphql(query, current_user: current_user)
+ end
+
+ it 'found all projects' do
+ expect(starred_projects).to contain_exactly(
+ a_hash_including('id' => global_id_of(project_a)),
+ a_hash_including('id' => global_id_of(project_b)),
+ a_hash_including('id' => global_id_of(project_c))
+ )
+ end
+ end
+
+ context 'the current user is a member of a private project the user starred' do
+ let_it_be(:other_user) { create(:user) }
+
+ before do
+ project_b.add_reporter(other_user)
+
+ post_graphql(query, current_user: other_user)
+ end
+
+ it 'finds public and member projects' do
+ expect(starred_projects).to contain_exactly(
+ a_hash_including('id' => global_id_of(project_a)),
+ a_hash_including('id' => global_id_of(project_b))
+ )
+ end
+ end
+end
diff --git a/spec/services/projects/propagate_service_template_spec.rb b/spec/services/admin/propagate_service_template_spec.rb
index 8f206046b0a..15654653095 100644
--- a/spec/services/projects/propagate_service_template_spec.rb
+++ b/spec/services/admin/propagate_service_template_spec.rb
@@ -2,10 +2,10 @@
require 'spec_helper'
-RSpec.describe Projects::PropagateServiceTemplate do
+RSpec.describe Admin::PropagateServiceTemplate do
describe '.propagate' do
let!(:service_template) do
- PushoverService.create(
+ PushoverService.create!(
template: true,
active: true,
push_events: false,
@@ -31,8 +31,7 @@ RSpec.describe Projects::PropagateServiceTemplate do
end
it 'creates services for a project that has another service' do
- BambooService.create(
- template: true,
+ BambooService.create!(
active: true,
project: project,
properties: {
@@ -51,7 +50,7 @@ RSpec.describe Projects::PropagateServiceTemplate do
end
it 'does not create the service if it exists already' do
- other_service = BambooService.create(
+ other_service = BambooService.create!(
template: true,
active: true,
properties: {
@@ -110,7 +109,7 @@ RSpec.describe Projects::PropagateServiceTemplate do
let(:project_total) { 5 }
before do
- stub_const 'Projects::PropagateServiceTemplate::BATCH_SIZE', 3
+ stub_const('Admin::PropagateServiceTemplate::BATCH_SIZE', 3)
project_total.times { create(:project) }
diff --git a/spec/services/ci/create_downstream_pipeline_service_spec.rb b/spec/services/ci/create_downstream_pipeline_service_spec.rb
index f26f9eeb6f0..69f44724ce0 100644
--- a/spec/services/ci/create_downstream_pipeline_service_spec.rb
+++ b/spec/services/ci/create_downstream_pipeline_service_spec.rb
@@ -311,7 +311,7 @@ RSpec.describe Ci::CreateDownstreamPipelineService, '#execute' do
end
end
- context 'when upstream pipeline is a child pipeline' do
+ context 'when upstream pipeline is a first descendant pipeline' do
let!(:pipeline_source) do
create(:ci_sources_pipeline,
source_pipeline: create(:ci_pipeline, project: upstream_pipeline.project),
@@ -323,12 +323,53 @@ RSpec.describe Ci::CreateDownstreamPipelineService, '#execute' do
upstream_pipeline.update!(source: :parent_pipeline)
end
- it 'does not create a further child pipeline' do
+ it 'creates the pipeline' do
+ expect { service.execute(bridge) }
+ .to change { Ci::Pipeline.count }.by(1)
+
+ expect(bridge.reload).to be_success
+ end
+
+ context 'when FF ci_child_of_child_pipeline is disabled' do
+ before do
+ stub_feature_flags(ci_child_of_child_pipeline: false)
+ end
+
+ it 'does not create a further child pipeline' do
+ expect { service.execute(bridge) }
+ .not_to change { Ci::Pipeline.count }
+
+ expect(bridge.reload).to be_failed
+ expect(bridge.failure_reason).to eq 'bridge_pipeline_is_child_pipeline'
+ end
+ end
+ end
+
+ context 'when upstream pipeline is a second descendant pipeline' do
+ let!(:pipeline_source) do
+ parent_of_upstream_pipeline = create(:ci_pipeline, project: upstream_pipeline.project)
+
+ create(:ci_sources_pipeline,
+ source_pipeline: create(:ci_pipeline, project: upstream_pipeline.project),
+ pipeline: parent_of_upstream_pipeline
+ )
+
+ create(:ci_sources_pipeline,
+ source_pipeline: parent_of_upstream_pipeline,
+ pipeline: upstream_pipeline
+ )
+ end
+
+ before do
+ upstream_pipeline.update!(source: :parent_pipeline)
+ end
+
+ it 'does not create a second descendant pipeline' do
expect { service.execute(bridge) }
.not_to change { Ci::Pipeline.count }
expect(bridge.reload).to be_failed
- expect(bridge.failure_reason).to eq 'bridge_pipeline_is_child_pipeline'
+ expect(bridge.failure_reason).to eq 'reached_max_descendant_pipelines_depth'
end
end
end
diff --git a/spec/services/packages/composer/create_package_service_spec.rb b/spec/services/packages/composer/create_package_service_spec.rb
index 3f9da31cf6e..a1fe9a1b918 100644
--- a/spec/services/packages/composer/create_package_service_spec.rb
+++ b/spec/services/packages/composer/create_package_service_spec.rb
@@ -37,12 +37,16 @@ RSpec.describe Packages::Composer::CreatePackageService do
expect(created_package.composer_metadatum.target_sha).to eq branch.target
expect(created_package.composer_metadatum.composer_json.to_json).to eq json
end
+
+ it_behaves_like 'assigns the package creator' do
+ let(:package) { created_package }
+ end
end
context 'with a tag' do
let(:tag) { project.repository.find_tag('v1.2.3') }
- before do
+ before(:all) do
project.repository.add_tag(user, 'v1.2.3', 'master')
end
@@ -54,6 +58,10 @@ RSpec.describe Packages::Composer::CreatePackageService do
expect(created_package.name).to eq package_name
expect(created_package.version).to eq '1.2.3'
end
+
+ it_behaves_like 'assigns the package creator' do
+ let(:package) { created_package }
+ end
end
end
diff --git a/spec/services/packages/conan/create_package_service_spec.rb b/spec/services/packages/conan/create_package_service_spec.rb
index f8068f6e57b..b217e570aba 100644
--- a/spec/services/packages/conan/create_package_service_spec.rb
+++ b/spec/services/packages/conan/create_package_service_spec.rb
@@ -5,9 +5,11 @@ RSpec.describe Packages::Conan::CreatePackageService do
let_it_be(:project) { create(:project) }
let_it_be(:user) { create(:user) }
- subject { described_class.new(project, user, params) }
+ subject(:service) { described_class.new(project, user, params) }
describe '#execute' do
+ subject(:package) { service.execute }
+
context 'valid params' do
let(:params) do
{
@@ -19,8 +21,6 @@ RSpec.describe Packages::Conan::CreatePackageService do
end
it 'creates a new package' do
- package = subject.execute
-
expect(package).to be_valid
expect(package.name).to eq(params[:package_name])
expect(package.version).to eq(params[:package_version])
@@ -28,6 +28,8 @@ RSpec.describe Packages::Conan::CreatePackageService do
expect(package.conan_metadatum.package_username).to eq(params[:package_username])
expect(package.conan_metadatum.package_channel).to eq(params[:package_channel])
end
+
+ it_behaves_like 'assigns the package creator'
end
context 'invalid params' do
@@ -41,7 +43,7 @@ RSpec.describe Packages::Conan::CreatePackageService do
end
it 'fails' do
- expect { subject.execute }.to raise_exception(ActiveRecord::RecordInvalid)
+ expect { package }.to raise_exception(ActiveRecord::RecordInvalid)
end
end
end
diff --git a/spec/services/packages/maven/create_package_service_spec.rb b/spec/services/packages/maven/create_package_service_spec.rb
index bfdf62008ba..7ec368aa00f 100644
--- a/spec/services/packages/maven/create_package_service_spec.rb
+++ b/spec/services/packages/maven/create_package_service_spec.rb
@@ -34,6 +34,8 @@ RSpec.describe Packages::Maven::CreatePackageService do
end
it_behaves_like 'assigns build to package'
+
+ it_behaves_like 'assigns the package creator'
end
context 'without version' do
@@ -57,6 +59,8 @@ RSpec.describe Packages::Maven::CreatePackageService do
expect(package.maven_metadatum.app_name).to eq(app_name)
expect(package.maven_metadatum.app_version).to be nil
end
+
+ it_behaves_like 'assigns the package creator'
end
context 'path is missing' do
diff --git a/spec/services/packages/npm/create_package_service_spec.rb b/spec/services/packages/npm/create_package_service_spec.rb
index 895c46735ed..c8431c640da 100644
--- a/spec/services/packages/npm/create_package_service_spec.rb
+++ b/spec/services/packages/npm/create_package_service_spec.rb
@@ -27,6 +27,10 @@ RSpec.describe Packages::Npm::CreatePackageService do
.and change { Packages::Tag.count }.by(1)
end
+ it_behaves_like 'assigns the package creator' do
+ let(:package) { subject }
+ end
+
it { is_expected.to be_valid }
it 'creates a package with name and version' do
diff --git a/spec/services/packages/nuget/create_package_service_spec.rb b/spec/services/packages/nuget/create_package_service_spec.rb
index 1579b42d9ad..e51bc03f311 100644
--- a/spec/services/packages/nuget/create_package_service_spec.rb
+++ b/spec/services/packages/nuget/create_package_service_spec.rb
@@ -9,9 +9,10 @@ RSpec.describe Packages::Nuget::CreatePackageService do
describe '#execute' do
subject { described_class.new(project, user, params).execute }
+ let(:package) { Packages::Package.last }
+
it 'creates the package' do
expect { subject }.to change { Packages::Package.count }.by(1)
- package = Packages::Package.last
expect(package).to be_valid
expect(package.name).to eq(Packages::Nuget::CreatePackageService::TEMPORARY_PACKAGE_NAME)
@@ -23,12 +24,12 @@ RSpec.describe Packages::Nuget::CreatePackageService do
expect { subject }.to change { Packages::Package.count }.by(1)
expect { described_class.new(project, user, params).execute }.to change { Packages::Package.count }.by(1)
- package = Packages::Package.last
-
expect(package).to be_valid
expect(package.name).to eq(Packages::Nuget::CreatePackageService::TEMPORARY_PACKAGE_NAME)
expect(package.version).to start_with(Packages::Nuget::CreatePackageService::PACKAGE_VERSION)
expect(package.package_type).to eq('nuget')
end
+
+ it_behaves_like 'assigns the package creator'
end
end
diff --git a/spec/services/packages/pypi/create_package_service_spec.rb b/spec/services/packages/pypi/create_package_service_spec.rb
index 69905478879..fa1af1e3f3d 100644
--- a/spec/services/packages/pypi/create_package_service_spec.rb
+++ b/spec/services/packages/pypi/create_package_service_spec.rb
@@ -47,6 +47,10 @@ RSpec.describe Packages::Pypi::CreatePackageService do
end
end
+ it_behaves_like 'assigns the package creator' do
+ let(:package) { created_package }
+ end
+
context 'with an existing package' do
before do
described_class.new(project, user, params).execute
diff --git a/spec/support/shared_examples/services/packages_shared_examples.rb b/spec/support/shared_examples/services/packages_shared_examples.rb
index 836997e78f5..7fd59c3d963 100644
--- a/spec/support/shared_examples/services/packages_shared_examples.rb
+++ b/spec/support/shared_examples/services/packages_shared_examples.rb
@@ -14,6 +14,14 @@ RSpec.shared_examples 'assigns build to package' do
end
end
+RSpec.shared_examples 'assigns the package creator' do
+ it 'assigns the package creator' do
+ subject
+
+ expect(package.creator).to eq user
+ end
+end
+
RSpec.shared_examples 'returns packages' do |container_type, user_type|
context "for #{user_type}" do
before do
diff --git a/spec/views/shared/deploy_tokens/_form.html.haml_spec.rb b/spec/views/shared/deploy_tokens/_form.html.haml_spec.rb
new file mode 100644
index 00000000000..3508ba8cca9
--- /dev/null
+++ b/spec/views/shared/deploy_tokens/_form.html.haml_spec.rb
@@ -0,0 +1,62 @@
+# frozen_string_literal: true
+
+require 'spec_helper'
+
+RSpec.describe 'shared/deploy_tokens/_form.html.haml' do
+ using RSpec::Parameterized::TableSyntax
+
+ let_it_be(:user) { create(:user) }
+ let_it_be(:token) { build(:deploy_token) }
+
+ RSpec.shared_examples "display deploy token settings" do |role, shows_package_registry_permissions|
+ before do
+ subject.add_user(user, role)
+ allow(view).to receive(:current_user).and_return(user)
+ stub_config(packages: { enabled: packages_enabled })
+ end
+
+ it "correctly renders the form" do
+ render 'shared/deploy_tokens/form', token: token, group_or_project: subject
+
+ if shows_package_registry_permissions
+ expect(rendered).to have_content('Allows read access to the package registry')
+ else
+ expect(rendered).not_to have_content('Allows read access to the package registry')
+ end
+ end
+ end
+
+ context "when the subject is a project" do
+ let_it_be(:subject, refind: true) { create(:project, :private) }
+
+ where(:packages_enabled, :feature_enabled, :role, :shows_package_registry_permissions) do
+ true | true | :maintainer | true
+ false | true | :maintainer | false
+ true | false | :maintainer | false
+ false | false | :maintainer | false
+ end
+
+ with_them do
+ before do
+ subject.update!(packages_enabled: feature_enabled)
+ end
+
+ it_behaves_like 'display deploy token settings', params[:role], params[:shows_package_registry_permissions]
+ end
+ end
+
+ context "when the subject is a group" do
+ let_it_be(:subject, refind: true) { create(:group, :private) }
+
+ where(:packages_enabled, :role, :shows_package_registry_permissions) do
+ true | :owner | true
+ false | :owner | false
+ true | :maintainer | true
+ false | :maintainer | false
+ end
+
+ with_them do
+ it_behaves_like 'display deploy token settings', params[:role], params[:shows_package_registry_permissions]
+ end
+ end
+end
diff --git a/spec/workers/personal_access_tokens/expired_notification_worker_spec.rb b/spec/workers/personal_access_tokens/expired_notification_worker_spec.rb
index 676a419553f..3ff67f47523 100644
--- a/spec/workers/personal_access_tokens/expired_notification_worker_spec.rb
+++ b/spec/workers/personal_access_tokens/expired_notification_worker_spec.rb
@@ -9,32 +9,16 @@ RSpec.describe PersonalAccessTokens::ExpiredNotificationWorker, type: :worker do
context 'when a token has expired' do
let(:expired_today) { create(:personal_access_token, expires_at: Date.current) }
- context 'when feature is enabled' do
- it 'uses notification service to send email to the user' do
- expect_next_instance_of(NotificationService) do |notification_service|
- expect(notification_service).to receive(:access_token_expired).with(expired_today.user)
- end
-
- worker.perform
+ it 'uses notification service to send email to the user' do
+ expect_next_instance_of(NotificationService) do |notification_service|
+ expect(notification_service).to receive(:access_token_expired).with(expired_today.user)
end
- it 'updates notified column' do
- expect { worker.perform }.to change { expired_today.reload.after_expiry_notification_delivered }.from(false).to(true)
- end
+ worker.perform
end
- context 'when feature is disabled' do
- before do
- stub_feature_flags(expired_pat_email_notification: false)
- end
-
- it 'does not update notified column' do
- expect { worker.perform }.not_to change { expired_today.reload.after_expiry_notification_delivered }
- end
-
- it 'does not trigger email' do
- expect { worker.perform }.not_to change { ActionMailer::Base.deliveries.count }
- end
+ it 'updates notified column' do
+ expect { worker.perform }.to change { expired_today.reload.after_expiry_notification_delivered }.from(false).to(true)
end
end
diff --git a/spec/workers/propagate_service_template_worker_spec.rb b/spec/workers/propagate_service_template_worker_spec.rb
index 48151b25d4b..793f0b9b08c 100644
--- a/spec/workers/propagate_service_template_worker_spec.rb
+++ b/spec/workers/propagate_service_template_worker_spec.rb
@@ -21,7 +21,7 @@ RSpec.describe PropagateServiceTemplateWorker do
stub_exclusive_lease("propagate_service_template_worker:#{template.id}",
timeout: PropagateServiceTemplateWorker::LEASE_TIMEOUT)
- expect(Projects::PropagateServiceTemplate)
+ expect(Admin::PropagateServiceTemplate)
.to receive(:propagate)
.with(template)